mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
downloading note revisions
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="note-detail-image note-detail-component">
|
||||
<div style="display: flex; justify-content: space-evenly; margin: 10px;">
|
||||
<button class="image-download btn btn-primary" type="button">Download</button>
|
||||
<button class="image-download btn btn-sm btn-primary" type="button">Download</button>
|
||||
|
||||
<button class="image-copy-to-clipboard btn btn-primary" type="button">Copy to clipboard</button>
|
||||
<button class="image-copy-to-clipboard btn btn-sm btn-primary" type="button">Copy to clipboard</button>
|
||||
|
||||
<button class="image-upload-new-revision btn btn-primary" type="button">Upload new revision</button>
|
||||
<button class="image-upload-new-revision btn btn-sm btn-primary" type="button">Upload new revision</button>
|
||||
</div>
|
||||
|
||||
<div class="note-detail-image-wrapper">
|
||||
|
||||
@@ -15,8 +15,10 @@
|
||||
</select>
|
||||
|
||||
<div id="note-revision-content-wrapper" style="flex-grow: 1; margin-left: 20px;">
|
||||
<div style="display: flex">
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<h3 id="note-revision-title" style="margin: 3px; flex-grow: 100;"></h3>
|
||||
|
||||
<div id="note-revision-title-buttons"></div>
|
||||
</div>
|
||||
|
||||
<div id="note-revision-content" style="height: 600px; overflow: auto;"></div>
|
||||
|
||||
Reference in New Issue
Block a user