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
-[Install via Browser Stores](#install-via-browser-stores)
21
+
-[Download from Releases](#download-from-releases)
19
22
-[Building](#building)
20
-
-[I. For development:](#i-for-development)
21
-
-[II. For production:](#ii-for-production)
23
+
-[I. For development](#i-for-development)
24
+
-[II. For production](#ii-for-production)
22
25
-[Linting](#linting)
23
26
-[Installing](#installing)
24
27
-[Usage](#usage)
@@ -41,7 +44,7 @@ It is compatible with all Chromium and Gecko-based browsers: Chrome, Vivaldi, Op
41
44
-**Theming:** Supports light and dark themes.
42
45
-**Chat Interface:** A draggable chat box for sending and receiving messages.
43
46
-**Model Management:** Select, refresh, download, and delete models.
44
-
-**Capture Tool:**Highlight HTML elements to capture text for the chat input.
47
+
-**Advanced Capture Tools:**Options for capturing both text and images are available. Captured content is inserted directly into your chat using special tags (`@captured-text` for text and `@captured-image` for images).
45
48
-**Prompt Customization:** Adjust and customize prompts to instruct the AI model on how to generate responses.
46
49
47
50
## Prerequisites
@@ -110,9 +113,31 @@ Also, ensure that the [Ollama](https://ollama.com) host is installed on your loc
110
113
npm install
111
114
```
112
115
116
+
### Alternative Installation Options
117
+
118
+
If you're not a developer, you can choose one of the following methods:
> Releases available in the browser stores might be slightly out of sync with the GitHub releases. This can be due to the review process, packaging delays, or manual submission requirements. For the most up-to-date version, please refer to the [Releases](https://github.com/code-forge-temple/scribe-pal/releases) page.
128
+
129
+
### 2. Download from Releases
130
+
131
+
Visit the [Releases](https://github.com/code-forge-temple/scribe-pal/releases) page to download the latest packages:
132
+
133
+
- For Chromium-based browsers, download `chrome.zip`.
134
+
- For Gecko-based browsers, download `firefox.zip`.
135
+
136
+
After downloading, unzip the package and [install](#installing) the extension manually.
137
+
113
138
### Building
114
139
115
-
#### I. For development:
140
+
#### I. For development
116
141
117
142
To build the project for development, run:
118
143
@@ -126,7 +151,7 @@ B. For Gecko-based browsers like Firefox, Waterfox, Pale Moon, and others:
126
151
npm run dev:firefox
127
152
```
128
153
129
-
#### II. For production:
154
+
#### II. For production
130
155
131
156
To build the project for production, run:
132
157
@@ -177,10 +202,10 @@ To install the the compiled extension, for:
177
202
Use the toggle switch to activate the dark theme as desired.
178
203
179
204
3. **Launch the Chat Interface:**
180
-
- Click “Show ScribePal chat” within the popup, or within the current page press Ctrl+Shift+Y.
181
-
- A draggable chat box will open on the active webpage.
205
+
- Click “Show ScribePal chat” in the popup or press Ctrl+Shift+Y.
206
+
- A responsive, draggable chat box will open on the active webpage.
182
207
- Use the chat interface to send messages to the Ollama AI service, review conversation history, and manage models.
183
-
- Additional features include capturing selected HTML content (that can be referenced in the discussion with `@captured` tag) and customizing prompts (to instruct the loaded model on how to answer).
208
+
- Additional features include capturing selected HTML content (that can be referenced in the discussion with `@captured-text` tag), capturing an image of an area on the page (that can be referenced in the discussion with `@captured-image` tag) and customizing prompts (to instruct the loaded model on how to answer).
184
209
185
210
4. **Interacting with the Chat:**
186
211
- Type your query in the chat input and press Enter or click the `Send` button.
0 commit comments