walter-boente_book-collection/csspageweaver/manifest.json

30 lines
644 B
JSON
Raw Normal View History

2026-01-19 22:14:03 +01:00
{
2026-03-09 23:11:46 +01:00
"plugins": [
"baseline",
"grid",
"marginBox",
"imposition","spread","previewPage","reloadInPlace",
"inlineNotes",
"followingNotes"
],
2026-01-19 22:14:03 +01:00
"pluginsParameters":{},
"css": [
"css/style.css"
],
"pluginsParameters": {
"inlineNotes": {
"input": ".footnote-ref",
2026-03-09 23:11:46 +01:00
"containerNotes": "#footnotes",
"newClass": "inline-note"
},
"followingNotes": {
"selector": ".inline-note",
"reset": ".chapter"
2026-01-19 22:14:03 +01:00
}
},
"hook": [
2026-01-20 22:37:15 +01:00
"/js/counters.js"
2026-01-19 22:14:03 +01:00
]
}