Skip to content

Commit

Permalink
Edit description
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeonseoNam committed Mar 20, 2023
1 parent ec77092 commit 9447398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9447398

Please sign in to comment.