Feat v0.4.4 rich editor import export (#26)
All checks were successful
CI/CD / detect-changes (push) Successful in 3s
CI/CD / test-frontend (push) Successful in 5s
CI/CD / test-go-pg (push) Successful in 2m35s
CI/CD / test-sqlite (push) Successful in 2m49s
CI/CD / build-and-deploy (push) Successful in 29s

This commit was merged in pull request #26.
This commit is contained in:
2026-03-29 19:25:30 +00:00
parent 31ab572c95
commit cee65c4136
6 changed files with 378 additions and 27 deletions

View File

@@ -6,9 +6,9 @@
"route": "/s/notes",
"auth": "authenticated",
"layout": "single",
"version": "0.4.0",
"version": "0.5.0",
"icon": "📝",
"description": "Markdown notes surface with folders, tags, and backlinks.",
"description": "Markdown notes surface with rich editor, folders, tags, backlinks, and import/export.",
"author": "switchboard",
"permissions": ["db.write"],