mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
initial implementation of link dialog (buggy and feature incomplete)
This commit is contained in:
@@ -84,6 +84,22 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div id="insertLinkDialog" title="Recent notes" style="display: none;">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label for="noteAutocomplete">Link to note</label>
|
||||
<input id="noteAutocomplete" style="width: 100%;">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="linkTitle">Link title</label>
|
||||
<input id="linkTitle" style="width: 100%;">
|
||||
</div>
|
||||
|
||||
<button id="addLinkButton" class="btn btn-sm">Add link</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
const baseUrl = '';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user