summaryrefslogtreecommitdiff
path: root/src/metadata.rs
AgeCommit message (Expand)AuthorFilesLines
2023-10-30feat: allow adding CSS URLs to HTML outputLars Wirzenius1-0/+14
2023-10-30feat: allow .subplot to list CSS files to embed in HTML outputLars Wirzenius1-0/+19
2023-07-02feat! drop support for bibliographies in document metadataLars Wirzenius1-26/+0
2023-05-19chore: drop unused error variantLars Wirzenius1-3/+0
2023-05-10feat! allow multiple markdown files for a subplotLars Wirzenius1-8/+8
2023-05-10refactor: move document metadata out of Markdown structLars Wirzenius1-0/+7
2023-04-08feat! drop Pandoc metadata from document metadata, set its dateLars Wirzenius1-11/+10
2023-01-28refactor: move YamlMetadata to src/metadata.rsLars Wirzenius1-2/+172
2023-01-22refactor: create Metadata from YamlMetadata without pandoc_astLars Wirzenius1-192/+38
2022-10-21fix: look up markdown file relative to basedir of subplotLars Wirzenius1-0/+7
2022-09-06feat! read document metadata from a YAML fileLars Wirzenius1-9/+17
2022-05-05refactor: drop the subplot::Result type aliasLars Wirzenius1-5/+12
2022-03-24feat! change logging to use log/env_logger instead of tracingLars Wirzenius1-17/+4
2021-12-11chore: tidy up minor issues found by clippyLars Wirzenius1-1/+1
2021-11-19subplot: Rework for impls not template/functionsDaniel Silverstone1-41/+33
2021-11-19various: Rework document to support multiple implementationsDaniel Silverstone1-15/+46
2021-09-13Merge branch 'multi-lang-docs' into 'main'Lars Wirzenius1-17/+10
2021-09-09fix: handle most inline markup in metadata titlesLars Wirzenius1-0/+1
2021-09-07core: Adjust behaviour for bindings and function file findingDaniel Silverstone1-12/+6
2021-09-07chore: Unwind global template nameDaniel Silverstone1-5/+4
2021-09-04tracing: Add a bunch of TRACE level tracingDaniel Silverstone1-5/+20
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-4/+4
2021-05-20chore: Fix a bunch of clippy lintsDaniel Silverstone1-14/+3
2021-02-17refactor: get_title can't fail, so don't return a ResultLars Wirzenius1-4/+4
2021-01-10metadata: Acquire the template spec during doc load if possibleDaniel Silverstone1-5/+18
2020-12-21metadata: Support quoted stringsDaniel Silverstone1-2/+13
2020-11-21chore(src/visitor/structure.rs): push a char instead of push_strLars Wirzenius1-3/+3
2020-08-08refactor: split stuff from src/ast.rs into smaller modulesLars Wirzenius1-0/+277