RedNotebook is a diary app that helps you track the ongoing stuff or your thoughs in a certain moment.
RedNotebook is a journal that helps you write facts or even whole passages, if needed.
PyYAML installation: Download PyYAML on your Mac, open the archive, open a Terminal window, browse to PyYAML's folder and run the following commands from inside that directory (you will need administrator privileges to be able to run it):
python setup.py build
sudo python setup.py install
PyGTK installation: For installing PyGTK you can follow the instructions available HERE and, after going through all the steps, you will also have to run the following command from a Terminal window:
jhbuild build meta-gtk-osx-python
How to install and run RedNotebook: To install RedNotebook on your Mac you will have to open a Terminal window, browse to RedNotebook's folder and run the following commands from inside that directory (you will need administrator privileges to be able to run it):
sudo python setup.py install
rednotebook
Here are some key features of "RedNotebook":
· Enter text for individual days and navigate using a fancy calendar
· Add Categories to days and fill them with small content
· (Live-) Search for Day Content
· Automatic saving
· Backup to zip archive
· Edited days are automatically marked
· Calendar Navigation
· Word Cloud with most often used words
· Template Entries
· Export to various formats
Requirements:
· Python 2.5 or later
· PyYAML 3.05 or later
· PyGTK 2.13 or later
What's New in This Release: [ read full changelog ]
· Fix: Insert spellchecking correction in the correct position (LP:1137925).