walter-boente_book-collection/csspageweaver/manifest.json

31 lines
752 B
JSON
Raw Normal View History

2026-01-19 22:14:03 +01:00
{
2026-03-09 23:11:46 +01:00
"plugins": [
"baseline",
2026-04-16 09:42:55 +02:00
"gridColumn",
2026-03-09 23:11:46 +01:00
"marginBox",
"imposition","spread","previewPage","reloadInPlace",
2026-04-16 09:42:55 +02:00
"inlineNotes"
2026-03-09 23:11:46 +01:00
],
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"
},
2026-04-14 18:18:10 +02:00
"tableOfContent": {
"tocContainer": "#toc_container",
"tocTitles": ["#section__content h1", "#section__content h2", "h3", "h4", "h5", "h6"]
2026-01-19 22:14:03 +01:00
}
},
"hook": [
2026-04-09 21:52:21 +02:00
"/js/counters.js",
2026-04-16 10:35:30 +02:00
"/js/these.js",
"/js/addPagesNotes.js"
2026-01-19 22:14:03 +01:00
]
}