CoolBase64
Sublime Text 3 plugin with a few functions for encoding to and from Base64
Details
Installs
- Total 18K
- Win 7K
- Mac 8K
- Linux 3K
| May 20 | May 19 | May 18 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 5 | 1 | 0 | 0 | 2 | 0 | 2 | 3 | 2 | 0 | 2 | 1 | 3 | 3 | 3 | 1 | 1 | 2 | 1 | 4 | 2 | 4 | 0 | 2 | 6 | 4 | 6 | 3 | 8 | 0 | 1 | 3 | 3 | 4 | 5 | 4 | 1 | 0 | 2 | 3 | 2 | 0 | 2 | 2 |
| Mac | 1 | 3 | 2 | 1 | 1 | 3 | 1 | 4 | 6 | 6 | 2 | 2 | 3 | 6 | 3 | 5 | 2 | 2 | 0 | 2 | 3 | 1 | 8 | 9 | 2 | 0 | 2 | 3 | 1 | 9 | 4 | 1 | 1 | 2 | 6 | 6 | 6 | 8 | 1 | 1 | 3 | 11 | 8 | 6 | 2 | 2 |
| Linux | 0 | 0 | 1 | 1 | 0 | 1 | 2 | 4 | 3 | 1 | 0 | 1 | 0 | 2 | 0 | 4 | 4 | 2 | 1 | 2 | 1 | 2 | 0 | 0 | 0 | 0 | 2 | 3 | 1 | 0 | 1 | 1 | 2 | 3 | 2 | 1 | 2 | 1 | 2 | 2 | 2 | 1 | 0 | 0 | 0 | 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+eon selected text: Encode to Base64 in placealt+shift+ewithout selected text: Copy whole file as Base64 textalt+shift+don selected Base64 text: Decode from Base64alt+shift+bon selected Base64 text: Decode from Base64 to binary file
Right click on tab: 1. Copy file as Base64 2. Copy file as Base64 web URL