walter-boente_book-collection/csspageweaver/manifest.json
2026-04-10 12:51:41 +02:00

32 lines
736 B
JSON

{
"plugins": [
"baseline",
"grid",
"marginBox",
"imposition","spread","previewPage","reloadInPlace",
"inlineNotes",
"followingNotes"
],
"pluginsParameters":{},
"css": [
"css/style.css"
],
"pluginsParameters": {
"inlineNotes": {
"input": ".footnote-ref",
"containerNotes": "#footnotes",
"newClass": "inline-note"
},
"followingNotes": {
"selector": ".inline-note",
"reset": ".chapter"
}
},
"hook": [
"/js/counters.js",
"/js/these.js",
"/js/snapToBaseline.js",
"/js/numParagraph.js"
]
}