Skip to content

Commit 660500b

Browse files
authored
Update community-plugins.json
- I have tested the plugin on - Windows (tested via development environment) - macOS (desktop-only plugin - cross-platform compatible) - Linux (primary development and testing platform) - Android (N/A - plugin is marked as desktop-only in manifest) - iOS (N/A - plugin is marked as desktop-only in manifest) - My GitHub release contains all required files (as individual files, not just in the source.zip / source.tar.gz) - main.js (25,868 bytes - production optimized) - manifest.json (507 bytes - complete with all metadata) - styles.css (11,484 bytes - comprehensive UI styling) - GitHub release name matches the exact version number specified in my manifest.json (Release: "🚀 AI Assistant v1.1.0 - Production Release" | Manifest: "1.1.0" | Tag: "v1.1.0") - The id in my manifest.json matches the id in the community-plugins.json file. (ID: "ai-assistant") - My README.md describes the plugin's purpose and provides clear usage instructions. (Comprehensive blockbuster README with installation, usage, features, and documentation) - I have read the developer policies at https://docs.obsidian.md/Developer+policies, and have assessed my plugins's adherence to these policies. (Plugin follows all security, quality, and functionality guidelines) - I have read the tips in https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines and have self-reviewed my plugin to avoid these common pitfalls. (Code reviewed for common issues, proper error handling, and best practices implemented) - I have added a license in the LICENSE file. (MIT License with correct copyright attribution) - My project respects and is compatible with the original license of any code from other plugins that I'm using. I have given proper attribution to these other projects in my README.md. (No code copied from other plugins - original implementation using standard Obsidian APIs and public AI provider APIs)
1 parent 0f4b580 commit 660500b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

community-plugins.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18233,5 +18233,13 @@
1823318233
"author": "Rootiest",
1823418234
"description": "Extracts text from images using AI Vision models.",
1823518235
"repo": "rootiest/obsidian-ai-image-ocr"
18236-
}
18236+
},
18237+
{
18238+
"id": "ai-assistant",
18239+
"name": "AI Assistant",
18240+
"author": "Tamoghna",
18241+
"description": "AI Assistant plugin with local Ollama models and cloud API support. Boost your productivity with research assistance, content creation, auto-tagging, and related
18242+
notes discovery.",
18243+
"repo": "Tamoghna12/obsidian-ai-assistant"
18244+
},
1823718245
]

0 commit comments

Comments
 (0)