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