mirror of
https://github.com/hyeonseonam/auto-classifier.git
synced 2026-07-22 07:40:29 +00:00
Edit description
This commit is contained in:
parent
ec770920c8
commit
9447398ce0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue