You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For being able to actually plan tasks, there is a need for time management, deadlines etc.
this can easily be added by a custom tag, the same way we have tag:, [tags:],[meta-tag:], we can have something like [deadline:] which receives a valid date and can be filled with a simple html datepicker.
I like the idea of a wrapping identifier around things like tag: like you posted, such as [tag: string, string, string].
I also like the idea (see the related #144, #145) of utilizing front matter --- or other mechanisms to "hide" the metadata from the UI in rendered mode (can still always see this data in Markdown mode).
Also mentioned in the other thread that a normalized data model might be valuable.
Love the brainstorming! Will be fun to see how this lands.
For being able to actually plan tasks, there is a need for time management, deadlines etc.
this can easily be added by a custom tag, the same way we have
tag:
,[tags:]
,[meta-tag:]
, we can have something like[deadline:]
which receives a valid date and can be filled with a simple html datepicker.the same can be said about weight of a task.
we can even inspire from todo.txt
The text was updated successfully, but these errors were encountered: