Edit description

This commit is contained in:
Hyeonseo Nam 2023-03-20 14:28:50 +09:00
parent ec770920c8
commit 9447398ce0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",