On Fri, 22 Oct 2010 17:56:58 +1300
Graham Chiu <[email protected]> wrote:

> Is there any chance of a vertical split lower screen?  I need a place to put
> reference material while coding such as database schema etc

The stickynotes plugin is particularly good for this sort of thing (I use it 
for exactly that, displaying SQL CREATE TABLE commands as a reference).

I've just edited the docstring to include docs on the tabula commands, the new 
docstring is below.

Cheers -Terry

Simple "sticky notes" feature (popout editors)

Adds the following (``Alt-X``) commands:

``stickynote``
  pop out current node as a sticky note
``stickynoter``
  pop out current node as a rich text note
``stickynoteenc``
  pop out current node as an encrypted note
``stickynoteenckey``
  enter a new en/decryption key
``tabula``
  add the current node to the stickynotes in the `Tabula`
  sticky note dock window, and show the window
``tabula-show``
  show the`Tabula` sticky note dock window
  (without adding the current node)
``tabula-marked``
  add all marked nodes to the stickynotes in the `Tabula`
  sticky note dock window, and show the window

Sticky notes are synchronized (both ways) with their parent Leo node.

Encrypted mode requires the python-crypto module.

The first time you open a note in encrypted mode you'll be asked for a pass 
phrase.  That phrase will be used for the rest of the session, you can change 
it with ``Alt-X`` ``stickynoteenckey``, but probably won't need to.

The encrypted note is stored in base64 encoded *encrypted* text in the parent 
Leo node, if you forget the pass phrase there's no way to un-encrypt it again.  
Also, you must not edit the text in the Leo node.

When **creating an encrypted note**, you should **start with and empty node**.  
If you want to encrypt text that already exists in a node, select-all cut it to 
empty the node, then paste it into the note.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to