File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,4 +266,12 @@ Press `B` or `.` on your keyboard to pause the presentation. This is helpful whe
266266
267267---
268268
269+ ## Print your Slides
270+
271+ Down below you can find a print icon<i class =" fa fa-fw fa-print " ></i >.
272+
273+ After you click on it, use the print function of your browser (either CTRL+P or cmd+P) to print the slides as PDF.
274+
275+ ---
276+
269277# The End
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ window.lastchangetime = window.lastchangeui.time.attr('data-updatetime')
1414updateLastChange ( )
1515const url = window . location . pathname
1616$ ( '.ui-edit' ) . attr ( 'href' , `${ url } /edit` )
17+ $ ( '.ui-print' ) . attr ( 'href' , `${ url } ?print-pdf` )
1718
1819$ ( document ) . ready ( ( ) => {
1920 // tooltip
Original file line number Diff line number Diff line change 6969   ; <span class =" text-uppercase ui-status-lastchange" ></span >
7070 <span class =" ui-lastchange text-uppercase" data-createtime =" <%- createtime %>" data-updatetime =" <%- updatetime %>" ></span >
7171 </span >
72- <span class =" pull-right" ><% - viewcount %> views <a href =" #" class =" ui-edit" title =" Edit this note" ><i class =" fa fa-fw fa-pencil" ></i ></a ></span >
72+ <span class =" pull-right" ><% - viewcount %> views <a href =" #" class =" ui-edit" title =" Edit this note" ><i class =" fa fa-fw fa-pencil" ></i ></a ><a class = " ui-print " href = " " title = " Open print view " >< i class = " fa fa-fw fa-print " ></ i ></ a >< /span >
7373 <br >
7474 <% if (ownerprofile && owner !== lastchangeuser) { % >
7575 < span class = " ui-owner" >
You can’t perform that action at this time.
0 commit comments