Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.03 KB

CherryTree

A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single XML or SQLite file. The project home page is giuspen.com/cherrytree.

Getting Started

Prerequisites

The current (python) version requires:

  • python2
  • python-gtk2
  • python-gtksourceview2
  • p7zip-full
  • python-dbus
  • python-enchant
  • python-chardet

Then, after cloning, run in the top folder ./cherrytree or python2 cherrytree.

Installation

Look at giuspen.com/cherrytree/#downl for available installers.

Development

The development is currently happening on the master branch in the folder future, being a C++/GTKmm porting.

The latest stable python release is also from the master branch.

The branch pygi is a discontinued attempt to port to the python bindings for GTK3. Reason for the failure in the issue python-gtksourceview2 deprecated, please port to PyGI.