@pi-archimedes/image-paste 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,20 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Paste images from your clipboard directly into the Pi chat with inline previews.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Paste images directly from clipboard into Pi chats without manually saving files to disk first. Sharing visual context like UI mockups or error screenshots becomes instant, while inline previews keep your prompt clean and predictable.
|
|
6
|
+
|
|
7
|
+
## What you get
|
|
6
8
|
|
|
7
9
|
- **Clipboard image paste** — grab a screenshot and paste it straight into the prompt
|
|
8
10
|
- **Inline previews** — images render in the TUI so you can see what you attached
|
|
9
11
|
- **Marker-based attachment** — placeholder markers (`[Image #1]`) are matched and attached on submit
|
|
10
12
|
- **Size guard** — rejects images over 20MB with a clear warning
|
|
11
13
|
|
|
12
|
-
##
|
|
14
|
+
## Install
|
|
13
15
|
|
|
14
16
|
```bash
|
|
15
17
|
pi install npm:@pi-archimedes/image-paste
|
|
16
18
|
```
|
|
17
19
|
|
|
18
|
-
Or install
|
|
20
|
+
Or install full meta package:
|
|
19
21
|
|
|
20
22
|
```bash
|
|
21
23
|
pi install npm:pi-archimedes
|
|
@@ -56,3 +58,5 @@ Extension shortcut conflict: 'ctrl+v' is built-in shortcut for app.clipboard.pas
|
|
|
56
58
|
```
|
|
57
59
|
|
|
58
60
|
This lets archimedes' handler take over (it does the same thing plus inline previews) without the warning.
|
|
61
|
+
|
|
62
|
+
← Back to [pi-archimedes](../../README.md)
|