CoolBase64
Sublime Text 3 plugin with a few functions for encoding to and from Base64
Details
Installs
- Total 15K
- Win 6K
- Mac 7K
- Linux 2K
May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 9 | 10 | 4 | 5 | 2 | 3 | 3 | 6 | 6 | 4 | 7 | 2 | 0 | 3 | 1 | 3 | 6 | 12 | 4 | 0 | 0 | 5 | 8 | 6 | 2 | 1 | 1 | 1 | 5 | 6 | 4 | 9 | 8 | 2 | 3 | 7 | 17 | 8 | 8 | 10 | 2 | 2 | 1 | 6 | 8 |
Mac | 0 | 6 | 10 | 5 | 8 | 11 | 3 | 2 | 7 | 11 | 7 | 12 | 6 | 2 | 0 | 3 | 4 | 10 | 5 | 7 | 2 | 2 | 6 | 8 | 7 | 13 | 11 | 1 | 0 | 3 | 5 | 7 | 6 | 11 | 1 | 1 | 0 | 13 | 9 | 8 | 5 | 1 | 1 | 8 | 16 | 11 |
Linux | 0 | 5 | 1 | 4 | 2 | 1 | 0 | 1 | 1 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 0 | 3 | 2 | 3 | 0 | 1 | 1 | 1 | 3 | 1 | 0 | 1 | 0 | 0 | 1 | 4 | 1 | 1 | 0 | 0 | 3 | 1 | 5 | 3 | 1 | 2 | 1 | 2 | 2 | 4 |
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