New search function et drag and drop clean

This commit is contained in:
2025-11-10 19:40:14 +01:00
parent d969b05ead
commit cd9a96c760
42 changed files with 2164 additions and 34 deletions

28
notes/tasks/backlog.md Normal file
View File

@ -0,0 +1,28 @@
---
title: "Product Backlog"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["task", "planning"]
---
# Product Backlog
## High Priority
- [ ] Export notes to PDF
- [ ] Bulk operations (delete, move)
- [ ] Tags management page
- [ ] Keyboard shortcuts documentation
## Medium Priority
- [ ] Note templates
- [ ] Trash/Recycle bin
- [ ] Note history/versions
- [ ] Full-text search improvements
## Low Priority
- [ ] Themes customization
- [ ] Plugin system
- [ ] Graph view of notes links

29
notes/tasks/bugs.md Normal file
View File

@ -0,0 +1,29 @@
---
title: "Known Bugs"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["task", "bug"]
---
# Known Bugs
## Critical
None currently! 🎉
## Medium
- [ ] Search doesn't highlight in preview
- [ ] Drag over nested folders can be glitchy
- [ ] Mobile: sidebar animation stutters
## Low
- [ ] File tree doesn't remember expanded state
- [ ] Tags with special chars break search
- [ ] Long filenames overflow in sidebar
## Fixed
- [x] Slash commands not working consistently
- [x] Drag and drop to root not working