Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hinterdupfinger/obsidian-ollama
https://github.com/hinterdupfinger/obsidian-ollama
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hinterdupfinger/obsidian-ollama
- Owner: hinterdupfinger
- License: mit
- Created: 2023-09-19T00:48:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T13:51:06.000Z (5 months ago)
- Last Synced: 2024-08-01T16:56:10.924Z (3 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 758
- Watchers: 13
- Forks: 67
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hinterdupfinger/obsidian-ollama - (TypeScript)
README
# 🦙 Obsidian Ollama
This is a plugin for [Obsidian](https://obsidian.md) that allows you to use [Ollama](https://ollama.ai) within your notes.
There are different pre configured promts:- Summarize selection
- Explain selection
- Expand selection
- Rewrite selection (formal)
- Rewrite selection (casual)
- Rewrite selection (active voice)
- Rewrite selection (bullet points)
- Caption selectionBut you can also configure your own prompts, specify their model and temperature. The plugin always passes the prompt and either selected text or full note to Ollama and inserts the result into your note at the cursor position.
This requires a local installation of [Ollama](https://ollama.ai) which can currently be installed as a [MacOS app](https://github.com/jmorganca/ollama#download). By default the plugin will connect to `http://localhost:11434` - the port of the MacOS app.