doom/snippets/org-mode/<svgbob

11 lines
270 B
Plaintext
Raw Permalink Normal View History

2023-10-14 01:48:58 +00:00
# -*- mode: snippet -*-
# name: SVGBob Code Block
# uuid: 766b0370-03cf-cd14-ebe3-e3c8f1f892ef
2023-10-14 01:48:58 +00:00
# key: <svgbob
# condition: t
# --
#+BEGIN_SRC svgbob :results file :file images/$1.svg :background transparent :stroke-color $2 :exports results :text-color $3
$4
#+END_SRC