ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cool​Base​64

by k-amryn ALL

Sublime Text 3 plugin with a few functions for encoding to and from Base64

Details

Installs

  • Total 11K
  • Win 5K
  • Mac 5K
  • Linux 2K
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 Mar 10
Windows 8 3 5 1 1 2 8 8 6 6 2 2 5 8 5 6 7 2 1 1 3 5 6 8 1 5 5 4 7 5 6 0 3 4 4 9 4 7 3 1 6 2 4 8 3 5
Mac 5 5 3 0 3 3 6 5 5 5 2 2 3 6 6 5 6 1 3 6 8 9 5 8 2 1 2 7 7 11 12 3 2 8 3 7 9 8 1 2 3 7 4 8 8 1
Linux 4 2 4 3 1 2 3 5 4 3 1 0 2 2 2 2 5 0 2 1 0 2 3 1 0 1 3 2 2 1 1 0 0 3 3 21 5 0 1 1 1 3 0 1 2 2

Readme

Source
raw.​githubusercontent.​com

CoolBase64-sublime

Sublime Text 3 plugin with a few functions for encoding to and from Base64

  1. Encode selected text to Base64
  2. Decode selected Base64 to normal text
  3. Copy the current file as Base64. Works with any filetype because it processes the file itself instead of the visible text.
  4. 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 URL
  • alt+shift+e on selected text: Encode to Base64 in place
  • alt+shift+e without selected text: Copy whole file as Base64 text
  • alt+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