On this note, if you have moved your org-mode note...
# today-i-learned
c
On this note, if you have moved your org-mode notes through Pandoc and got a lot of todos that look like this:
[TODO]{.todo .TODO}
, with the tag as the link at the end like
{#name-of-the-link}
, you can replace them with markdown todos like this: Search term (each number of hashtags will give you a different indent for overview):
### \[TODO\]\{\.todo \.TODO\}(.*)\{#(.*)\}
Replace term (with whatever tags you'd like):
- [ ] #org $1