Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 801 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 801 Bytes

Notavel

A Note taking application built for hackers.

Key objectives:

  • Should save as plain Markdown files;
  • Easy browsing of notes (history, labels);
  • Editing should be done externally (Sublime is much better at it);
  • Support for multiple "stores";
  • Search.

History

This is a new take on the implementation. For the original code, check the v1 branch.

Not exactly an application yet... still just thrown away code.

Open-source alternatives

  • Boostnote: good UI, but forces you to use its own JSON format for the notes;
  • PileMd: also forces a JSON format;
  • Laverna: stores data in the browser;
  • Moeditor: just a Markdown editor.