Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaypyles/very-simple-notes
It's in the name. A tool used to generate and render static-webpages using markdown content.
https://github.com/jaypyles/very-simple-notes
Last synced: 23 days ago
JSON representation
It's in the name. A tool used to generate and render static-webpages using markdown content.
- Host: GitHub
- URL: https://github.com/jaypyles/very-simple-notes
- Owner: jaypyles
- Created: 2024-05-27T22:01:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-15T18:28:42.000Z (5 months ago)
- Last Synced: 2024-06-16T05:32:22.249Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Very Simple Notes
It's in the name. A tool used to generate and render static-webpages using markdown content.
[Companion Obsidian Plugin](https://github.com/jaypyles/very-simple-notes-obsidian)
## How does this work?
All notes are stored in MongoDB and delivered to the webapp, rendering the content to the page using `React-Markdown`.
## Features
- Search notes by name, group, or tag
![List of notes](https://github.com/jaypyles/very-simple-notes/blob/master/docs/NoteList.png)
- View individual note content
![Individual note](https://github.com/jaypyles/very-simple-notes/blob/master/docs/SingleNote.png)
## Deployment Guide
`make build up` will deploy the container and start it.