From 9447398ce0cfba98a813b13e774efc8aa214aa6b Mon Sep 17 00:00:00 2001 From: Hyeonseo Nam Date: Mon, 20 Mar 2023 14:28:50 +0900 Subject: [PATCH] Edit description --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c614836..a1fad65 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Auto Classifier", "version": "1.0.0", "minAppVersion": "1.1.1", - "description": "This plugin allows you to to automatically assign tags based on the note (title, content or selected area) using chatGPT.", + "description": "This plugin automatically classify tag from your notes using ChatGPT API. It analyze your note (It can be title, frontmatter, content or selected area) and automatically insert tag where you set. This can be used for various purposes, such as DDC classification for books, keyword recommendation, research paper categorization and so on.", "author": "Hyeonseo Nam", "authorUrl": "https://github.com/HyeonseoNam/auto-classifier", "isDesktopOnly": false diff --git a/package.json b/package.json index 6d864be..0e7dc7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "auto-classifier", "version": "1.0.0", - "description": "This plugin allows you to to automatically assign tags based on the note (title, content or selected area) using chatGPT.", + "description": "This plugin automatically classify tag from your notes using ChatGPT API. It analyze your note (It can be title, frontmatter, content or selected area) and automatically insert tag where you set. This can be used for various purposes, such as DDC classification for books, keyword recommendation, research paper categorization and so on.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",