I like to utilize Markdown for a lot of the text that I write. To that end I wanted to try out the MarkdownEditing plugin for Sublime Text 3, but am having some user experience issues:
I cannot figure out how to change the color scheme such that it affects the MarkdownEditing syntax editor. Changes to .Packages\User\Preferences.sublime-settings
do not effect display settings when in this syntax highlighting mode. However, those changes are reflected in other tabs. How do I change the color scheme when making use of the MarkdownEditing syntax highlighting?
How do I turn on line numbers when making use of this syntax plugin?
To stop the MarkdownEditing package from overriding your color scheme on Markdown files:
Preferences > Settings - User
color_scheme
line - e.g. it looks like"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
Preferences > Package Settings > Markdown Editing > Markdown GFM Settings - Default
color_scheme
lines by adding //
in front of themMarkdown files will now use your regular color scheme rather than using their own scheme just for .md
files.
If you get an error about "Error trying to parse settings", make sure your line ends with a ,
if there are lines below it, and does not end with ,
if it is the last line.
TL;DR
If you are using Markdown GFM syntax, open/create "Data/Packages/User/Markdown.sublime-settings" and add:
{
"color_scheme": "Packages/your/custom.tmTheme",
"line_numbers": true
}
See menu: Preferences > Package Settings > MarkdownEditing
.
There are 3 different settings there for 3 different syntaxes. First check what "default" settings does and then undo it in "user" settings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With