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
As a user converting old Markdown I want to quickly add the same TODO prefixes to several lines at once, in order to avoid manual editing of converted lines.
Possible solution
Add a todo command.
...or a --todo option on the outline command?
...or both?
By default, add TODO to new blocks.
Allow choosing between TODO, DOING, DONE, NOW and LATER.
If run from the todo command: should it also convert to outline before adding the prefix?
By default, add the prefix on all blocks. If possible (or another issue), use fzf or something to select which headers should become TODOs.
The text was updated successfully, but these errors were encountered:
Problem
As a user converting old Markdown I want to quickly add the same TODO prefixes to several lines at once, in order to avoid manual editing of converted lines.
Possible solution
todo
command.--todo
option on theoutline
command?TODO
to new blocks.TODO
,DOING
,DONE
,NOW
andLATER
.todo
command: should it also convert to outline before adding the prefix?The text was updated successfully, but these errors were encountered: