mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 11:52:28 +08:00
25 lines
1008 B
Plaintext
25 lines
1008 B
Plaintext
![]() |
<div id="note-detail-relation-map" class="note-detail-component">
|
||
|
<button id="relation-map-add-child-notes" class="btn" type="button"
|
||
|
title="Add all child notes of this relation map note">Add child notes</button>
|
||
|
|
||
|
|
||
|
|
||
|
<button id="relation-map-create-child-note" class="btn" type="button"
|
||
|
title="Create new child note and add it into this relation map">Create child note</button>
|
||
|
|
||
|
<div class="btn-group" style="float: right; padding-right: 20px;">
|
||
|
<button type="button"
|
||
|
class="btn icon-button24"
|
||
|
title="Zoom In"
|
||
|
id="relation-map-zoom-in"
|
||
|
style="background-image: url('/images/icons/zoom-in-24.png');"/>
|
||
|
|
||
|
<button type="button"
|
||
|
class="btn icon-button24"
|
||
|
title="Zoom Out"
|
||
|
id="relation-map-zoom-out"
|
||
|
style="background-image: url('/images/icons/zoom-out-24.png');"/>
|
||
|
</div>
|
||
|
|
||
|
<div id="relation-map-canvas"></div>
|
||
|
</div>
|