following notes
This commit is contained in:
parent
8255f08762
commit
db9468de74
10 changed files with 312 additions and 56 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"plugins": ["baseline","grid","marginBox","imposition","spread","previewPage","reloadInPlace","inlineNotes"],
|
||||
"plugins": [
|
||||
"baseline",
|
||||
"grid",
|
||||
"marginBox",
|
||||
"imposition","spread","previewPage","reloadInPlace",
|
||||
"inlineNotes",
|
||||
"followingNotes"
|
||||
],
|
||||
"pluginsParameters":{},
|
||||
"css": [
|
||||
"css/style.css"
|
||||
|
|
@ -7,7 +14,12 @@
|
|||
"pluginsParameters": {
|
||||
"inlineNotes": {
|
||||
"input": ".footnote-ref",
|
||||
"containerNotes": ".footnotes"
|
||||
"containerNotes": "#footnotes",
|
||||
"newClass": "inline-note"
|
||||
},
|
||||
"followingNotes": {
|
||||
"selector": ".inline-note",
|
||||
"reset": ".chapter"
|
||||
}
|
||||
},
|
||||
"hook": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue