add docs to plantuml section
This commit is contained in:
parent
b5e63c121e
commit
33bb3f60e3
1 changed files with 6 additions and 0 deletions
6
init.org
6
init.org
|
@ -798,6 +798,12 @@ npm install -g @mermaid-js/mermaid-cli
|
||||||
|
|
||||||
Requires nothing special, other than *plantuml.jar* archive installed.
|
Requires nothing special, other than *plantuml.jar* archive installed.
|
||||||
|
|
||||||
|
The following code block depends on [[*Get latest version of a github released project][Get latest version of a github
|
||||||
|
released project]] utility function. This block will check if there is a
|
||||||
|
plantuml.jar in the emacs config directory and if not download the
|
||||||
|
latest version from github. The `pti-download-latest-plantuml` is made
|
||||||
|
interactive to manually install the latest version if needed.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :lexical t
|
#+BEGIN_SRC emacs-lisp :lexical t
|
||||||
(defun pti-download-latest-plantuml ()
|
(defun pti-download-latest-plantuml ()
|
||||||
"Download the latest version of PlantUML.
|
"Download the latest version of PlantUML.
|
||||||
|
|
Loading…
Reference in a new issue