-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Overview
Complete the markdown notes editor with full CRUD operations and real-time preview.
Tasks
- Implement note creation functionality
- Add note editing with auto-save
- Implement note deletion
- Add markdown preview rendering
- Implement note search and filtering
- Add note categories/folders
- Implement note sharing (optional)
- Add markdown syntax highlighting
- Implement note export functionality
- Add keyboard shortcuts
Acceptance Criteria
- Users can create, edit, delete notes
- Markdown preview renders correctly
- Auto-save works reliably
- Search functionality works
- Notes sync across devices
- UI is intuitive and responsive
Technical Details
- Use
react-markdownfor preview - Implement debounced auto-save
- Add markdown syntax highlighting
- Use Supabase for data persistence
---
Reactions are currently unavailable