diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-14 21:34:47 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-14 21:34:47 -0700 |
commit | fcfa872b95c6dec033fc396d9d4ce00c4d66e5ef (patch) | |
tree | 4a77ec103ebc154e46ceb2fb32ef217568ee7d74 | |
parent | 7d90740fad35b91fa6960f672fe96bb18bd21f51 (diff) |
ditaa and PlantUML
-rw-r--r-- | execs/plantuml.jar | bin | 0 -> 8383820 bytes | |||
-rw-r--r-- | img/ditaa.png | bin | 0 -> 4818 bytes | |||
-rw-r--r-- | img/uml.png | bin | 0 -> 12579 bytes | |||
-rw-r--r-- | smart-documents.org | 10 |
4 files changed, 5 insertions, 5 deletions
diff --git a/execs/plantuml.jar b/execs/plantuml.jar Binary files differnew file mode 100644 index 0000000..506b8c4 --- /dev/null +++ b/execs/plantuml.jar diff --git a/img/ditaa.png b/img/ditaa.png Binary files differnew file mode 100644 index 0000000..740684b --- /dev/null +++ b/img/ditaa.png diff --git a/img/uml.png b/img/uml.png Binary files differnew file mode 100644 index 0000000..f4acd89 --- /dev/null +++ b/img/uml.png diff --git a/smart-documents.org b/smart-documents.org index a0101ac..7004cd3 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -793,7 +793,7 @@ Yeah, a Telegram client exists for Emacs. -#+BEGIN_SRC ditaa :file ditaa.png +#+BEGIN_SRC ditaa :file img/ditaa.png +-----------+ +-----------------+ | c06F | | c06F | | Create a | | Open the source | @@ -804,9 +804,9 @@ Yeah, a Telegram client exists for Emacs. #+END_SRC #+RESULTS: -[[file:ditaa.png]] +[[file:img/ditaa.png]] -*** TODO Diagrams +*** TODO UML diagrams # Implement automatically downloading this kind of executable! #+BEGIN_SRC emacs-lisp :tangle yes @@ -815,7 +815,7 @@ Yeah, a Telegram client exists for Emacs. "execs/plantuml.jar")) #+END_SRC -#+BEGIN_SRC plantuml :file uml.png +#+BEGIN_SRC plantuml :file img/uml.png !theme plain package "Package 1" as pkg1 { node node1 @@ -834,7 +834,7 @@ comp2 --> int #+END_SRC #+RESULTS: -[[file:uml.png]] +[[file:img/uml.png]] ** Coding languages |