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

TODO is not ignoring folders #24

Closed Amparose closed 3 years ago

Amparose commented 3 years ago

I have added dst/ to Ignored Names of prefs and it isn't working. Also tried dst/** in case it was because file is nested; doesn't work either. I have tried restarting Nova again as I noticed it didn't seem to load anything to initially and alerted a No command found with the name "todo.refresh". That seems working now but could be a bug in there somewhere.

jasonplatts commented 3 years ago

Hi @Amparose. This preference does not accept relative paths, only file and directory names. So, adding dst will ignore that directory and its contents.

As for the error, it does sound like something hadn't quite finished loading yet. If you are able reproduce the "no command found" error, please let me know and I'll take a look.

Amparose commented 3 years ago

Ah yep, removing the trailing slash fixed it. Thanks.