Skip to content

sunshine-zhijun/rednotebook

 
 

Repository files navigation

RedNotebook is a modern desktop journal. It lets you format, tag and search your entries. You can also add pictures, links and customizable templates, spell check your notes, and export to plain text, HTML, Latex or PDF.

Requirements

See debian/control for Debian and Ubuntu package names.

Recommended libraries:

Run under Linux (without installation)

$ ./run

Run under Windows

See appveyor.yml for setup instructions, then run

C:\path\to\rednotebook> python3 rednotebook/journal.py

Install

We recommend to install RedNotebook with your package manager or to download the Windows installer. Follow the steps below only if your distribution has no RedNotebook package or you want to use a newer RedNotebook version.

Install RedNotebook in the global site-packages directory and make rednotebook command available globally:

sudo apt-get install python3-pip
# Change into RedNotebook directory.
sudo pip3 install .

Install RedNotebook locally under ~/.local/lib/python3.x/site-packages/ and create ~/.local/bin/rednotebook executable:

sudo apt-get install python3-pip
# Change into RedNotebook directory.
pip3 install --user .

Thanks to

License notes

RedNotebook is published under the GPLv2+. Since it bundles code released under the LGPLv3+, the resulting work is licensed under the GPLv3+. See debian/copyright for detailed license information.

Enjoy!

About

RedNotebook is a cross-platform journal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Inno Setup 1.7%
  • Shell 0.8%