Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5882880
Extract Syntax enum
istathar Jan 10, 2026
3052a6c
Extract writing logic to new output module in application crate
istathar Jan 10, 2026
48bc766
Implement preliminary template options to render subcommand
istathar Jan 10, 2026
faa5a0d
Bump version reflecting command-line changes
istathar Jan 10, 2026
6d48933
Formatting and imports
istathar Jan 15, 2026
90e66a2
Add drivers license example
istathar Feb 19, 2026
f2f51d1
Add ISS crew procedure example
istathar Feb 19, 2026
a1fb2ac
Utility methods for extracting structure from AST
istathar Mar 3, 2026
b2e2dd5
Ignore reference documentation
istathar Mar 5, 2026
aff74a6
Add traits for Template, Adapter, and Renderer
istathar Mar 5, 2026
3e59f9e
Rename rendering module to highlighting
istathar Mar 5, 2026
79bfe8e
Implenent engine as templating infrastructure
istathar Mar 5, 2026
1fae572
Add checklist renderer
istathar Mar 5, 2026
6ef6e98
Add procedure renderer
istathar Mar 5, 2026
9b8bf4b
Wire template types into main
istathar Mar 5, 2026
903de55
Merge branch 'main' into 'render-via-template'
istathar Mar 5, 2026
dd32114
Refine extraction of step content when invocations present
istathar Mar 6, 2026
22f166e
Include code expression elements in inline invocations
istathar Mar 6, 2026
8a716bc
Test step content extraction
istathar Mar 6, 2026
0db94e8
Add tests for adapters and renderers
istathar Mar 6, 2026
db1079e
Add Database Upgrade example procedure
istathar Mar 6, 2026
f30bd1a
Refine layout of procedure template
istathar Mar 6, 2026
07200d0
Refine --template command-line option behaviour
istathar Mar 7, 2026
590df3b
Handle top-level procedures and section chunks
istathar Mar 7, 2026
ddd62a4
Improve help text
istathar Mar 7, 2026
ac9a769
Generalize procedure template to better follow source Technique
istathar Mar 9, 2026
1aa9b69
Builder for Typst data literals
istathar Mar 10, 2026
5c750ec
Render implementations for templates
istathar Mar 10, 2026
d8d197f
Implement Template trait for checklist and procedure
istathar Mar 10, 2026
c7546d5
Select typst intermediate or pdf result when rendering
istathar Mar 10, 2026
f964f35
Merge branch 'main' into 'render-via-literal'
istathar Mar 11, 2026
5483fc1
Update command-line argument handling to use domain
istathar Mar 11, 2026
6123773
Rename domain-specific modules
istathar Mar 11, 2026
7c940ba
Move domain types, adapters, and literal builder to domain module
istathar Mar 11, 2026
78dea01
Move template rendering logic to Typst
istathar Mar 11, 2026
aa8f453
Pass template and data to Typst process
istathar Mar 11, 2026
b3d40a8
Adopt template pattern for source renderer
istathar Mar 11, 2026
e0dad19
Use hash lookups rather than if/else ladder
istathar Mar 11, 2026
56d4a5b
Drop root requirement
istathar Mar 11, 2026
2f48b58
Implement handling of --template command-line option
istathar Mar 11, 2026
9dd4e9d
Bump version
istathar Mar 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# rendered code fragments
/*.pdf

# documentation symlinks
/doc/references
Loading
Loading