On Sun, Jan 3, 2010 at 7:35 AM, Steve Zatz <[email protected]> wrote: > This is really a proof of concept but seems to work well in the 10 minutes > I've used it :-). I hope it's of interest. > I was inspired by Ville's stickynotes plugin since I have always wanted to > have Leo notes with rich text (a little more than in Ville's > proof-of-concept). So I have modified Ville's plugin by adding a command > "stickynoteplus".
Thanks for this. I have added both stickynotes and stickynotes_plus to leoPluginsRef.leo and to the bzr repository. Here is a recent checkin log: QQQ The sentinels for sticknotes_plus.py were the same as sticknotes.py, so when I added both files to leoPlugins.leo all the nodes were cloned!!! To fix this, I copied and pasted sticknotes_plus.leo, which changed all the sentinels. Also, I added imported markdown in a try/except block for better error reporting. Note that markdown does not work with Python 3.x, even from the git repository. QQQ Also note that I get the following message in the console when I use <alt-x> stickynotesplus on the @enabled-plugins node in test.leo: focus in MARKDOWN-CRITICAL: "We've got a problem header!" Despite these glitches, this is a useful addition to the rich text tool chain. Many thanks for this work. Edward -- 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.
