Visualization tool for Markdown notes. Very alpha version.
The goal of this repo is to render a html visualizations of markdown notes in the browser. The tool should provide more insight, better UX when exploring your notes and a platform with which you can present your own personal note collection.
Currently, there is a lot of features missing, however, it is enough for my personal use.
Currently there is no npm package. So you need to:
- Clone the repo
- Run both in separate terminals
npm run watch:notes '<path to root note folder>'
npm run watch:vite