TODO comments - Add TO-DO items in the middle of the content, not as checkboxes

I’d love to be able to add TODO comments in my content - not todo with checklist items, but similarly to what you can do with Pycharm, for example: TODO comments | PyCharm Documentation

And then ofc I’d need an easy way to see and navigate through such itens.

1 Like

just use a tag: #todo

1 Like

I made a plugin that allows you to (1) assign styles to labeled comments such as and (2) explore comments of the active file in a sideview, but it does not yet have the feature of exploring comments across all files like pycharm