mNotes is a small new application for Maemo, it s a simple note taking application that can be used with finger only. At this time the application is really simple, adding, removing, and searching notes. Here is a screenshot :
The application was available in the extras-devel repository 2 ago, but i ve promoted it to extras this morning.

Comments
Hello, Benoit!
First, thank you for all your efforts on the Maemo platform. You should be in the hall of fame someday.
I installed mnotes just now and am having a problem.
From the xterm:
Traceback (most recent call last):
File "/usr/lib/mnotes/mnotes.py", line 9, in <module>
mnotes_ui.run_mnotes(app,context)
File "/usr/lib/mnotes/mnotes_ui.py", line 326, in run_mnotes
handle = mNotes(app,context)
File "/usr/lib/mnotes/mnotes_ui.py", line 83, in __init__
self._load_hpane_position()
File "/usr/lib/mnotes/mnotes_ui.py", line 171, in _load_hpane_position
value = mnotes_framework.mPrefs().hpane_position
File "/usr/lib/python2.5/site-packages/mnotes_framework.py", line 66, in __init__
self.load_from_db()
File "/usr/lib/python2.5/site-packages/mnotes_framework.py", line 69, in load_from_db
db = Database(DB_PATH)
File "/usr/lib/python2.5/site-packages/mnotes_framework.py", line 31, in __init__
self._update()
File "/usr/lib/python2.5/site-packages/mnotes_framework.py", line 46, in _update
self.cursor.execute('SELECT version From db_struct;')
sqlite3.OperationalError: no such table: db_struct
It installed fine. OS2008 on N800.
Thanks!
Mitch
Right, there is a bug in the framework.
Thanks for reporting it.
I ve just uploaded a fixed version on extras devel repository