Retain tag location when configuring tasks #219
Replies: 1 comment 1 reply
-
Hey there, thanks for the input. Keeping it "where it is" is almost impossible as the text can change and then I wouldn't know where to put the tag anymore. However, others (me included) feel the same way about putting the tag at the end instead. There is an open issue at #147. Feel free to react and chime in 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In the current implementation, it seems that the tag
#task
would be automatically put/moved at the beginning of the task description when configuring the task. For instance, the task- [ ] Task example #task
would become- [ ] #task Task example
.While one can choose to remove the display of
#task
in preview mode, it would be there in edit mode. Therefore, it would help focus on the task description in edit mode, if the tag#task
can be kept where it is, e.g. at the end of the task description, when configuring it using this plugin.Beta Was this translation helpful? Give feedback.
All reactions