full working application and initial commit

This commit is contained in:
2026-06-04 18:39:39 +02:00
commit 8524179793
86 changed files with 10107 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Changelog
## 0.1.0 - 2026-06-04
- Built the initial Journaley journaling app with SvelteKit, Tailwind CSS, shadcn-svelte conventions, Convex, and Convex Auth.
- Added authenticated markdown entries, normalized tags, full-text search, filtering, sorting, dashboard analytics, settings, dark mode, and app branding.
- Added project documentation and agent conventions for Convex, markdown, tagging, and styling.