Skip to content

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