Hello,
Here are the settings I'm using for the CodeMap package/extension in VS-Code:
"codemap.md": [ { "pattern": "^(\\s*)# (.*)", "clear": "#", "prefix": "--", "icon": "level1" }, { "pattern": "^(\\s*)## (.*)", "clear": "##", "prefix": "--", "icon": "level2" }, { "pattern": "^(\\s*)### (.*)", "clear": "###", "prefix": "---", "icon": "level3" }, ],
How can I convert these settings so they could be used in the Sublime as well (CodeMap in Sublime)?
In the Sublime, what file should I place them? Should I place them in %AppData%\Roaming\Sublime Text\Packages\User\code_map.sublime-settings ?
Thank you!
Hello,
Here are the settings I'm using for the CodeMap package/extension in VS-Code:
"codemap.md": [ { "pattern": "^(\\s*)# (.*)", "clear": "#", "prefix": "--", "icon": "level1" }, { "pattern": "^(\\s*)## (.*)", "clear": "##", "prefix": "--", "icon": "level2" }, { "pattern": "^(\\s*)### (.*)", "clear": "###", "prefix": "---", "icon": "level3" }, ],How can I convert these settings so they could be used in the Sublime as well (CodeMap in Sublime)?
In the Sublime, what file should I place them? Should I place them in %AppData%\Roaming\Sublime Text\Packages\User\code_map.sublime-settings ?
Thank you!