nova-todo icon indicating copy to clipboard operation
nova-todo copied to clipboard

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

Open pavelklymenko opened this issue 2 years ago • 1 comments

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.

pavelklymenko avatar Mar 17 '22 16:03 pavelklymenko

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!

jasonplatts avatar Mar 29 '22 22:03 jasonplatts