E-Notes is a notes keeper. It's a dock app or an epplet (up to version 0.4 only) that manages sticky graphical notes.

ENOTES-0.5! Has just been released...

E compatibility removed temporarily, fully WindowMaker compliant, XML, config tool dissociated... see ChangeLog

Features:
  • dockapp dockapp with clock, # of notes
  • border or borderless
  • ontop or not
  • sticky or not
  • title
  • text
  • colors (text and background)
  • background image
  • transparent
  • root window background
  • X font
  • x and y padding
  • default config saving
  • unlimited number of notes
Join our mailing list!
Enter your email address below, then click the 'Join List' button:
screenshots:

The new look of E-Notes-0.5 dockapp (wmEnotes)
E-Notes-0.4 epplet
Config window program
A simple note
Another example (root background)
Yet another example (transparency)
help file:

E-Notes-0.4 help
download:
binary: E-Notes-0.5-bin.tar.gz

xerces includes+lib only: xerces.tar.gz
xerces full package: xerces-c1_4_0-linux.tar.gz from apache site

source for: E-Notes-0.5.tar.gz
source for: E-Notes-0.4.tar.gz
ChangeLog:

0.5 -
--- this program has been mostly rewritten to support docking and xml format to store the notes (need Xerces library).
--- time clock on the dock app.
--- total number of notes on the dock app.
--- error leds if notes cannot be read or saved.
--- no more use of C++ linked lists, wmlist is used instead.
--- the configuration window is now dissociated from the main program.
--- dock app redesign, inspired from wmppp.
--- no more epplet compatibility, will come next I think.
--- removed alarm clock.
--- the notes are save automatically.

0.4 -
--- epplet compatibility is back! You even can have both on your system. Just choose it at compile time: make dockapp or make epplet.
--- alarm implemented.
--- buttons removed when not focused
--- non withdrawn window startup option for dockapp

0.3 -
--- no more epplet compatible
--- no more IPC comm.: there is only one executable now
--- new gtk config window
--- only X and imlib (imlib2 removed)
--- epplet-based removed
--- x,y padding
--- sticky, ontop attributes
--- all X fonts usable
--- font antialiasing
--- backgd images browsing
--- pseudo transparency
--- total transparency
--- variable shading
--- unlimited # of notes (using linked lists)
--- my own OO C++ graphic renderer
--- cpu time consumming bug fixed
--- memory bug fixed
--- text support \n (removed ~)
--- rotation removed

0.2 -
--- The GTK config program ir replaced by an Epplet config window.
--- A help documentation is available through E-dox.
--- Paths to images and fonts are now configurable.
--- New compile and install are now taken care by ./configure script.
--- The Epplet uses Enlightenement directory structure.
--- The data are saved by Enlightenment.

0.1 - creation:
--- The main work was to create the notes viewer.
--- The epplet was kind of dirty. As the GTK config interface...

0.5 - TODO
--- Implement show/hide note.
--- Implement rotation.
--- Anything else?