From 846726a5c7335a65377282307de0560de6275359 Mon Sep 17 00:00:00 2001 From: Olivier Legendre Date: Thu, 11 Jun 2026 11:18:33 -0400 Subject: [PATCH] docs: mark all todo items as done --- todo.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/todo.md b/todo.md index a220d9b..77074d7 100644 --- a/todo.md +++ b/todo.md @@ -1,13 +1,13 @@ -- [ ] bookmarks - - [ ] when user middle clicks on a bookmark, it should open in a new tab - - [ ] in the bookmarks, i want to have notes that are parents to other notes - - [ ] by default, the bookmark should have no icon - - [ ] the way to search for icons should be improved. on the lucide icon website, the search works by more than only the icon’s title. i want to be able to load all the icon (not by default though) - - [ ] add a right click menu on the recent files to make them bookmarks - - [ ] improve the drag and drop to have identations and groups -- [ ] calendar - - [ ] middle click on a date/week/etc. should open it in a new tab - - [ ] i want to improve the look of the calendar. more space, a bit more height - - [ ] when i hover over something that’s clickable, I should see the correct cursor -- [ ] recent files - - [ ] I want to be able to filter the recent files. i want to have a little tag, that when i selectt, wsill show only recents notes where type == meeting, type == person \ No newline at end of file +- [x] bookmarks +- [x] when user middle clicks on a bookmark, it should open in a new tab +- [x] in the bookmarks, i want to have notes that are parents to other notes +- [x] by default, the bookmark should have no icon +- [x] the way to search for icons should be improved. on the lucide icon website, the search works by more than only the icon's title. i want to be able to load all the icon (not by default though) +- [x] add a right click menu on the recent files to make them bookmarks +- [x] improve the drag and drop to have identations and groups +- [x] calendar +- [x] middle click on a date/week/etc. should open it in a new tab +- [x] i want to improve the look of the calendar. more space, a bit more height +- [x] when i hover over something that's clickable, I should see the correct cursor +- [x] recent files +- [x] I want to be able to filter the recent files. i want to have a little tag, that when i selectt, wsill show only recents notes where type == meeting, type == person