Add warning about performance problems
Add README
Update Package-Requires
ushin-shapes.el
replaces ushin tags with ushin
shapes in org documents.
Nicolas Rougier's
svg-tag-mode.el and
svg-lib.el make it easy to
replace tags with SVGs. Both packages can be installed from GNU ELPA
with package-install
command.
Clone this repository:
git clone https://git.sr.ht/~breatheoutbreathein/ushin-shapes.el/ ~/.local/src/ushin-shapes.el/
Add the following lines to your init.el file:
(add-to-list 'load-path "~/.local/src/ushin-shapes.el/")
(require 'ushin-shapes)
Use ushin-shapes-mode
in all org buffers:
(global-ushin-shapes-mode +1)