jasonplatts / nova-todo

A Panic Nova extension for todo and fixme management.
https://extensions.panic.com/extensions/jasonplatts/jasonplatts.TODO/
MIT License
29 stars 7 forks source link

How do I use this? #17

Closed SdeGeata closed 3 years ago

SdeGeata commented 3 years ago

Hello!

I just installed your extension in Nova, but can't figure out how to actually use the tags. Does it work for YAML files too? It can't seem to find any tags at all.

jasonplatts commented 3 years ago

Hi @SdeGeata. Tags should end with a colon or be surrounded by square brackets. For example, "TODO: Add a todo message here" or "[TODO] Add a different message here". The extension does support YAML files.

Are you working on a local project or is it remote? The extension currently only supports files that are located on your computer.

I hope this helps. If you are still having problems, please let me know.

SdeGeata commented 3 years ago

Hello Jason;

That indeed answers my questions. I was indeed working on remote files. I’ll give it a try locally.

Thanks!