mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
Add history backwards/forwards buttons, fixes #94
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user