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.1

+4 -3
+1 -1
manifest.json
··· 1 1 { 2 2 "id": "ai-note-tagger", 3 3 "name": "AI Note Tagger", 4 - "version": "1.2.0", 4 + "version": "1.2.1", 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",
+1 -1
package.json
··· 1 1 { 2 2 "name": "obsidian-ai-tagger", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "description": "Automatically tag your notes using AI and update frontmatter with generated tags", 5 5 "main": "main.js", 6 6 "scripts": {
+2 -1
versions.json
··· 2 2 "1.0.0": "0.15.0", 3 3 "1.1.0": "0.15.0", 4 4 "1.1.1": "0.15.0", 5 - "1.2.0": "0.15.0" 5 + "1.2.0": "0.15.0", 6 + "1.2.1": "0.15.0" 6 7 }