Last week, I wrote about my Sublime Text setup. I write in markdown a lot. And one thing that's been missing for me from Sublime is the ability to add a link to my markdown files using the Last week, I found this solution comes from The OverviewIt involves two parts…
Step 1. Create a snippetTo create a snippet in Sublime Text, select The original snippet from
Because I use this exclusively in markdown, I chose to output a markdown link instead…
Save the file to the Step 2. Map the keyboard shortcutSelect In the user bindings settings in the panel on the right, copy/paste the following JSON property…
The When you're done, save the file and close it. Using itIn your markdown files, you can press If you highlight some text, then press the keys, the selected text gets wrapped in the square brackets automatically, like this…
I apparently could have done this years, and wish I had! Like this? A Go Make Things membership is the best way to support my work and help me create more free content. Cheers, Want to share this with others or read it later? View it in a browser. |
0 Komentar untuk "[Go Make Things] How to add links with a keyboard shortcut in Sublime Text"