You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/articles/obsidian-x-ollama.mdx
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,11 +116,21 @@ Let's consider that Obsidian is already installed on your machine. If you haven'
116
116
117
117
To connect Obsidian to Ollama, you'll need two open source Obsidian community plugins created by [Pavel Frankov](https://github.com/pfrankov):
118
118
119
-
* AI Providers
120
-
* Local GPT
121
-
122
-
<ShowcaseGitHubRepoenv="pfrankov"repo="obsidian-local-gpt"img="584632"description="Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access " />
123
-
<ShowcaseGitHubRepoenv="pfrankov"repo="obsidian-ai-providers"img="584632"description="This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place. " />
119
+
- AI Providers
120
+
- Local GPT
121
+
122
+
<ShowcaseGitHubRepo
123
+
env="pfrankov"
124
+
repo="obsidian-local-gpt"
125
+
img="584632"
126
+
description="Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access "
127
+
/>
128
+
<ShowcaseGitHubRepo
129
+
env="pfrankov"
130
+
repo="obsidian-ai-providers"
131
+
img="584632"
132
+
description="This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place. "
133
+
/>
124
134
125
135
### AI Providers
126
136
@@ -130,17 +140,16 @@ Let's start by installing the **AI Providers** plugin.
130
140
131
141
1. In Obsidian, go to "Settings → Community Plugins → Browse" and search for "AI Providers".
@@ -201,7 +209,6 @@ The context menu is a quick way to apply AI actions to selected text.
201
209
1. Open any note in Obsidian.
202
210
1. Select some text you want to process with AI.
203
211
1. Press the hot key you assigned for "Local GPT: Show context menu" (e.g., <kbd>⌘ + M</kbd>). It will open a context menu with various AI actions you can perform on the selected text:
0 commit comments