https://github.com/nhaouari/obsidian-textgenerator-plugin
Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
https://github.com/nhaouari/obsidian-textgenerator-plugin
ai chatgpt gpt-3 gpt-4 huggingface llm nlg obsidian obsidian-plugin openai pkm plugin writing writing-tool
Last synced: 14 days ago
JSON representation
Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
- Host: GitHub
- URL: https://github.com/nhaouari/obsidian-textgenerator-plugin
- Owner: nhaouari
- License: mit
- Created: 2022-02-27T10:36:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T07:03:41.000Z (8 months ago)
- Last Synced: 2024-10-29T15:24:22.527Z (7 months ago)
- Topics: ai, chatgpt, gpt-3, gpt-4, huggingface, llm, nlg, obsidian, obsidian-plugin, openai, pkm, plugin, writing, writing-tool
- Language: TypeScript
- Homepage: https://text-gen.com/
- Size: 1.7 MB
- Stars: 1,474
- Watchers: 23
- Forks: 130
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - obsidian-textgenerator-plugin - Text generator is a handy plugin for Obsidian that helps you generate text content using GPT-3 (OpenAI). (Browser-extensions)
- awesome-chatgpt-api - Obsidian Text Generator Plugin
- awesome-obsidian-ai-tools - https://github.com/nhaouari/obsidian-textgenerator-plugin
- awesome-obsidian-ai-tools - https://github.com/nhaouari/obsidian-textgenerator-plugin
- jimsghstars - nhaouari/obsidian-textgenerator-plugin - Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models. (TypeScript)
- awesome-chatgpt - nhaouari/obsidian-textgenerator-plugin - obsidian-textgenerator-plugin is an open-source AI-powered plugin for Obsidian that enables users to generate text content using multiple AI providers to enhance knowledge creation and organization. (Addons, extensions, plug-ins for integrating LLM into third-party applications / Other user interfaces)
README
obsidian-textgenerator-plugin
## What is Text Generator?
**Text Generator** is an open-source AI Assistant Tool that brings the power of Generative Artificial Intelligence to the power of knowledge creation and organization in Obsidian.
For example, use Text Generator to generate ideas, attractive titles, summaries, outlines, and whole paragraphs based on your knowledge database.
The possibilities are endless!
If you're looking for a place to discuss the use cases of this plugin and share your experiences, head over to our [**Discord Server (Updated)**](https://discord.gg/BRYqetyjag) or the [Discussion](https://github.com/nhaouari/obsidian-textgenerator-plugin/discussions/categories/use-cases). There, you'll find a community of like-minded users who are eager to help you make the most of this powerful tool.
## Features
There are many benefits to using a Text Generator Plugin, including the following:
- **Free and Open Source**: The Text Generator Plugin is free and open source, so you can use it without worrying about licensing fees.
- **Beside Obsidian**: Obsidian is very powerful and extensible Personal Knowledge Management software so you can use Text Generator Plugin alongside Obsidian to create a more powerful Personal Knowledge Management system.
- **Flexible Prompts**: The context of the prompt is straightforward using all the available options in the Considered Context which gives you a higher flexibility.
- **Template Engine**: You can create templates to make repetitive tasks more manageable.
- **Community Templates**: Through this option you can discover new use cases of Generative Artificial Intelligence using the shared templates and you can share your use cases easier.
- **Highly Flexible Configuration**: Using Frontmatter Configuration, it is possible to use different services such as Google Generative AI(contains `Gemini-Pro`), OpenAI, HuggingFace ...etc.
## Demonstration
[](https://www.youtube.com/watch?v=OergqWCdFKc)
## Installation
### Method 1: From Obsidian Community Plugins
1. Open Obsidian
2. Go to Settings > Community plugins
3. Turn off Safe mode if it's on
4. Click on "Browse" and search for "Text Generator"
5. Click Install and then Enable### Method 2: Manual Installation
If you prefer to install the plugin manually or want to use the latest development version:
1. Clone this repository to your Obsidian vault's plugins folder:
```bash
git clone --recurse-submodules https://github.com/nhaouari/obsidian-textgenerator-plugin.git
```2. Navigate to the plugin directory:
```bash
cd obsidian-textgenerator-plugin
```3. Install dependencies:
```bash
pnpm install
```4. Build the plugin:
```bash
pnpm run build
```Alternatively, for development:
```bash
pnpm run dev
```5. Restart Obsidian and enable the plugin in Settings > Community plugins
Alternatively, You can use the [Hot-Reload plugin](https://github.com/pjeby/hot-reload) to reload plugins without restarting Obsidian### Troubleshooting
If you encounter any issues during installation, please:
- Check our [documentation](https://bit.ly/tg_docs)
- Join our [Discord server](https://discord.gg/mEhvhkRfq5) for community support
- Open an issue on our [GitHub repository](https://github.com/nhaouari/obsidian-textgenerator-plugin/issues)## Contributors
Made with [contrib.rocks](https://contrib.rocks).