Git Product home page Git Product logo

rednotebook's Introduction

Build Status

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

  • Python 2.7 (3.x not supported)

  • PyYaml (>=3.05)

  • PyGTK (>=2.16)

  • pywebkitgtk (>=1.1.5)

  • Optional:

    • pygtkspellcheck

Run under Linux (without installation)

$ ./run

Run under Windows

Install Python 2.7 (32-bit version), change into the win directory, run

C:\path\to\rednotebook\win> python create-build-env.py

and add C:\gtkbin to your path. Now change back into the rednotebook directory and run

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

Be sure to use the 32-bit version of Python! (Or install the 64-bit versions of the various dependencies required for the project.)

Install

It is recommended 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 python-pip
# Change into RedNotebook directory.
sudo pip install .

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

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

Thanks to

License notes

RedNotebook is published under the GPLv2+. Since it includes the elib.intl module (https://github.com/dieterv/elib.intl) which is released under the LGPLv3+, the resulting work is licensed under the GPLv3+.

Enjoy!

rednotebook's People

Contributors

przemub avatar felixmz avatar rnorris avatar ronbrownjr avatar iamjackg avatar mailaender avatar turnage avatar zygimantus avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.