walter-boente_book-collection/csspageweaver/manifest.json
2026-04-21 13:52:57 +02:00

31 lines
783 B
JSON

{
"plugins": [
"baseline",
"gridColumn",
"marginBox",
"imposition","spread","previewPage","reloadInPlace",
"inlineNotes",
"tableOfContent"
],
"pluginsParameters":{},
"css": [
"css/style.css"
],
"pluginsParameters": {
"inlineNotes": {
"input": ".footnote-ref",
"containerNotes": "#footnotes",
"newClass": "inline-note"
},
"tableOfContent": {
"tocContainer": "#toc_container",
"tocTitles": ["#section__content h1", "#section__content h2", "h3", "h4", "h5", "h6"]
}
},
"hook": [
"/js/beforeAll.js",
"/js/counters.js",
"/js/addPagesNotes.js"
]
}