Note and reminder for easier organisation of random interesting thoughts that might be able to help you become a better programmer.
installing plugins from a plugin list will be available soon.
from the dashboard plugins directory:
curl -sL https://github.com/mickey-services/notes-plugin/raw/main/install.sh | bashor manually:
git clone https://github.com/mickey-services/notes-plugin.git notes- user visits
/noteson the dashboard - dashboard redirects to
/:accessPath/notesif authenticated - the plugin-loader finds
plugins/notes/directory - loads
notes.yamlfor metadata andindex.jsfor the router - mounts router at
/:accessPath/notes index.jsserves the UI at/and API at/api/*- data stored in
data/plugins/notes.db(sqlite)
all requests require x-session-token header
GET /api- list notes for current userPOST /api- create note{ title, content, reminderAt? }PUT /api/:id- update noteDELETE /api/:id- delete note