Version 5 of Noty

Updated 2007-03-13 01:46:10 by ALL

Noty is a small Notes taking applications. Allows for small notes with formatting that can be organised in to a tree like structure and also uses internal hyper-links.

It can be found in SourceForge [L1 ]

Allows you to write your notes with some formatting for "eye-candy" and allows you to organise them in a "tree-like" structure.

It does have support to create hyperlinks between different notes.

Unfortunately it is not documented yet.

For TCL/TK developers it contains a ""rtext"" mega-widget that encapsulates all the logic needed to edit text with formatting. Also a simple add-on to it "ser.tcl" allows it to serialise/de-serialse its contents.

Sample screenshots can be found here: [L2 ]

ALL -- 2007-03-11

SEH 20070311 - Congratulations on a nice looking program. I think the rtext widget is an excellent addition to the available set of Tk resources. I suggest that you combine the rtext widget and the formatting buttons into a word-processing mega-widget that can be dropped whole into other applications, similar to the wordpad widget you see in some Delphi et al. applications, and the WYSIWYG editors seen in some advanced web apps.


male - 2007-03-12:

Sorry, but I just downloaded and started "noty.exe" and got following error message about a hardcoded path:

 Error sourcing /Apps/UsbDisk/swdev/Noty/main.tcl: couldn't open "appdef.opt": no such file or directory

ALL This should be fixed now (2007-03-13). My apologies as I made a mistake when I wrapped the application.


All - 2007-03-13

Thanks for the feedback. I consciously decided to split the buttons from the rtext widget itself and opted for having two widgets, the "Toolbar" and "rtext". The intention is that they would "talk" to each other as needed. Similar to the model used by the scrollable widgets and toolbars.


[Category Application|Category PIM]