dobby, is the free elf (sublime text 3 plugin) which converts markdown to emoji in the editor itself with a snap. ๐
You can add emojis to your code as
:smile: :balloon: :small_airplane:
and dobby converts them to emojis using his snap, in the editor itself
๐ ๐ ๐ฉ๏ธ
-
You need to have the latest version of sublime-text-3 installed on your machine. Please get it from here.
-
Go to the Packages folder of the sublime-text-3 application.
$ cd ~/.config/sublime-text-3/Packages/ -
Clone this repository here.
git clone https://github.com/vchrombie/dobby -
Add this entry to your list of keybindings: (Sublime Text > Preferences > Key Bindings)
{ "keys": [ "ctrl+m"], "command": "dobby" } -
That's it, you are now ready to use dobby ๐. Type the code and use the shortcut (ctrl+m), the dobby's snap. ๐
-
You can now use teh autocomplete feature too. Make sure you add the below line to (Sublime Text > Preferences > Settings)
"auto_complete": true
Feel free to raise an issue, if you are having any doubt or you have any sugesstions for improving the plugin.
