expose add link on UI, fixes #95

This commit is contained in:
azivner
2018-05-26 10:04:40 -04:00
parent cb69914f09
commit 1a737f7d19
8 changed files with 37 additions and 120 deletions

View File

@@ -220,7 +220,7 @@
<div id="add-link-dialog" title="Add link" style="display: none;">
<form id="add-link-form">
<div class="radio">
<div id="add-link-type-div" class="radio">
<label title="Add HTML link to the selected note at cursor in current note">
<input type="radio" name="add-link-type" value="html"/>
add normal HTML link</label>