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

Add several useful tags #4

Closed igor-arkhipov closed 3 years ago

igor-arkhipov commented 3 years ago

Could you add some useful tags for processing?

[INFO] [NOTE] [HACK] [BUG] [DEBUG] [ERROR]

[WARN] [WARNING] [ERR] [FAIL] [FATAL] [TRACE]

I usually use them with PragmataPro Liga font. PragmataPro Liga TODO ligatures

jasonplatts commented 3 years ago

Thanks @igor-arkhipov. Great suggestions. I plan to add tag highlighting in the future. It is not currently possible with the given API, but Panic is expanding its capabilities.

BenjaminHoegh commented 3 years ago

Some more tags NOTE, INFO, IDEA, DEBUG, REMOVE, OPTIMIZE, REVIEW, HACK, TODO, REFACTOR, DEPRECATED, TASK, UPDATE, QUESTION, EXAMPLE, BUG, ERROR, ERR, WARNING, WARN and BROKEN

It is not currently possible with the given API @jasonplatts

What do you mean? you already added TODO and FIXME

jasonplatts commented 3 years ago

Thank you @BenjaminHoegh. I am hoping to have this and other updates soon! At the moment I am focused on improving performance in larger workspaces.

What do you mean? you already added TODO and FIXME

Sorry about the confusion. I was referring to the ability to "highlight" or change the background color of the various tags in the code itself. This is what is not currently possible using the Nova API. Additional tags are absolutely possible and will be added.

I appreciate the feedback and suggestions.

jasonplatts commented 3 years ago

Hi all. I have added the ability to include additional tags in the preferences as of version 0.5. Please let me know if there are any issues with this implementation. Thanks again for the suggestions!