From 67f2d01e35e925d836178ada2de459b40a10b0a4 Mon Sep 17 00:00:00 2001 From: Maboroshy Date: Mon, 21 May 2018 22:32:38 +0300 Subject: [PATCH] Small fix --- epsilon-notes-tags/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epsilon-notes-tags/info.json b/epsilon-notes-tags/info.json index 5c8011f..053a8eb 100644 --- a/epsilon-notes-tags/info.json +++ b/epsilon-notes-tags/info.json @@ -4,7 +4,7 @@ "script": "epsilon-notes-tags.qml", "authors": ["@Maboroshy"], "platforms": ["linux", "macos", "windows"], - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "18.03.7", - "description" : "After enabling this script internal QOwnNotes tag data will be lost!!!\n\nThis script makes QOwnNotes read and save note tags to YAML section before note text.\nThis makes tags compatible with Epsilon Notes app for Android.\n\nThe YAML section must start at the first line of the note.\nYAML format for tags is:\n---\ntags: tag1 tag2 multi_word_tag\n...\n" + "description" : "After enabling this script internal QOwnNotes tag data will be lost!!!\n\nThis script makes QOwnNotes read and save note tags to YAML section before note text.\nThis makes tags compatible with Epsilon Notes app for Android.\nIf there's no YAML section in the note the script will add one on first tag assignment.\n\nThe YAML section must start at the first line of the note.\nYAML format for tags is:\n---\ntags: tag1 tag2 multi_word_tag\n...\n" }