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

Cool​Base​64

by kamryn404 ALL

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

Details

Installs

  • Total 19K
  • Win 7K
  • Mac 8K
  • Linux 3K
Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30
Windows 0 1 2 4 1 2 3 1 0 1 1 0 5 4 0 1 0 4 1 2 2 0 2 2 1 2 2 4 0 0 4 2 0 4 1 0 0 0 3 1 4 0 1 0 1 1
Mac 0 0 1 3 3 4 0 0 0 4 1 4 6 2 2 0 1 1 2 6 3 0 1 3 3 3 4 2 1 2 3 5 1 4 2 0 1 2 5 3 4 4 0 1 5 3
Linux 0 0 0 0 2 0 3 1 0 0 1 0 1 0 1 1 5 4 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 2 0 1 1 3 0 1 0 0 0 1

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
  • alt+shift+b on 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