mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
add link dialog should recognize external links, closes #1521
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="modal-dialog modal-lg" style="max-width: 1000px" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title mr-auto">Add note link</h5>
|
||||
<h5 class="modal-title mr-auto">Add link</h5>
|
||||
|
||||
<button type="button" class="help-button" title="Help on links" data-help-page="Links">?</button>
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
</div>
|
||||
|
||||
<div id="add-link-title-settings">
|
||||
<div class="form-check">
|
||||
<div class="form-check add-link-title-radios">
|
||||
<input class="form-check-input" type="radio" name="link-type" value="reference-link" id="add-link-reference-link" checked>
|
||||
<label class="form-check-label" for="add-link-reference-link">
|
||||
link title mirrors the note's current title
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<div class="form-check add-link-title-radios">
|
||||
<input class="form-check-input" type="radio" name="link-type" value="hyper-link" id="add-link-hyper-link">
|
||||
<label class="form-check-label" for="add-link-hyper-link">
|
||||
link title can be changed arbitrarily
|
||||
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" class="btn btn-primary">Add note link <kbd>enter</kbd></button>
|
||||
<button type="submit" class="btn btn-primary">Add link <kbd>enter</kbd></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user