Allow custom placement of global task filter string #1090
Replies: 1 comment 4 replies
-
Hello @Gewerd-Strauss. How does this relate to #147? Also, a bit of lateral thinking: do you put your |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I like the tasks-plugin, it is absurdly useful. However, I would love to specify the position of the task filter string, for me
#task
within the task text. I use the plugin within my daily notes often, but I would like to make it compatible to the day-planner plugin. Said plugin requires Todo's in the following structure (1):On the other hand, "Tasks" uses the format (2)
This could be combined for (3)
so that f.e. Dayplanner could read the task correctly. My recommendation would be to simply move the identifier (
#task
) before the section of the string which contains the information for the plugin, as is done in (3). This would allow one to use the add-task-modal to simply enter a time at the beginning of the text to make it compatible.Could this be implemented?
Thank you.
Sincerely,
~Gw
Beta Was this translation helpful? Give feedback.
All reactions