Auto tagging obsidian notes w/ AI
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump version to 1.2.0 for new internationalization features

Co-authored-by: jaspermayone <65788728+jaspermayone@users.noreply.github.com>

+7 -6
+1 -1
manifest.json
··· 1 1 { 2 2 "id": "ai-note-tagger", 3 3 "name": "AI Note Tagger", 4 - "version": "1.1.1", 4 + "version": "1.2.0", 5 5 "minAppVersion": "0.15.0", 6 6 "description": "Automatically tag your notes using AI and update frontmatter with generated tags.", 7 7 "author": "Jasper Mayone",
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "obsidian-ai-tagger", 3 - "version": "1.1.1", 3 + "version": "1.2.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "obsidian-ai-tagger", 9 - "version": "1.1.1", 9 + "version": "1.2.0", 10 10 "dependencies": { 11 11 "js-yaml": "^4.1.0" 12 12 },
+2 -2
package.json
··· 1 1 { 2 2 "name": "obsidian-ai-tagger", 3 - "version": "1.1.1", 3 + "version": "1.2.0", 4 4 "description": "Automatically tag your notes using AI and update frontmatter with generated tags", 5 5 "main": "main.js", 6 6 "scripts": { ··· 33 33 "dependencies": { 34 34 "js-yaml": "^4.1.0" 35 35 } 36 - } 36 + }
+2 -1
versions.json
··· 1 1 { 2 2 "1.0.0": "0.15.0", 3 3 "1.1.0": "0.15.0", 4 - "1.1.1": "0.15.0" 4 + "1.1.1": "0.15.0", 5 + "1.2.0": "0.15.0" 5 6 }