On Mon, 5 Aug 2013 08:28:19 -0700 (PDT) [email protected] wrote: > While I have not yet fixed the key binding problem, which prevents me from > actually testing Lea, I have thought up some questions. > > Please, forgive me if I ask too many questions, but I am very curious about > Leo. > > What I am trying to understand at this early stage is how powerful can Leo > be as a PIM. > > Could you please comment on the following points? > > 1) are tags supported (attached to nodes, or branches, or trees)?
Probably the closest to tagging support right now would be using clones or backlinks.py. With clones all nodes tagged 'precipitous' would exist as clones under the 'precipitous' node in the list of tag nodes, similar deal with backlinks.py. A more familiar tagging interface is being thought about, but doesn't exist yet. > 2) can images be included within a node, and be displayed along with the > text? Only in the real time `view rendered` window, with authoring in rst/html in plain text main window. See rest of discussion on rich text. > 3) can external files (pdfs, etc) be linked to nodes, so that by clicking > on their link the external file is opened? Yes. > 4) do Python plugins have access to the whole program API or just to a > restricted subset of commands? Whole API and all runtime internals including GUI, Leo is pure python and plugins run in the same process. > 5) can key shortcuts be defined for all commands in the API (or at least, > for all menu commands)? Yes. > 6) can the user freely redefine key shortcuts? (without having to go to the > program's source). Yes. Cheers -Terry > Thanks > -- 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. For more options, visit https://groups.google.com/groups/opt_out.
