[Vimperator] del.icio.us usage in Vimperator

M.Terada teramako at gmail.com
Tue Mar 3 06:56:34 PST 2009


> I trying to create a plugin
> http://gist.github.com/70963
I updated and uploaded to
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/delicious_search.js

== Command ==
:ds[earch] -tags tag, ...:
:delicious[search] -tags tag, ...:
  search bookmark contains all tags

:ds[earch] -query term:
:delicious[search] -query term:
  search bookmark contains term in the title or the URL or the note

== Completion ==
:open or :tabopen command completion

  set complete+=D
or write in RC file
  autocmd VimperatorEnter ".*" :set complete+=D

Best regards.
----
teramako
http://d.hatena.ne.jp/teramako/




On Fri, Feb 27, 2009 at 03:03, M.Terada <teramako at gmail.com> wrote:
> I trying to create a plugin
> http://gist.github.com/70963
>
> == Usage ==
> :delicioussearch -tags {tag1},{tag2} -query "searchTerm" {URL}
>   if {URL} is exists then open {URL} in current buffer
>   if not,  list search results in command line
>
> you can open with extended hint (";o" or ";F") after list the results.
> it's similar to "history" command.
>
> Best regards.
> ----
> teramako
> http://d.hatena.ne.jp/teramako/
>
>
>
>
> On Thu, Feb 26, 2009 at 18:37, Frank Blendinger <fb at intoxicatedmind.net> wrote:
>> Hi,
>>
>> as I find myself working on different machines, I often bookmark pages
>> to del.icio.us instead of local bookmarks to access them from
>> everywhere.
>>
>> I have the del.icio.us addon installed, and I can bookmark with ^Vd and
>> access the stored bookmarks through the sidebar, which I can open with
>> the :sidebar command. But then I'll have to grab the mouse to click on
>> the bookmarks.
>>
>> Do you guys have any tips on how to do that better, more vimperator
>> style? I'm thinking of either a way to access the links in the sidebar
>> with the keyboard (hints would be awesome here, but is that possible?)
>> or something similar to the :bmarks command, but for del.icio.us
>> bookmarks.
>>
>> I searched for a del.icio.us script and only found this one:
>> http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/direct_delb.js
>> It is quite old and does not work with current Vimperator versions. And
>> it seems to be for adding bookmarks only, which is not what I need (this
>> works fine with the dialog box).
>>
>> Is there anything else?
>>
>>
>> Greetings,
>> Frank
>>
>> --
>> Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A
>> Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A
>>  "Just because I don't care doesn't mean I don't understand."
>>                                               (Homer Simpson)
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.9 (GNU/Linux)
>>
>> iEYEARECAAYFAkmmYvYACgkQcs96QQvy/nrflACgv1CeKWY9CDigU7P9athKIdgh
>> 9HoAmgMwNhESmARTQv8S0L7jCUTCm63u
>> =amkg
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> Vimperator mailing list
>> Vimperator at mozdev.org
>> https://www.mozdev.org/mailman/listinfo/vimperator
>>
>>
>


More information about the Vimperator mailing list