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