Merge pull request #13 from qownnotes/Maboroshy-patch-2

Add files via upload
This commit is contained in:
Maboroshy 2017-10-08 01:20:43 +04:00 committed by GitHub
commit cd3c264522
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Script {
*/
function noteTaggingHook(note, action, tagName, newTagName) {
var noteText = note.noteText;
var tagRegExp = RegExp("\\B%1($|\\s|\\b)".arg(escapeRegExp(tagMarker + tagName).replace(/ /g, "_")));
var tagRegExp = RegExp("\\B%1(?=($|\\s|\\b))".arg(escapeRegExp(tagMarker + tagName).replace(/ /g, "_")));
switch (action) {
// adds the tag "tagName" to the note