From a4aa29d83d3202d1af16738474d7d79ec93669fb Mon Sep 17 00:00:00 2001 From: Hyeonseo Nam Date: Mon, 20 Mar 2023 15:58:55 +0900 Subject: [PATCH] Edit descriptions --- README.md | 4 ++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f88ce1..6b1b8de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Auto Classifier ![GitHub release (latest by date)](https://img.shields.io/github/v/release/HyeonseoNam/auto-classifier?style=for-the-badge) ![GitHub all releases](https://img.shields.io/github/downloads/HyeonseoNam/auto-classifier/total?style=for-the-badge) -`Auto Classifier` is an [Obsidian](https://obsidian.md/) plugin that helps you automatically classify tag from your notes using the ChatGPT API. The plugin can analyze your note (It can be title, frontmatter, content or selected area) and suggest relevant tag based on the input with tags in your valut, saving you time and improving your note organization. +`Auto Classifier` is an [Obsidian](https://obsidian.md/) plugin that helps you automatically classify tag from your notes using the ChatGPT API. The plugin can analyze your note (It can be title, frontmatter, content or selected area) and suggest relevant tag based on the input with tags in your valut. This can be used for various and specific purposes, for example, DDC classification for books, keyword recommendation, research paper categorization and so on. Save you time and improving your note organization. ## How to use @@ -28,7 +28,7 @@ - `Custom Prompt Template` - ChatGPT will respond based on this prompt. The input coming from your Command will be replaced by `{{input}}`, and the reference tags you set will be placed in `{{reference}}`. - `Custom Chat Role` - - You can guide ChatGPT's behabior by setting this system role" + - You can guide ChatGPT's behabior by setting this system role ## Example diff --git a/manifest.json b/manifest.json index a1fad65..6ea6ada 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 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.", + "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.", "author": "Hyeonseo Nam", "authorUrl": "https://github.com/HyeonseoNam/auto-classifier", "isDesktopOnly": false diff --git a/package.json b/package.json index 0e7dc7c..b1fe666 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "auto-classifier", "version": "1.0.0", - "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.", + "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.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",