I am looking to replace a very simple but powerful HTML editor (carousel) used to hand code HTML. (It won’t work on Windows 7, 10.) Is there a way for sublime text to allow highlighting plain text, then choosing a tag which automaticall surrounds it with opening and closing tags. Ideally e.g., I’d like to highlight a text list and be able to convert it to an ordered or unordered list by a few keystrokes.
Some text
Some more text
Some different text
etc.
to this
- Some text
- Some more text
- Some different text etc.
Is there a way for snippets to do this? E.g., highlight a few paragraphs of text and automatically surround it with