Tag functionality added
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
<textarea id="comment" name="comment" rows="3" placeholder="Your comment"></textarea>
|
||||
</label>
|
||||
|
||||
<fieldset>
|
||||
<legend>Tags</legend>
|
||||
<div id="existing-tags" class="tag-options">Loading tags...</div>
|
||||
<input id="new-tags" type="text" pattern="#[^, ]+(,\s*#[^, ]+)*" placeholder="#new-tag, #another-tag" />
|
||||
</fieldset>
|
||||
|
||||
<div class="actions">
|
||||
<button type="submit" id="submit-link">Save link</button>
|
||||
<button type="button" id="open-settings" class="secondary">Settings</button>
|
||||
|
||||
Reference in New Issue
Block a user