Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 866 Bytes

justnotes package

Atom package for basic markdown note keeping with a little spice.

  • keep all your notes in markdown
  • convert single notes to html
  • convert directories including subtrees to html for a wiki-esque reading experience
  • link between files
  • etc.

A screenshot of your package

Prerequisites

  • pandoc installation

TODO

  • justnotes.py: add excludes for files not to copy like .git folder etc.
  • justnotes.py l.80: add general excludes like index file, .git folder, etc.; add argument for it
  • Refresh tree view after writing html
  • Make python script a node module
  • Finish README. What does it do? How? Why??!
  • Finish code todos
  • Add/update tests

Planned features

  • Convert individual files, not just folders
  • Insert toc in current markdown file at cursor position