## Personal usage In Obsidian I have workflows I follow for some of my templates like [[YouTube Video Template]]. Instead of having to duplicate these tasks into my task management app, I can instead add and ID, due date, priority, and it will be brought into my morgen box. - [[Morgen]] ### Workflow - Have a [[QuickAdd Plugin]] capture choice that lets me add tasks to a project - Can be configured to only add it for a certain subfolder like [[Projects]], but I think it would be best to not do that so I can also add tasks to things like brainstorms and input notes - Just need to think on how I can add this if I do not - Template might be best since I can then also just use the guided setup instead of manually setting up id and stuff? #### Questions - Open the task or not? - Add description or not? #### Description code ``` <%-* if (${`{{value:Details}}`}.length > 1) { %> - {{value:Details}} <%* } -%> ``` - Would need to create a templater user script function and pass in the details in there - At that point might as well just bring them into the note though - Maybe could do an open note/continue feature? ## Nuances - Easy access link to where it is in Obsidian - Task box not completed in Obsidian yet - scheduled is separate from actual due date - Can add ids to all tasks (except for certain folders)