Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.76 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.76 KB

This is an attempt to dockerize keepnote

Goals

  • Create a minimal image that runs keepnote
  • create simple docker-compose file to launch keepnote
  • simplify sharing notebooks/configs with (docker) host

KeepNote is a note taking application that works on Windows, Linux, and MacOS X. With KeepNote, you can store your class notes, TODO lists, research notes, journal entries, paper outlines, etc in a simple notebook hierarchy with rich-text formatting, images, and more. Using full-text search, you can retrieve any note for later reference.

KeepNote is designed to be cross-platform (implemented in Python and PyGTK) and stores your notes in simple and easy to manipulate file formats (HTML and XML). Archiving and transferring your notes is as easy as zipping or copying a folder.

Read more about KeepNote's design philosophy.

Features

  • Rich-text formatting (e.g. Bullet point lists, Inline images)
  • Hierarchical organization for notes
  • Web links and note-to-note links
  • Full-text search
  • Integrated screenshot
  • File attachments
  • Spell checking (via gtkspell)
  • Auto-saving
  • Built-in backup and restore (archive to zip files)
  • Extensions (i.e. "plugins")
  • Cross-platform (Linux, Windows, MacOS X)

Further information

Copyright 2015 Matt Rasmussen matt.rasmus@gmail.com