CoolBase64
Sublime Text 3 plugin with a few functions for encoding to and from Base64
Details
Installs
- Total 16K
- Win 7K
- Mac 7K
- Linux 2K
Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 3 | 4 | 0 | 2 | 5 | 7 | 5 | 5 | 4 | 1 | 1 | 4 | 5 | 3 | 3 | 6 | 4 | 1 | 3 | 4 | 5 | 3 | 4 | 1 | 0 | 2 | 7 | 4 | 9 | 3 | 1 | 0 | 5 | 2 | 9 | 5 | 7 | 4 | 1 | 2 | 3 | 6 | 4 | 6 | 2 |
Mac | 5 | 6 | 2 | 1 | 1 | 4 | 2 | 8 | 4 | 10 | 2 | 0 | 1 | 9 | 9 | 8 | 3 | 1 | 3 | 2 | 7 | 6 | 6 | 8 | 1 | 1 | 8 | 11 | 5 | 8 | 6 | 0 | 1 | 8 | 9 | 11 | 9 | 2 | 1 | 2 | 5 | 6 | 7 | 7 | 5 | 1 |
Linux | 0 | 5 | 0 | 1 | 0 | 1 | 0 | 3 | 4 | 2 | 0 | 0 | 0 | 1 | 2 | 2 | 1 | 1 | 4 | 2 | 2 | 1 | 1 | 3 | 1 | 0 | 2 | 4 | 5 | 3 | 1 | 0 | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 1 | 1 | 2 | 1 | 2 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
CoolBase64-sublime
Sublime Text 3 plugin with a few functions for encoding to and from Base64
- Encode selected text to Base64
- Decode selected Base64 to normal text
- Copy the current file as Base64. Works with any filetype because it processes the file itself instead of the visible text.
- Copy the current file as a Base64 web URL for embedding within HTML or CSS (coolest function). Almost the same as the previous function, but it detects the filetype and prepends “data:image/jpg;base64,” or “data:audio/ogg;base64,” or whatever filetype to the beginning of the Base64 encoding. Works with any filetype but designed for browser-playable media files.
alt+shift+u
: Copy current file as a Base64 web URLalt+shift+e
on selected text: Encode to Base64 in placealt+shift+e
without selected text: Copy whole file as Base64 textalt+shift+d
on selected Base64 text: Decode from Base64
Right click on tab: 1. Copy file as Base64 2. Copy file as Base64 web URL