On Sat, 30 Mar 2013 07:25:23 -0700 (PDT) brian <[email protected]> wrote:
> > > > When I upgraded from a 2010 version of LEO, a double click on a @url will > no longer open the web address. Now when I double click, LEO lets me edit > it. In the previous version, when I doubled clicked, LEO would open the web > address. > > > Here is an example of what I have in a headline: > > @url "http://webpages.charter.net/edreamleo/front.html" It might be control-click now. Also try the bookmarks.py plugin, docstring pasted below. Cheers -Terry Adds the ``bookmarks-open-bookmark`` command which opens the bookmark in the selected node **if** the node has an ancestor which contains ``@bookmarks`` in its heading. Useful for binding to double-click. Also ``bookmarks-open-node``, like ``bookmarks-open-bookmark`` but without the ancestor requirement. *Note:* bookmarks treats file urls missing the ``file://`` part as urls, which deviates from Leo's behavior elsewhere. It also recognizes local UNLs like ``#ToDo-->Critical`` as urls. > Here is the details of the install: > > Leo 4.10 final, build 5020, 2012-02-26 13:18:08 -0600 > > Python 2.7.3, qt version 4.8.3 > Windows 6, 0, 6002, 2, Service Pack 2 > > > This is one of my favorite features of LEO. I use it to bookmark websites > and add notes about the website. > > > Brian > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
