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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ JDF runs in three places:
16
16
| Surface | What it is | Install |
17
17
|---|---|---|
18
18
|**JDF Reader**| Native macOS app — read, edit, import PDF/MD, export PDF |`brew tap uurtech/jdf && brew install jdf`|
19
-
|**jdf.js**| JavaScript library — embed `.jdf` files on any web page |`npm install @uurtech/jdf` or `<script src="https://unpkg.com/@uurtech/jdf@0.1.11">`|
19
+
|**jdf.js**| JavaScript library — embed `.jdf` files on any web page |`npm install @uurtech/jdf` or `<script src="https://unpkg.com/@uurtech/jdf@0.1.21">`|
@@ -217,7 +217,7 @@ Editing lives in the desktop Reader only — jdf.js is a viewer, the CLI is non-
217
217
|---|---|
218
218
|**JDF Reader** (macOS) |`brew tap uurtech/jdf && brew install jdf` — DMG / `.app`, signed via GitHub release |
219
219
|**JDF Reader** (Linux / Windows) |`.deb` / `.AppImage` / `.rpm` / `.msi` / `.exe` from the [latest release](https://github.com/uurtech/jdf/releases/latest)|
220
-
|**jdf.js**|`npm install @uurtech/jdf` or `<script src="https://unpkg.com/@uurtech/jdf@0.1.11">`|
220
+
|**jdf.js**|`npm install @uurtech/jdf` or `<script src="https://unpkg.com/@uurtech/jdf@0.1.21">`|
221
221
|**`@uurtech/jdf-cli`**|`npx @uurtech/jdf-cli validate file.jdf` (no install) |
222
222
223
223
## Page model
@@ -639,7 +639,7 @@ Done:
639
639
- JSON Schema, CLI validate, CI on all three OSes.
640
640
- Homebrew tap (`uurtech/jdf`).
641
641
- **jdf.js — web embed library** with auto-init, single `<jdf src="...">` form, feature parity with the desktop renderer.
642
-
- Published to npm as [`@uurtech/jdf`](https://www.npmjs.com/package/@uurtech/jdf) — install via `npm install @uurtech/jdf` or load from CDN at `https://unpkg.com/@uurtech/jdf@0.1.11` (always pin a version in production).
642
+
- Published to npm as [`@uurtech/jdf`](https://www.npmjs.com/package/@uurtech/jdf) — install via `npm install @uurtech/jdf` or load from CDN at `https://unpkg.com/@uurtech/jdf@0.1.21` (always pin a version in production).
643
643
- **`.jdfx` zip bundles** — automatic for documents with embedded images/fonts. Reader, jdf.js, and CLI all read and write the format; manifest schema at [`spec/jdfx-manifest-schema.json`](spec/jdfx-manifest-schema.json).
644
644
- **Markdown image imports** — `` works in both the desktop importer and `jdf import file.md`. Relative paths are resolved against the source file's directory and embedded into the output bundle.
Copy file name to clipboardExpand all lines: jdfjs/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@uurtech/jdf",
3
-
"version": "0.1.18",
3
+
"version": "0.1.21",
4
4
"description": "Render JDF (JSON Document Format) documents in the browser. Drop-in replacement for embedding PDFs — point at a .jdf file and it appears on the page, fully styled, searchable, with a clickable TOC.",
0 commit comments