mirror of
https://github.com/hyeonseonam/auto-classifier.git
synced 2026-07-22 07:40:29 +00:00
Edit descriptions
This commit is contained in:
parent
df838bca53
commit
a4aa29d83d
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Auto Classifier
|
||||
 
|
||||
|
||||
`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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue