mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-08 13:59:46 -06:00
recent notes and insert link now include whole note path
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div id="insertLinkDialog" title="Recent notes" style="display: none;">
|
||||
<div id="insertLinkDialog" title="Insert link" style="display: none;">
|
||||
<form id="insertLinkForm">
|
||||
<div class="form-group">
|
||||
<label for="noteAutocomplete">Link to note</label>
|
||||
@@ -109,7 +109,7 @@
|
||||
<input id="linkTitle" style="width: 100%;">
|
||||
</div>
|
||||
|
||||
<button id="addLinkButton" type="submit" class="btn btn-sm">Add link</button>
|
||||
<button id="addLinkButton" class="btn btn-sm">Add link</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user