Skip to content

sublime text 3 plugin which converts your markdown to emoji 🐧 🚀

License

Notifications You must be signed in to change notification settings

vchrombie/dobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dobby

dobby, is the free elf (sublime text 3 plugin) which converts markdown to emoji in the editor itself with a snap. 🚀

Usage ⌨️

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

😄 🎈 🛩️

Setup 🔩

  • 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
    

Want to dicuss something 💬

Feel free to raise an issue, if you are having any doubt or you have any sugesstions for improving the plugin.

Acknowledgments 💙

About

sublime text 3 plugin which converts your markdown to emoji 🐧 🚀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages