Decode and interpret base64 as images, binary (hexl) or raw (plaintext possibly).
- Have
org-mode
enabled in a buffer and create a source block - Check
example.org
or 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.