Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BjarneRentz/obsidian-gemini-generator
Small Obsidian plugin that uses Googles Gemini to genrate notes
https://github.com/BjarneRentz/obsidian-gemini-generator
Last synced: 4 months ago
JSON representation
Small Obsidian plugin that uses Googles Gemini to genrate notes
- Host: GitHub
- URL: https://github.com/BjarneRentz/obsidian-gemini-generator
- Owner: BjarneRentz
- License: mit
- Created: 2024-04-16T05:27:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T12:27:10.000Z (5 months ago)
- Last Synced: 2024-07-30T15:57:06.577Z (5 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - BjarneRentz/obsidian-gemini-generator - Small Obsidian plugin that uses Googles Gemini to genrate notes (TypeScript)
README
# Obsidian Gemini-Generator
Generate notes with the help of [Google Gemini](https://gemini.google.com/app?hl=de).
# (Planned)Features
Currently this plugin offers only one command, to generate the note based on the notes title.However, the following features are **planned:**
- Use a custom prompt template
- Generate notes with a custom prompt
- Automatic formatting of the response# Setup
After installing the plugin, you need an Api-Key.
To get one, you need a Google Account. Then create an API-key at the [Google AI Studio](https://aistudio.google.com/app/apikey). Depending on your region you might need to add a [payment method](https://ai.google.dev/gemini-api/terms#use-restrictions) to you Google cloud account.With that done, head to the settings tab for Gemini Generator and paste your Api Key.
Now you can use the `Generate Note` command to let Gemini generate the note.
# Privacy
This plugin uses the Gemini-Api from google to generate the notes. Thus, for every note that one generates, the title of the note is sent as a http request against the API.
If this is a concern for you, this plugin may not be the best choice for you.