Commits on Source
103
0e34e1b6
only keep source on pages for as long as necessary
Feb 25, 2026
7bcc9c49
avoid creating copy of assembly files array when keeping source
Feb 25, 2026
d0b790d4
ignore .idea folder in docs directory
Feb 25, 2026
10a1788f
use consistent casing for constants
Feb 25, 2026
42fb7217
resolves
#153
keep assembly source on export file build.keep_source config key is set
Feb 25, 2026
87d52b0f
merge
!126
Feb 25, 2026
f6855515
resolves
#154
log external command used to export assembly
Feb 26, 2026
e559a7e9
merge
!127
Feb 26, 2026
42faa88f
remove unnecessary await call in async convert functions
Feb 26, 2026
9e3ccad1
tweak parameters of logCommand function
Feb 26, 2026
2b9184b1
use proper casing for package name const
Feb 26, 2026
2d138e51
assert that convert function is bound to Antora generator context
Feb 26, 2026
e2dfbcf4
update assertx.exist to check for both null and undefined
Feb 26, 2026
f7f2ca5a
fix missing filetype attribute in test and missing assertion
Feb 26, 2026
3894d063
pass runCommand and logCommand helpers as object to last parameter of exporter's convert function
Feb 26, 2026
ba5f7f26
fix notExist assertion
Feb 26, 2026
1cc23947
assert that referenced images are only copied when necessary
Feb 26, 2026
0f5187d2
use simpler fallback for absent logCommand helper function
Feb 26, 2026
87e98bb1
clarify that document header of page is demoted to a section in the assembly
Feb 26, 2026
eb7ec7e0
remove redundant await keyword on return value of convert function
Feb 26, 2026
d60ad69c
clarify recommendation for configuration file name and what happens if...
Feb 28, 2026
8385fdf1
documentation refinements
Feb 28, 2026
9598d6f0
change backend name for epub converter from epub3 to epub
Feb 28, 2026
36161cde
change custom config file test to avoid use of implicit file name
Feb 28, 2026
916183a4
write a better introduction to the configure page
Feb 28, 2026
8b9a97aa
Add html-single-extension
Feb 28, 2026
f896aa43
use correct file extension for yaml file in docs
Feb 28, 2026
1bc3147d
resolves
#156
look for default configuration file qualified with backend name first
Feb 28, 2026
ea394194
merge
!129
Feb 28, 2026
31bdd318
split assignment of page roles out of processDocumentHeader helper
Feb 28, 2026
e4b68dfe
use available variable for assembly config in assembleContent
Mar 01, 2026
985cf9fe
verify revdate is passed as convert attribute
Mar 01, 2026
fe74f4f8
clarify that assembly profile must be defined in component version descriptor that defines nav key
Mar 03, 2026
e5cdae8f
fix assertion for entry in assembly profiles
Mar 03, 2026
65f3d541
look for ext.assembler key on descriptor from first origin with applicable...
Mar 03, 2026
4b480a89
remove only filter from test suite
Mar 03, 2026
6e6e6eaa
soft set revdate attribute
Mar 04, 2026
a0a45e06
resolves
#157
only pass default revdate attribute as convert attribute and soft set it
Mar 04, 2026
e815794a
merge
!131
Mar 04, 2026
d950f58b
document how to unset revdate
Mar 04, 2026
f350a3f9
resolves
#158
preserve options defined on page using shorthand attribute
Mar 04, 2026
a38cf4aa
merge
!133
Mar 04, 2026
63eda47b
resolves
#136
promote attributes specified by assembly-header-attributes in...
Mar 04, 2026
76377ff0
merge
!132
Mar 04, 2026
c83b8fb2
resolves
#155
add build.attribute_option_flag config key to modify option flag...
Mar 04, 2026
a36136d1
merge
!128
Mar 04, 2026
a4834313
resolves
#159
substitute image references in target of inline image before rewriting target
Mar 05, 2026
e0d599f8
merge
!134
Mar 05, 2026
ea25abab
document how to define the preface of a book
Mar 05, 2026
259b5bb7
ensure source_header_attributes property is set on doc; avoid use of Opal global
Mar 05, 2026
123e3f3f
add test for book with preface
Mar 05, 2026
905481f9
resolves
#160
create implicit preface for root page when preface-title is set...
Mar 05, 2026
667b060e
merge
!135
Mar 06, 2026
d5304c98
populate intrinsic attributes when applying substitutions to doctitle in test scenario
Mar 06, 2026
8602f249
clarify minimum requirements for partitioning content for a book
Mar 06, 2026
67728fe3
clarify that Assembler can support a whole book defined in the start page
Mar 06, 2026
a636dcfc
document how to avoid promoting any attributes to assembly header
Mar 06, 2026
bfa651be
add note to scenario in test suite [skip ci]
Mar 06, 2026
f53e132e
update end header idx when inserting author line
Mar 06, 2026
676c8793
correctly identify delimiter lines of block comment in document header
Mar 06, 2026
a6385727
verify line comment inside of block comment is ignored
Mar 06, 2026
3a14fc84
refactor processDocumentHeader function to return entries from header instead of modifying buffer
Mar 06, 2026
ce9ff726
track negated attribute entries
Mar 06, 2026
15edc4d8
consolidate logic when processing attribute values
Mar 06, 2026
accbedf7
consolidate attribute declarations
Mar 07, 2026
f55055da
consolidate author processing
Mar 07, 2026
fd63e054
remove export for testing
Mar 07, 2026
15eb8fce
remove stray newline
Mar 07, 2026
ae7ff702
remove unneeded newline in source
Mar 07, 2026
d7da7e7f
fix rx to match inline image macro
Mar 07, 2026
d85687a7
fix it again
Mar 07, 2026
0dcd75a2
remove outdated limitation regarding use of shorthand ID
Mar 07, 2026
51f5008e
clarify that Assembler processes attributes defined in configuration
Mar 07, 2026
0f9be9ac
document that inline macros must be on a single line
Mar 07, 2026
aeafafd6
simplify name of variable for attribute name in processDocumentHeader
Mar 07, 2026
4fc049a9
only split runScenario into loadScenario/verifyScenario when necessary
Mar 07, 2026
c6abcd4c
verify value of negated mutable attribute is restored at bottom of merged page
Mar 07, 2026
1a2e785f
resolves
#161
match attribute entry precisely
Mar 07, 2026
488d57f7
merge
!137
Mar 07, 2026
a9e9f319
pass separators used for ID generation as object
Mar 08, 2026
e77a3b6e
update generateScopedId to return string instead of object
Mar 08, 2026
4d472e6e
rename scopedId to pageId for clarity
Mar 08, 2026
904feee8
don't rewrite local xref if ID leader is not specified
Mar 08, 2026
fbe98898
bind generateIdFromTitle helper to idSeparators object
Mar 08, 2026
f44f80cd
create variables for component and name in produceAssemblyFile to simplify code
Mar 09, 2026
3b3443ca
remove doctype from list of attributes in selectMutableAttributes
Mar 09, 2026
58721ace
clarify which configuration is used to specify additional AsciiDoc attributes for Assembler
Mar 09, 2026
a5b66dee
recommend soft setting attribute using false rather than nil with trailing @ on name
Mar 09, 2026
558d9768
soft set revdate using trailing @ on value rather than name
Mar 09, 2026
9eb171fe
rewrite value of image attribute when value is soft set
Mar 09, 2026
79d11547
clarify that an attribute must be soft set to unset it in the assembly header
Mar 09, 2026
22c23071
resolves
#147
process value of AsciiDoc attributes from configuration per assembly
Mar 09, 2026
76533439
merge
!138
Mar 09, 2026
e5a7da0d
refresh dependency lock file
Mar 09, 2026
a7743603
clarify the intent of assembly-header-attributes
Mar 10, 2026
c95f5c75
resolves
#148
rewrite target of image in image attribute promoted to assembly header
Mar 10, 2026
8299209b
resolves
#148
rewrite image and xref macros in value of attribute entry in...
Mar 10, 2026
b551d7a2
merge
!136
Mar 10, 2026
41c06259
verify build dir is set when profile is undefined
Mar 10, 2026
c37e35e2
change default build directory from build/assembler-<profile> to build/assembler/<profile>
Mar 10, 2026
3 additional commits have been omitted to prevent performance issues.
Loading
Loading