Add history backwards/forwards buttons, fixes #94

This commit is contained in:
azivner
2018-05-26 22:54:06 -04:00
parent 7ad9f7b129
commit a30734f1bc
5 changed files with 19 additions and 0 deletions

View File

@@ -13,6 +13,16 @@
Trilium Notes
</div>
<div id="history-navigation" style="display: none;">
<a id="history-back-button" title="Go to previous note." class="icon-action"
style="background: url('/images/icons/back.png')"></a>
&nbsp; &nbsp;
<a id="history-forward-button" title="Go to next note." class="icon-action"
style="background: url('/images/icons/forward.png')"></a>
</div>
<div style="flex-grow: 100;">
<button class="btn btn-xs" id="jump-to-note-button" title="CTRL+J">Jump to note</button>
<button class="btn btn-xs" id="recent-notes-button" title="CTRL+E">Recent notes</button>