gloamfox126 downloadsAI-powered writing assistant. Generate metadata (titles, tags, categories, summaries) and optimize your writing with support for multiple AI platforms.
An Obsidian plugin that uses AI to intelligently generate titles, tags, categories, and summaries for your notes, as well as optimize your writing. Supports multiple AI platforms.
Plugin ID:
smartscribe
| Platform | Name | Default Model |
|---|---|---|
| Claude | Anthropic Claude | claude-sonnet-4-6 |
| OpenAI | OpenAI GPT | gpt-4o |
| DeepSeek | DeepSeek | deepseek-chat |
| Qwen | Alibaba Tongyi Qwen | qwen-plus |
| Zhipu AI | Zhipu GLM | glm-4 |
| Spark | Xunfei Spark | pro |
.obsidian/plugins/smartscribe/ folderRight-click on a Markdown file in the file list and select "AI Generate Metadata"
Right-click in the editor to access the AI metadata generation option
Right-click in the editor and select "AI Optimize Text" to optimize selected text or the entire document
---
date: 2024-01-15 10:30:00
title: Generated Title
tags:
- tag1
- tag2
- tag3
category: Category Name
keywords:
- keyword1
- keyword2
summary: Article summary...
share: true
---
# Install dependencies
npm install
# Development mode (auto-build)
npm run dev
# Production build
npm run build
If you encounter any issues or have feature requests, please submit an issue on GitHub.
MIT