--- urn: "urn:penemure:55d5e8a6-ca25-4029-aab6-b60d5aa3c617" backend: "pub" ancestors: - 📁 Penemure created: 2025-05-18 05:32:00.726526+00:00 updated: 2025-05-18 05:32:00.726526+00:00 tags: --- # 📝 add stars/fav/bookmarks ## Description i keep wanting to find back some deeply nested thing and search keeps getting slower so, having a star/bookmark system to put specific things in the sidebar like notion does would be chill ## Work on this Issue (todo, make this a gantt in the template, and add 'self') ```query-table SQL SELECT title, CAST(created AS DATE), updated - created AS duration FROM log WHERE parents LIKE '%SELF%' ```