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: pages/20241129-obsidian-webclipper-config/index.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
date: 2024-11-29
3
3
title: Create Obsidian Web Clip Summaries on MacOS with Firefox and Llama 3.2
4
4
excerpt: I use Obsidian to capture all kinds of information. I set out to get the Obsidian web clipper Firefox extension configured on my Mac with a local Meta Llama 3.2 model to summarize content. This post explains the steps I took top-to-bottom.
5
+
author_comment: I updated this post on December 23, 2024 to reflect the steps required in the version 0.10.5 of the Obsidian web clipper extension.
5
6
---
6
7
7
8
I use [Obsidian](https://obsidian.md) to capture information like my daily todo lists; notes about things I've read, listened to, watched, or done; reminders about repeating chores and home maintenance tasks; trips I'm planning or places I've visited--anything and everything.
@@ -24,7 +25,8 @@ I started with the following:
24
25
25
26
I installed the extension and created an initial template to store page highlights in Obsidian notes by following the steps below.
26
27
27
-
1. Install the Obsidian web clipper extension from [the Firefox add-ons site](https://addons.mozilla.org/en-US/firefox/addon/web-clipper-obsidian/).
28
+
1. Install the Obsidian web clipper extension from [the Firefox add-ons
2. Click the Obsidian icon in the Firefox toolbar and then click the gear to open the settings screen.
29
31
3. Add my primary vault named `Journal` to the _Vaults_ list.
30
32
4. Create a _New Template_ named `Highlights Only` which saves to the `untriaged` folder in my `Journal` vault and has _Note content_`{{highlights|map: item => item.text|join:"\n\n"}}` (i.e., the text of all my highlights separated by newlines).
@@ -63,13 +65,14 @@ PARAMETER temperature 0.25
63
65
64
66
1. Click the Obsidian icon in the Firefox toolbar and then click the gear to open the settings screen again.
65
67
2. Click _Interpreter_ and enable it.
66
-
3. Click _Add model_ and enter details about the local Ollama server.
67
-
-_Display name_: `Llama 3.2 (ctx=32k, t=0.25)`
68
-
-_Base URL_: `http://127.0.0.1:11434/api/chat`
69
-
-_Model ID_: `llama3.2:ctx32k-t0.25` (the ID used when running `ollama create` earlier)
68
+
3. Click _Add provider_ and enter details about the local Ollama server.
70
69
-_Provider_: `Ollama`
70
+
-_Base URL_: `http://127.0.0.1:11434/api/chat`
71
71
-_API key_: `ollama`
72
-
4. Drag the new model so that it appears first and disable the other models.
72
+
4. Click _Add model_ and enter details about the local Ollama server.
73
+
-_Provider_: `Ollama`
74
+
-_Display name_: `Llama 3.2 (ctx=32k, t=0.25)`
75
+
-_Model ID_: `llama3.2:ctx32k-t0.25` (the ID used when running `ollama create` earlier)
0 commit comments