Decode and interpret base64 as images, binary (hexl) or raw (plaintext possibly).
Install it from Melpa or clone and install manually, then:
- Have
org-modeenabled in a buffer and create a source block - Check
example.orgor documentation fororg-babel-execute:base64 - Execute the block with
C-c C-c
By default the rendering is set to happen internally, with an option to use an
external viewer (such as xviewer) and can be changed to any other binary.
Make sure to check related defconst parts of the file to customize or the
ob-base64 customize group.