Commit graph

24 commits

Author SHA1 Message Date
Murtaza Raza
9a4ff7e327 Turned off logs 2025-12-21 23:47:13 +04:00
Murtaza Raza
8189d0a0f3 Remove from explicitly added paths when an explicitly added note is removed
Slightly fixed settings modal.
2025-12-21 18:15:57 +04:00
Murtaza Raza
a0d0d98beb Improved settings modal. Some alignment inconsistencies still need to be fixed.
If note doesnt have a TODO tag, simply remove it without asking how to handle removal.
2025-12-20 03:37:31 +04:00
Murtaza Raza
f5bc1c68fb Added feature to drag and drop notes from obsidian explorer into TODO bank. All other logic remains for these types of notes. Need to improve the removal flow in these types of notes 2025-12-20 03:23:13 +04:00
Murtaza Raza
42976f2dc0 Fixed linting issues 2025-12-18 22:12:22 +04:00
Murtaza Raza
42893b91bb Fixed obsidian lint errors where possible 2025-12-03 11:52:04 +04:00
Murtaza Raza
71f19838c0 Fixed some non priority matrix md files being treated as priority matrix note. 2025-11-25 00:22:38 +04:00
Murtaza Raza
f9e590b878 Minor cleanup 2025-11-24 12:05:23 +04:00
Murtaza Raza
d78469d67d Added constraint of 26 characters for task bubbles.
On hover show path of the note
2025-11-24 11:39:09 +04:00
Murtaza Raza
388c84a443 Fixed dragging and dropping on mobile.
Better dragging support on all platforms. Dragging item overlay made better and less inconsistent.
2025-11-23 18:57:23 +04:00
Murtaza Raza
8e03698170 Completely changed drag script that is supposed to unify all types of inputs still doesnt work on mobile. Implementation is still not complete.
There are now issues with ordering and flexible re alignment of task bubbles. Might revert this change after debugging attempt
2025-11-21 02:04:11 +04:00
Murtaza Raza
2647d4ddd4 Note path instead of default path issue fixed 2025-11-21 00:51:10 +04:00
Murtaza Raza
e878fa9af1 Added settings modal for an easier way to update settings for the priority matrix note
Added custom logger class so logs and turning them on and off is easier
Fixed settings not showing correct path for note search
2025-11-19 12:49:37 +04:00
Murtaza Raza
9650063df9 Added logic to remove all instances of #TODO while removing a linked task bubble 2025-11-18 00:17:27 +04:00
Murtaza Raza
87117e1ccd Added exemption list logic 2025-11-16 22:54:14 +04:00
Murtaza Raza
101f5c4f17 Show options menu on task bubbles. Directly remove if unlinked. Show popup otherwise.
Refresh logic fixed when linked task bubble is renamed.
2025-11-16 22:27:38 +04:00
Murtaza Raza
dd3f07731b Fixed switching to markdown view
Removed buttons in read mode that leads back to matrix view
2025-11-16 21:25:26 +04:00
Murtaza Raza
54b5ae577b Added ability to add non linked action item bubbles 2025-11-15 11:36:22 +04:00
Murtaza Raza
42518dc6f4 Improved bubbles visuals and interactions 2025-11-15 11:07:07 +04:00
Murtaza Raza
c4218f29e0 Fixed recreation on delete
Removed priority matrix code block
2025-11-15 10:00:33 +04:00
Murtaza Raza
e157b1feaf Improved note bubble ui and feedback
Dragging reorders the note bubbles
2025-11-14 23:17:12 +04:00
Murtaza Raza
85d2acdc0e Added better dropdowns for TODO and DONE banks
When note is clicked it opens up in a new tab
Priority matrix note open in priority matrix view when clicked.
Some small quality of life improvements
2025-11-14 18:43:08 +04:00
Murtaza Raza
de8396d1d5 Removed type logic.
Fixed layout a little bit.
Css was affecting another plugin. Fixed that.
2025-11-14 15:34:55 +04:00
Murtaza Raza
19ebc0bc25 Main functionality running using preact and some new plugins. Need to work on styling, optimizations, and better user flow. 2025-11-14 14:05:39 +04:00