diff options
author | anekos | 2010-05-31 05:17:26 +0000 |
---|---|---|
committer | anekos | 2010-05-31 05:17:26 +0000 |
commit | 2dfd6025d77b323fac689eea384b3472044b527d (patch) | |
tree | 420331e79bd358e262a08f731398fa243d5b2a4b /gmail-commando.js | |
parent | 38a84fb3f841ddcb6dc1dce44d591e5fd54bb1f0 (diff) | |
download | vimperator-plugins-2dfd6025d77b323fac689eea384b3472044b527d.tar.bz2 |
ドキュメントらしきものを追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37768 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'gmail-commando.js')
-rwxr-xr-x | gmail-commando.js | 56 |
1 files changed, 50 insertions, 6 deletions
diff --git a/gmail-commando.js b/gmail-commando.js index d8348b8..8072509 100755 --- a/gmail-commando.js +++ b/gmail-commando.js @@ -65,11 +65,33 @@ let INFO = <author email="anekos@snca.net">anekos</author> <license>New BSD License</license> <project name="Vimperator" minVersion="2.4"/> - <p></p> + <p>Search with good completer.</p> <item> <tags>:gmail</tags> - <spec>:gmail</spec> - <description><p></p></description> + <spec>:gmail<oa>!</oa> <a>gmail-search-words</a></spec> + <description> + <p> + Start to search with <a>gmail-search-words</a>. + If <oa>!</oa> is given, open the new tab. + </p> + </description> + </item> + <item> + <tags>g:gmail_commando_map_</tags> + <spec>g:gmail_commando_map_<a>function-name</a> = <a>key-sequence</a></spec> + <description> + <p> + Set the mappings for Gmail page. + <p> + </p> + Available values for <a>function-name</a>: + <dl> + <dt>translate</dt><dd>メール翻訳</dd> + <dt>fold</dt><dd>折りたたみ</dd> + <dt>unfold</dt><dd>折りたたみ解除</dd> + </dl> + </p> + </description> </item> </plugin> <plugin name="GMailコマンドー" version="1.3.5" @@ -80,11 +102,33 @@ let INFO = <author email="anekos@snca.net">anekos</author> <license>New BSD License</license> <project name="Vimperator" minVersion="2.4"/> - <p></p> + <p>ステキ補完で検索</p> <item> <tags>:gmail</tags> - <spec>:gmail</spec> - <description><p></p></description> + <spec>:gmail<oa>!</oa> <a>gmail-search-words</a></spec> + <description> + <p> + <a>gmail-search-words</a> で検索をします。 + <oa>!</oa> 付きの場合は、新しいタブで Gmail を開きます。 + </p> + </description> + </item> + <item> + <tags>g:gmail_commando_map_</tags> + <spec>g:gmail_commando_map_<a>function-name</a> = <a>key-sequence</a></spec> + <description> + <p> + Gmail のページ内でのみ有効なマッピングを設定します。 + <p> + </p> + <a>function-name</a> は以下の値が有効です。 + <dl> + <dt>translate</dt><dd>メール翻訳</dd> + <dt>fold</dt><dd>折りたたみ</dd> + <dt>unfold</dt><dd>折りたたみ解除</dd> + </dl> + </p> + </description> </item> </plugin> </>; |