We are planning to create a simple offline markdown note-taking web app. This will be an alternative to the existing apps like Obsidian or Simplenote. It relies on local storage and standard markdown syntax, we plan to avoid the use of external APIs. This is in essence a text editor and a note-taking app. We will also provide a preview pane that renders the markdown in real time.
The notes will be saved and loaded as .md files