actions-marketplace-validations/Obsidian Tag Organizer
Automatically organize Obsidian tags using OpenAI API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-api-key | OpenAI API Key | yes | — |
| target-folder | Target folder to organize tags (default: ".") | no | . |
| exclude-folders | List of folders to exclude (YAML list format) | no | "" |
| forbidden-tags | List of tags that should not be used (YAML list format) | no | "" |
| model | OpenAI model to use (default: "gpt-3.5-turbo") | no | gpt-3.5-turbo |
| temperature | Temperature for OpenAI API (default: 0.7) | no | 0.7 |
| skip-invalid-frontmatter | Skip files with invalid front matter instead of failing (default: "true") | no | true |
| max-tags | Maximum number of tags to add (default: 5) | no | 5 |
| max-files | Maximum number of files to process (default: 5) | no | 5 |
| max-content-length | Maximum content length to analyze (default: 4000) | no | 4000 |
Outputs
no outputs