Note taking app with basic formatting (not markdown) built with Python and GTK 3.
The Trello board can be found here : https://trello.com/b/mc6cU0Mn
Any help is welcomed :)
To run the app you need :
- SQLAlchemy, you can install it with
apt-get install python-sqlalchemy
- debhelper, you can get it with
apt-get install debhelper
Afterwards follow the steps below
mkdir temp
cd temp
git clone https://github.com/SuburbanFilth/Noted
cd Noted
dpkg-buildpackage -us -uc
cd ../
dpkg -i *.deb
You should have the application installed and you can delete the temp folder.
Icons made by Smashicons from Flaticon is licensed by Creative Commons BY 3.0.