some minimal info
This commit is contained in:
parent
182e9d4f03
commit
b18e7da900
2 changed files with 13 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,4 @@
|
|||
*.zip
|
||||
assets/*.png
|
||||
assets/*.html
|
||||
|
||||
|
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Dynamic paper with chronodiagram
|
||||
|
||||
To build create initial paper html using
|
||||
|
||||
```bash
|
||||
pandoc --extract-media=assets/ -s -f docx+styles -t html -s ../06\ After\ editing/02\ -\ 2023-12-04\ Diagramming\ \(After\ Editing\)\ -\ Changes\ accepted\ v2.docx -o paper.html --section-divs --css=paper.css
|
||||
```
|
||||
|
||||
then make manual edits mimicing the demo (`canvas.html`) to have it actually work.
|
||||
|
Loading…
Reference in a new issue