agda-tree
Converts *.lagda.tree
to *.tree
.
Usage
Let's say you have a forest (evergreen notes system via forester), and the directory structure is
.
|
|-forest.toml (config of forester)
|-trees (for forester)
|-xxx
| |-xxx.agda-lib
then you can run
The command will
- compile
*.lagda.tree
inxxx/
to*.lagda.md
- generates a
index.agda
that import*
, so this is a proper root module. - invoke
agda --html index.agda
- read
*.html
to generate*.tree
After that, you can move generated *.tree
to trees/
directory in forest, then you can view literate Agda in forster system.