Outliner Software Forum RSS Feed Forum Posts Feed

Subscribe by Email

CRIMP Defined

 

Tip Jar

NoteFinder

View this topic | Back to topic list

Posted by GFORGX
Oct 11, 2008 at 02:58 PM

 

Hi,

I’m developing crossplatform (primary platform is *nix, of course :)) open source note-taking application called NoteFinder.

The main concept of it is notebook. You can create as much notebooks as you want. Each notebook has its backend. The following backends are provided now: FileSystem (stores entries as organized plain text files, features tagging), Files (stores entries as non-organized plain text files), DokuWiki (uses DokuWiki powered website to store entries), RSS (NoteFinder isn’t RSS reader, but this backend may be useful for some people), iPod (you can use notes on your player), iCalendar (uses vCalendar Journals), Mail (if you have no access to your computer, you can mail your notes to specified email address from mobile phone or another computer and then view them and maybe copy into local notebooks with NoteFinder), Zim (uses Zim’s files and directories tree) and Wixi.

Wiki Creole or HTML markups are available for rich text editing.

Plugins system is presented.

NoteFinder requires Python, Qt 4, PyQt 4, setuptools and, optionally, python-feedparser (for RSS backend).

NoteFinder is licensed under the terms of BSD Revised License.

Screenshot: http://notefinder.co.cc/lib/exe/fetch.php?cache=cache&media=2008-10-11-202404_1280x1024_scrot.png

What do you think about it? ;)

You can get more information about it at http://notefinder.co.cc

// With best regards, GFORGX