some minimal info

This commit is contained in:
Ruben van de Ven 2023-12-18 10:58:39 +01:00
parent 182e9d4f03
commit b18e7da900
2 changed files with 13 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
*.zip
assets/*.png
assets/*.html

10
README.md Normal file
View 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.