hamacs/snippets/org-mode/plantuml

16 lines
366 B
Text
Raw Normal View History

# -*- 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]]