31 lines
717 B
JSON
31 lines
717 B
JSON
{
|
|
"plugins": ["baseline",
|
|
"grid",
|
|
"marginBox",
|
|
"imposition",
|
|
"spread",
|
|
"previewPage",
|
|
"reloadInPlace",
|
|
"fullPage",
|
|
"inlineNotes",
|
|
"sidenotes"],
|
|
"pluginsParameters":{
|
|
"inlineNotes": {
|
|
"input": ".footnote-ref",
|
|
"containerNotes": "#footnotes",
|
|
"section": ".chapter"
|
|
},
|
|
"sidenotes": {
|
|
"selector": ".inline-note",
|
|
"reset": ".chapter"
|
|
}
|
|
|
|
},
|
|
"css": [
|
|
"assets/css/style.css"
|
|
],
|
|
"hook": [
|
|
"/js/items-decor.js"
|
|
]
|
|
}
|
|
|