RedNotebook is a Desktop Diary that makes it very easy for you to keep track of the stuff you do and the thoughts you have.
RedNotebook is a journal software that will help you write whole passages or just facts and does so in style.
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 ]
· Search: If a search contains a hashtag (e.g. #Work or #Movies), only days
· with all of those tags will be searched. This means you can e.g. search for
· "project-xyz" only in the days tagged with "Work" with the query
· "#Work project-xyz".
· Search for combinations of tags (e.g. #magazine #linux)
· Search: If the query only contains a single hashtag (e.g. #Movies), a list of
· all subtags (the names of the movies) is shown.
· Search: Automatically scroll to found text in edit mode
· Split tag and word clouds
· Show tag and word cloud only if there are any tags and words respectively
· Remove spaces from multi-word tags during search and in clouds
· Auto-complete tags in search
· Always include all tags regardless of their frequency in the cloud
· Exports: Correctly set the appropriate extension for each export type
· Exports: Always add a title for LaTeX exports
· Fix: Correctly parse configuration values containing ='s
· Fix: Paths returned from file and folder choosers must be converted to unicode
· Fix: Correctl...