@4ier/notion-cli
Advanced tools
+1
-1
| { | ||
| "name": "@4ier/notion-cli", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", | ||
| "description": "Full-featured CLI for Notion. Like gh for GitHub, but for Notion. 44 commands, one binary.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+12
-0
@@ -137,2 +137,14 @@ <h1 align="center"> | ||
| ### External Images | ||
| Insert or append an image block by URL (no upload — points to externally hosted image): | ||
| ```sh | ||
| # Insert after a specific block (e.g. next to a "TODO: add figure" placeholder) | ||
| notion block insert <page-id> --after <block-id> \ | ||
| --image-url https://example.com/diagram.png \ | ||
| --caption "Figure 1 — architecture" | ||
| # Append to end of page | ||
| notion block append <page-id> --image-url https://example.com/diagram.png | ||
| ``` | ||
| ### Recursive Block Reading | ||
@@ -139,0 +151,0 @@ ```sh |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
12695
3.58%223
5.69%5
-16.67%