https://github.com/vchrombie/dobby
sublime text 3 plugin which converts your markdown to emoji :penguin: :rocket:
https://github.com/vchrombie/dobby
dobby emojis sublime-text-plugin
Last synced: 9 months ago
JSON representation
sublime text 3 plugin which converts your markdown to emoji :penguin: :rocket:
- Host: GitHub
- URL: https://github.com/vchrombie/dobby
- Owner: vchrombie
- License: mit
- Created: 2019-06-07T05:29:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T09:03:58.000Z (over 6 years ago)
- Last Synced: 2025-04-08T17:52:57.594Z (about 1 year ago)
- Topics: dobby, emojis, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dobby

dobby, is the free elf (sublime text 3 plugin) which converts markdown to emoji in the editor itself with a snap. :rocket:
### Usage :keyboard:
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
:smile: :balloon: :small_airplane:
### Setup :nut_and_bolt:
- 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 :tada:. Type the code and use the shortcut (ctrl+m), the dobby's snap. :wink:
- 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 :speech_balloon:
Feel free to raise an issue, if you are having any doubt or you have any sugesstions for improving the plugin.
### Acknowledgments :blue_heart:
- [Dobby](https://harrypotter.fandom.com/wiki/Dobby)
- [Create Sublime Text 3 Packages](https://cnpagency.com/blog/creating-sublime-text-3-plugins-part-1/)
- [GithHub API | Emojis](https://api.github.com/emojis)
- [jzeferino/AllGithubEmojis](https://github.com/jzeferino/AllGithubEmojis/)