1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-14 09:15:56 +00:00

Accent flips on multi page, added a footnote and page number snippet

This commit is contained in:
Scott Tolksdorf
2016-01-13 03:48:59 -05:00
parent 395a1eff4b
commit 1f165575fc
2 changed files with 52 additions and 0 deletions

View File

@@ -87,6 +87,14 @@ module.exports = [
snippet : function(){
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";
}
}
]