Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microtower00/obsidian-ai-images
This plugin allows you to generate images using AI from the obsidian editor
https://github.com/microtower00/obsidian-ai-images
javascript obsidian obsidian-md obsidian-plugin typescript
Last synced: 17 days ago
JSON representation
This plugin allows you to generate images using AI from the obsidian editor
- Host: GitHub
- URL: https://github.com/microtower00/obsidian-ai-images
- Owner: microtower00
- License: gpl-3.0
- Created: 2022-12-01T08:56:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T16:11:32.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:44:50.054Z (4 months ago)
- Topics: javascript, obsidian, obsidian-md, obsidian-plugin, typescript
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- project-awesome - microtower00/obsidian-ai-images - This plugin allows you to generate images using AI from the obsidian editor (TypeScript)
README
# Obsidian AI Images
This plugin aims to seamlessly integrate the generation of AI images inside of your Obsidian interface.---
## !!Developement is currently HALTED, since i do not own an API key that allows me to continue, nor I can afford one!!
## Installation
At the moment, the plugin is still not published on the obsidian plugin markateplace, so you are going to need to install it yourself.
Inside your vault, create a folder ```.obsidian/plugins/obsidian-ai-images```. Paste the release files inside the folder and you are good to go!## Configuration
To use this plugin you need OpenAI API keys. You can generate them [here](https://beta.openai.com/account/api-keys) if you don't already have them.
Insert your API key in the plugin settings and you will be ready to generate images.## Features
While typing in editor mode, select some text you wish to use as a prompt for the generation of an image. You can then use the provided command by pressing ``` Ctrl+Shift+G``` or alternatively ```Cmd+Shift+G```. Also works by pressing ```Ctrl/Cmd+P``` and searching for 'Generate an image from your text selection'.The image will be downloaded and linked in the editor.
## Development
This plugin was developed as a personal project and was made for fun. I will upgrading as time and creativity allow me. In the meantime if you have any suggestion, hit me up, open issues, or contribute to the project.## Disclaimer
This plugin requires an active internet connection to work.
The API key inserted in the plugn settings NEVER leaves your machine and is stored inside of the ```data.json``` file in the plugin subfolder.---
This plugin works by requesting image generations to the [DALL-E APIs](https://beta.openai.com/docs/introduction)