ivan-lednev / obsidian-day-planner

An Obsidian plugin for day planning with a clean UI and a simple task format
MIT License
2.03k stars 499 forks source link

WIP: fix: #421 dataview task mouseGripDown #496

Open bayerju opened 2 months ago

bayerju commented 2 months ago

Fix grap of dataview inserted tasks

Closes #421 I tested it with the task plugin. It works with tasks scheduled by the task plugin and tasks in the daily note. I did not figure out, if it is supposed to work for mobile as well.

Manual tests I did:

Steps before testing

Comments

I am not quite happy with the naming, but I did the best I could, without a refactor. Since the Tasks plugin uses the naming scheduled for days and this plugin uses the naming scheduled for timeslots. Also I did not really get the naming starttime, which seems to be a date and not a time. I hope I did not get this wrong and break anything else.

bayerju commented 2 months ago

just found a bug, I will fix it on thursday. So dont bother reading this till then.