File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
- A small tool to various files to .svg files or download image files,
4
- and insert it to orgmode or markdown on-the-fly.
3
+ A small tool converts various files to .svg files or downloads image
4
+ files, and inserts them to orgmode or markdown buffer on-the-fly.
5
5
6
6
** 插 chā 图 tú** : insert a diagram.
7
7
8
+ See examples in [ chatu.org] ( ./chatu.org ) and [ chatu.md] ( ./chatu.md ) .
9
+
8
10
# Install
9
11
10
12
Before using ` chatu ` , you may need to install some external programs and
11
13
set them in your PATH:
12
14
- draw.io and pdf2svg for drawio file conversion
13
15
- plantuml.jar, java for plantuml
16
+ - clojure for .clj script
14
17
- babashka for .bb script
18
+ - Python for .py script
15
19
- curl for downloading file from web
20
+ - R for statistic plotting
21
+ - lilypond for music notes
16
22
17
- From melpa with use-package:
23
+ Add ` chatu.el ` from melpa with use-package:
18
24
19
25
``` emacs-lisp
20
26
(use-package chatu
You can’t perform that action at this time.
0 commit comments