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

Plugin Won't Work if There's no File Extension Exists #35

Open pavelklymenko opened 2 years ago

pavelklymenko commented 2 years ago

If a file is being edited in Nova and has no extension associated with it (like .txt, .go, .js, etc.) the plugin won't detect tags.

jasonplatts commented 2 years ago

Hi @pavelklymenko. Yes I am aware of this issue. The extension uses the egrep command, which by default ignores files without extensions. I will need to take another look at this and see if this is a way to override this behavior.

Thanks!