mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-22 05:21:29 +00:00
Accent flips on multi page, added a footnote and page number snippet
This commit is contained in:
@@ -87,6 +87,14 @@ module.exports = [
|
|||||||
snippet : function(){
|
snippet : function(){
|
||||||
return "<img src='https://i.imgur.com/RJ6S6eY.gif' style='position:absolute;bottom:-10px;right:-60px;' />";
|
return "<img src='https://i.imgur.com/RJ6S6eY.gif' style='position:absolute;bottom:-10px;right:-60px;' />";
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
tooltip : "Page number & Footnote",
|
||||||
|
icon : 'fa-book',
|
||||||
|
snippet : function(){
|
||||||
|
return "<div class='pageNumber'>1</div>\n<div class='footnote'>PART 1 | FANCINESS</div>\n\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user