diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-03-20 10:39:18 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-03-20 10:39:18 +0100 |
| commit | a3bb29c61c13a22b95a8d48e8a9fd56aaa88d009 (patch) | |
| tree | 32ccf8c832033d53f74ebbc5ec666441425ca6ed /_workflow.qmd | |
| parent | f73ed75a2feca738df0270c29f413281647ae515 (diff) | |
merge background chapters, thanks to Mads Rosendahl
Diffstat (limited to '_workflow.qmd')
| -rw-r--r-- | _workflow.qmd | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/_workflow.qmd b/_workflow.qmd deleted file mode 100644 index 84a33d4..0000000 --- a/_workflow.qmd +++ /dev/null @@ -1,34 +0,0 @@ -Here is a brief overview of the text authoring workflow -using Quarto publishing system. - -*TODO: rewrite these loose notes...* - -## Tooling - -Collection of interrelated POSIX scripts and Pandoc extensions -for enabling semantic annotations in Markdown-based authoring workflows. - -* filter extension to capture annotations - * identify semantic metadata in stylistic metadata part of Pandoc YAML header - * identify semantic metadata in content part of Pandoc document structure - * append semantic metadata to Pandoc YAML document header - * strip identified metadata from stylistic metadata and content -* output format extension to generate PDF - * read semantic metadata from Pandoc YAML document header - * structure semantic metadata as RDF triples - * append RDF triples serialized as part of XMP metadata in PDF -* output format extension to generate web page - * read semantic metadata from Pandoc YAML document header - * structure semantic metadata as RDF triples - * append RDF triples serialized as RDFa - -## Interfaces - -* Pandoc document object model (DOM) -* Resource Description Framework (RDF) - * XMP - * RDFa -* Markdown - * Semantic Markdown -* CommonMark - * Semantic CommonMark |
