Sublime Text Snippets - bakkeby/dusk GitHub Wiki
The Sublime Text editor allows for custom syntax highlighting as well as the insertion of dynamic text fragments referred to as snippets.
It is also possible to trigger insertion of such snippets using keybindings.
I have two collections of snippets in this context.
Jira comes with its own special markup for text formatting and this has some resemblance to markdown.
No editor that I know of support syntax highlighting for this specific markup notation, let alone having keybindings to make text bold or to add code blocks.
The sublime-text-jira-snippets project aims to add just that.
Here is an example that demonstrates syntax highlighting:
The collection comes with a range of snippets to add most text effects and blocks. It also comes with a snippet to escape text so that it will not be subject to Jira formatting.
You can get the syntax highlighting and snippets from here:
Additionally I have some snippets for markdown.
This is mostly to have the same keybindings to add text formatting or code blocks when writing markdown text.
You can get the markdown snippets from here:
Also see:
- https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all
- https://docs.sublimetext.io/guide/extensibility/snippets.html
Back to Other scripts and life hacks.