notesnetwork

An app to generate a data visualisation of my zettelkasten notes.

Usage no npm install needed!

<script type="module">
  import notesnetwork from 'https://cdn.skypack.dev/notesnetwork';
</script>

README

📝 Notes Network

An app to generate a data visualisation of my zettelkasten notes.

Running

npm i && npm build && npm serve

Expected note format

Note must be titled: [timestamp] text.md The format of the note must be as follows:

---
tags: [tag, another-tag]
---

content

## Links
- [[references-to-other-notes-wrapped-in-double-square-braces]]