Open
Conversation
…l for displaying all shortcuts\n- Add SlashCommandMenu for quick block insertion\n- Add WorkspaceSidebar for page navigation\n- Add IconPicker for page icon selection\n- Implement keyboard shortcuts service
… to app layout\n- Register global navigation shortcuts (Cmd+T, Cmd+U, Cmd+D)\n- Add shortcuts modal accessible via Shift+?\n- Make shortcuts work across all pages
… with localStorage\n- Add 7 built-in templates (Blank, Meeting Notes, Daily Journal, etc.)\n- Support for custom templates\n- Template CRUD operations
…emplates\n- Add search and filter functionality\n- Categorized template display\n- Template preview cards with icons
…owse all available templates\n- Search and category filtering\n- One-click page creation from templates\n- Matches app color scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Overview
This PR adds a comprehensive template system and dedicated templates page, allowing users to quickly create pages from pre-built templates.
✨ Features Added
Template Manager Service
Template Gallery Component
Templates Page (
/templates)🎯 User Benefits
🔧 Technical Details
Files Changed
src/lib/services/template-manager.ts- Template management servicesrc/lib/services/local-storage.ts- localStorage utilities (updated)src/lib/components/TemplateGallery.svelte- Template gallery modalsrc/routes/templates/+page.svelte- Templates page routeCommits
feat: add template manager service- Core template managementfeat: add template gallery component- Modal componentfeat: add templates page- Dedicated templates route🧪 Testing
🔗 Related
Ready for Review ✅