SublimeOutline icon indicating copy to clipboard operation
SublimeOutline copied to clipboard

Info: Outline also works in many more type of lines (Not only Latex/markdown)

Open Monox18 opened this issue 2 years ago • 0 comments

I'd like to point out that this great extension works with many more type files such as .html, .css , .js, .mjs, and so on.

Explanation: SublimeOutline uses the symbols Goto > Go to Symbol...or (Ctrl + R) as input. So any other file type that register symbols will be compatible. If your file type isn't registering symbols (you see no symbols when hitting the shortcut) then you can add them yourself by creating a foo.tmPreferences file in the package folder. More info: tmPreferences API Documentation

Suggestion: Edit the readme file to mention this and let users know that many file types are supported.

nginx example: Nginx Outline

Javascript / NodeJS example: NodeJS Outline example

Monox18 avatar Jun 11 '23 14:06 Monox18