132404580a
Ooop.
16 lines
366 B
Text
16 lines
366 B
Text
# -*- mode: snippet -*-
|
|
# name: plantuml
|
|
# key: <p
|
|
# contributor: Howard Abrams
|
|
# group: plantuml
|
|
# --
|
|
|
|
#+BEGIN_SRC plantuml :file ${1:`(ha-org-next-image-number)`}.${2:png} :exports file :results file
|
|
@startuml
|
|
!include https://raw.githubusercontent.com/ptrkcsk/one-dark-plantuml-theme/v1.0.0/theme.puml
|
|
$0
|
|
@enduml
|
|
#+END_SRC
|
|
|
|
#+ATTR_ORG: :width 800px
|
|
[[file:$1.$2]] |