J S
0073afd67f
I added some code to allow full-subtree archives with SPC-m-A I also enabled C-c to switch to normal mode. Added mermaid snippet
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: <mermaidjs
|
|
# uuid: mermaidsnip
|
|
# key: <mermaidjs
|
|
# condition: t
|
|
# --
|
|
|
|
#+BEGIN_SRC mermaid :results file :file images/$1 :theme dark :background-color transparent :exports results
|
|
$2
|
|
#+END_SRC |