Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.