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

https://github.com/slaveofcode/vibenotes

Simple and Trully Self-Hosted Note App
https://github.com/slaveofcode/vibenotes

Last synced: 30 days ago
JSON representation

Simple and Trully Self-Hosted Note App

Awesome Lists containing this project

README

          

# VibeNotes
Simple but functional notes, support offline access in mobile via PWA, markdown formatted notes.

## Feature
- Create Note with Markdown, able to render the markdown
- Create Slide from Markdown
- Save Link / Bookmark website
- Create code snippet like gist
- Shareable link for notes, slide, bookmark, code snippet, etc.
- Mobile browser compatible, support all mobile browsers & mobile view
- Offline first support, sync on connected to the internet
- Create UML via PlantUML
- Support Export & Import data via JSON
- Use SQLite or Postgres for Data Store (by default SQLite), configured via config file
- Easy self-hosted, migrated, and upgraded because it has a separated place for data & the application.