From b18e7da90038a7fee0a9930c857be53ad34be4cd Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Mon, 18 Dec 2023 10:58:39 +0100 Subject: [PATCH] some minimal info --- .gitignore | 3 +++ README.md | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index c4c4ffc..6673346 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.zip +assets/*.png +assets/*.html + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1a5d4f --- /dev/null +++ b/README.md @@ -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. +