Notes.md

View all projects notes in one place.

Notes.md have two components:
  • VSCode extension
  • SvelteKit web app (you are looking into it at the moment)

VSCode extension

The extension have a single function - whenever Notes.md file is saved then the extension will send its content to the web app.
Get the extension from VSCode extensions marketplace

Web app

The app allows to browse all notes from a single location. All notes are read-only and can only be edited from within VSCode.
At the moment only GitHub authentication is supported.