Better sorting of note categories

fixes #1
This commit is contained in:
Max G
2020-02-18 22:52:12 +00:00
parent b2f241dbba
commit 8d3762e106
6 changed files with 128 additions and 151 deletions

View File

@@ -85,7 +85,7 @@
<!-- Tags -->
<nm-button
v-on:click.native="showTagSlideMenu = !showTagSlideMenu"
v-on:click.native="showTagSlideMenu = !showTagSlideMenu; modified = true"
icon="tags"
text="Tags"
tip="Tags"

View File

@@ -258,9 +258,7 @@
}, 200)
},
removeTag(tagId){
console.log(tagId)
let postData = {
'tagId':tagId,
'noteId':this.noteId

View File

@@ -32,7 +32,7 @@
v-html="note.subtext"></div>
<!-- Display highlights from solr results -->
<div v-if="note.note_highlights.length > 0 && textResults" class="term-usage">
<div v-if="note.note_highlights.length > 0" class="term-usage">
<div
class="usage-row"
v-for="highlight in note.note_highlights"