It should be possible for tasks to be notes #59
Replies: 2 comments 9 replies
-
Hey there, thank you for the idea. I think this would be relatively high effort and I don’t think that I would have the time to do that soon. But maybe for the time being we can find a somewhat similar workflow that allows you to do what you want to do. If I understand you correctly, the main goal of this is to have more details or context in a task. If you have a note, you can add any data to the task you want. Images, tables, etc. In the current implementation, you can achieve almost the same, if I understand correctly what you want. Obsidian is based around files, so you can have files and folders as you wish. And tasks are gathered from any note to be listed in queries. Please elaborate on your needs if I didn’t understand you correctly or if you are looking for more. |
Beta Was this translation helpful? Give feedback.
-
There is a new plugin coming from @tgrosinger: https://github.com/tgrosinger/tq-obsidian It seems to take the task concept to the file level. Maybe check it out 😊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a task, it would be useful to be able to create a new note based off of that task. The new note created based off of the task could use the "Description" as the title and add YAML properties of "due date", "status", etc.
For example:
- [ ] #task [[new task]] 📅 2021-05-02
See that "new task" is the new note, which would look something like this with the YAML attributes:

Better yet, maybe we could specify a template file for new tasks. I think this would really take this plugin to the next level, even though it's amazing as it is. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions