Hi,

I just uploaded freenotes 0.0.3.
freeNotes is a wiki like application in which you create notes (pages), each note has a description and zero to N keywords. Whenever a keyword is displayed in a note it is highlighted as in a wiki and you can forward navigate to the note containing the keyword. The notes themselves can be organized in a tree structure. This release works and the basic functionality is there, though with a few of my ideas and input from people, there is a long way to go.

It's homepage is http://www.adsworth.info/projects/freenotes/, where you can also get the downloads.

Changes from 0.0.2:
- use standard wxIDs for the Exit and Help menu items, so wxWidgets will move them to the App menu under MacOS X
- new notes that don't have any content are silently ignored.
- moved the search trigger from key up to key down and changed the comparison for the Return key. I hope it works under MacOS X now. - call self._sendNoteSelectedEvent(node[0].Data) only if a node was selected in the tree.
- add a 2 pixel Border around the controls.
- changed a isinstance from unicode to basestring.
- replaced a few self.activateEditorContent()calls with self.rPanel.setFocus('content'). activateEditorContent is designed to be called as an event callback. - new notes are now created under the, in the tree or list view, selected note and not under the displayed.
- updated the default database, to reflect the changes.

adi


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to