SYNOPSIS
This plugin automatically converts bookmarklets to valid commands for Vimperator.
COMMAND
Nothing built-in command, but each bookmarklets convert to commands that start with "bml".
EXAMPLE
"Hatena-Bookmark" -> bmlhatena-bookmark
GLOBAL VARIABLES
- command_bookmarklet_prefix
- This variable determines the prefix of a command name.
- command_bookmarklet_use_sandbox
- When this variable is 1, execute the script of bookmarklets in Sandbox.
If you use NoScript addon, probably you should enable this option.
KNOWN ISSUES
When title has non-ASCII characters, it converts to unaccountable command.
You should rewrite title of bookmarklet to ASCII characters, to escape this issue.