Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-29 | unlet? | anekos | |
2013-01-17 | drop e4x, FixMe: 一部 xml`...` ↵ | teramako | |
を使うとエラーが出るので通常文字列化した | |||
2012-09-19 | Add direct_sbm_private optiton. | anekos | |
2012-08-24 | Support pinboard.in | anekos | |
2012-07-27 | Merge branch 'direct_bookmark/sbm-add-url-command' | anekos | |
Conflicts: direct_bookmark.js | |||
2012-07-27 | remove old description and comment | tyru | |
2012-07-02 | arg[0] is not empty... | anekos | |
2012-07-02 | Add :sbmother command instead of -url option. | anekos | |
2012-06-25 | Recognize --url option. | anekos | |
2012-04-22 | direct_bookmark.js - add TODO | tyru | |
2012-04-22 | direct_bookmark.js - fix xpath | tyru | |
2012-04-22 | direct_bookmark.js - remove some empty comment lines | tyru | |
2012-04-22 | direct_bookmark.js - add 'var' | tyru | |
2012-04-22 | Deferred.http.get() and Deferred.http.post() is not used. remove it. | tyru | |
2012-04-22 | direct_bookmark.js - add --url option to :sbm | tyru | |
2012-04-09 | Nyaaaps | anekos | |
2012-04-09 | Use __iterator__ | anekos | |
2012-04-09 | Provides fresh tags! | anekos | |
2012-04-09 | Remove :btags error | anekos | |
2012-03-31 | 途中のサービスでエラーが起きても継続する | anekos | |
2011-12-10 | マッチ位置を設定できるようにした | anekos | |
e.g. let g:direct_sbm_tag_match="infix" | |||
2011-11-24 | Fix user tags completer | anekos | |
2011-11-24 | Fix async completion | anekos | |
2011-11-24 | はてブAPIのjsonlite使う | anekos | |
2011-11-24 | 他ユーザのタグを補完でとってくるようにした | anekos | |
2011-11-24 | Google のは動作しないので、とりあえず無効化 | anekos | |
2011-11-24 | 補完が正しく動作するわけないバグを修正 + 非同期化 | anekos | |
2011-11-23 | コメントに " や - を使えるようにした | anekos | |
2011-09-29 | direct_bookmark.js: fix delicious tag separator | tyru | |
2011-09-28 | version++ | anekos | |
2011-09-28 | リローダブルに | anekos | |
2011-09-28 | 新しい引数使うように | anekos | |
2011-09-28 | でりしゃすAPI使う | anekos | |
2011-09-09 | Fixed tags for Google Bookmarks. | thinca | |
2011-05-27 | Supported tags for Google Bookmarks. | thinca | |
2011-05-27 | Supported comment for Google Bookmarks. | thinca | |
2011-03-25 | Merge branch 'master' of https://github.com/guyon/vimperator-plugins | Haruto Otake | |
2011-03-23 | Speed up getting tags from はてなブックマーク | janus_wel | |
thanks to the information from retlet http://b.hatena.ne.jp/retlet/20110322#bookmark-34906937 Signed-off-by: janus_wel <janus.wel.3@gmail.com> | |||
2011-03-22 | LiveDoor Clipのtags XPathを修正 | guyon | |
2011-03-21 | Avoid an error at first time of accessing はてブ | janus_wel | |
by activating non-javascript static page at top of はてブ Signed-off-by: janus_wel <janus.wel.3@gmail.com> | |||
2010-11-29 | Fix <updateURL> | anekos | |
2010-10-31 | Fix the bug | janus_wel | |
Signed-off-by: janus_wel <janus.wel.3@gmail.com> | |||
2010-10-31 | Provide first aid for closing pathtraq API | janus_wel | |
uses "link" element that has rel="canonical" attr instead of pathtraq URL canonicalization API Signed-off-by: janus_wel <janus.wel.3@gmail.com> | |||
2010-01-21 | ignore cache of 500 | mattn | |
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36502 d0d07461-0603-4401-acd4-de1884942a52 | |||
2010-01-21 | typo | mattn | |
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36500 d0d07461-0603-4401-acd4-de1884942a52 | |||
2010-01-19 | Firefox 3.6にたぶんたいおう | trapezoid | |
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36481 d0d07461-0603-4401-acd4-de1884942a52 | |||
2009-08-27 | Follow HEAD | anekos | |
for http://vimperator.org/trac/gitweb/?p=liberator.git;a=commit;h=f20c2b315bb05c2e88d0c672f07dc229cc9267d2 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35099 d0d07461-0603-4401-acd4-de1884942a52 | |||
2009-07-05 | Change entrypage URL (via ↵ | otsune | |
http://hatena.g.hatena.ne.jp/hatenabookmark/20090703/1246609167 ) git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34300 d0d07461-0603-4401-acd4-de1884942a52 | |||
2009-01-09 | oops. and version++ | mattn | |
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28187 d0d07461-0603-4401-acd4-de1884942a52 | |||
2009-01-09 | completerは非同期で動くので補完中に実行すると数個のDefe ↵ | mattn | |
rredが走ってしまう。補完時は1つしか走らない様、以前のgetTags()を戻し修正。btagsは現状のgetTags()をgetTagsAsync()として呼び出すよう修正。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28186 d0d07461-0603-4401-acd4-de1884942a52 |