Daily Shaarli

All links of one day in a single page.

October 13, 2019

Sublime snippet question - imitating Emmet - General Discussion - Sublime Forum

I am writing markdown with sublime and want to type math equations faster. Is there anyway to achieve the following functionality in sublime snippet?

Type any character followed by a number, press tab and it will become character_number. For example, if I type ‘a1’ and press tab it will become ‘a_1’.

If this cannot be achieved by snippet, what about packages?