Chungsang Tom Lam
Chungsang Tom Lam
I think you can put ``` "patterns": { "TODO(HIGH)": "TODO\\(HIGH\\)[\\s]*?:+(?P.*)$", "TODO(LOW)": "TODO\\(LOW\\)[\\s]*?:+(?P.*)$" } ``` Into the Preferences.sublime-settings file. In this sense you can have ``` # TODO(HIGH): This is a...
I am actually worrying about the long file path, which will reduce the readability of the todo list One solution is to group list by file ``` ## TODO (3)...
Could you please tell me which version of Npp and Fingertext are you using? It seems that it's a bug that I fixed long long ago?
Finally I can replicate this bug. It will be fixed in the coming release.
There is a file named markdown.css in the plugin folder. You can overwrite that file with the css you like. I can make it an option later. (leave this issue...
Yes it will. So you better back up your custom css file. sorry for the inconvenience.
Thanks! I will incorporate it into the package (And more importantly you have taught me how to make a menu item, now I can use it in my other packages)
This is strange...... MarkdownBuild use a file named markdown.css (instead of custom.css) and it doesn't save any css file. It embed the css file into the html. Can you try...
First of all, I must say that I really like the idea of a convention-driven repository of snippets. However, I never expect someone to edit the ftd file themselves. (That's...
Using comment and uncomment to make a config file snippet is very good idea! There are always requests on separation of label and default text. For now, I do not...