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
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 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 8 | 6 | 2 | 1 | 1 | 1 | 5 | 6 | 4 | 9 | 8 | 2 | 3 | 7 | 17 | 8 | 8 | 10 | 2 | 2 | 1 | 6 | 8 | 4 | 8 | 1 | 2 | 12 | 13 | 5 | 7 | 8 | 1 | 0 | 8 | 3 | 3 | 6 | 6 | 2 | 4 | 4 | 5 | 6 | 5 |
Mac | 0 | 8 | 7 | 13 | 11 | 1 | 0 | 3 | 5 | 7 | 6 | 11 | 1 | 1 | 0 | 13 | 9 | 8 | 5 | 1 | 1 | 8 | 16 | 11 | 5 | 6 | 3 | 1 | 6 | 4 | 11 | 10 | 9 | 3 | 3 | 3 | 6 | 7 | 8 | 10 | 2 | 3 | 6 | 3 | 7 | 9 |
Linux | 0 | 1 | 3 | 1 | 0 | 1 | 0 | 0 | 1 | 4 | 1 | 1 | 0 | 0 | 3 | 1 | 5 | 3 | 1 | 2 | 1 | 2 | 2 | 4 | 3 | 2 | 0 | 1 | 2 | 1 | 2 | 2 | 3 | 0 | 0 | 3 | 3 | 0 | 3 | 1 | 1 | 0 | 1 | 0 | 7 | 0 |
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