@hyperbook/markdown 0.45.0 → 0.46.1

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.
@@ -53,5 +53,25 @@
53
53
  "webide-reset": "Zurücksetzen",
54
54
  "webide-reset-prompt": "Sind Sie sicher, dass Sie den Code zurücksetzen möchten?",
55
55
  "webide-copy": "Kopieren",
56
- "webide-download": "Herunterladen"
56
+ "webide-download": "Herunterladen",
57
+ "typst-code": "Typst",
58
+ "typst-reset": "Zurücksetzen",
59
+ "typst-reset-prompt": "Sind Sie sicher, dass Sie den Code zurücksetzen möchten?",
60
+ "typst-download-pdf": "PDF herunterladen",
61
+ "typst-pdf-error": "Fehler beim PDF-Export",
62
+ "typst-download-project": "Projekt herunterladen",
63
+ "typst-loading": "Typst wird geladen...",
64
+ "typst-add-source-file": "Quelldatei hinzufügen",
65
+ "typst-add-binary-file": "Binärdatei hinzufügen",
66
+ "typst-source": "Quelle",
67
+ "typst-binary": "Binär",
68
+ "typst-add": "Hinzufügen",
69
+ "typst-delete-file": "Datei löschen",
70
+ "typst-delete-confirm": "Löschen",
71
+ "typst-filename-prompt": "Dateiname eingeben (z.B. helper.typ):",
72
+ "typst-filename-error": "Dateiname muss auf .typ oder .typst enden",
73
+ "typst-filename-exists": "Datei existiert bereits",
74
+ "typst-file-replace": "Existierende Datei ersetzen?",
75
+ "typst-binary-files": "Binärdateien",
76
+ "typst-no-binary-files": "Keine Binärdateien"
57
77
  }
@@ -53,5 +53,25 @@
53
53
  "webide-reset": "Reset",
54
54
  "webide-reset-prompt": "Are you sure you want to reset the code?",
55
55
  "webide-copy": "Copy",
56
- "webide-download": "Download"
56
+ "webide-download": "Download",
57
+ "typst-code": "Typst",
58
+ "typst-reset": "Reset",
59
+ "typst-reset-prompt": "Are you sure you want to reset the code?",
60
+ "typst-download-pdf": "Download PDF",
61
+ "typst-pdf-error": "Error exporting PDF",
62
+ "typst-download-project": "Download Project",
63
+ "typst-loading": "Loading Typst...",
64
+ "typst-add-source-file": "Add source file",
65
+ "typst-add-binary-file": "Add binary file",
66
+ "typst-source": "Source",
67
+ "typst-binary": "Binary",
68
+ "typst-add": "Add",
69
+ "typst-delete-file": "Delete file",
70
+ "typst-delete-confirm": "Delete",
71
+ "typst-filename-prompt": "Enter filename (e.g., helper.typ):",
72
+ "typst-filename-error": "Filename must end with .typ or .typst",
73
+ "typst-filename-exists": "File already exists",
74
+ "typst-file-replace": "Replace existing file?",
75
+ "typst-binary-files": "Binary Files",
76
+ "typst-no-binary-files": "No binary files"
57
77
  }
@@ -0,0 +1,5 @@
1
+ import { HyperbookContext } from "@hyperbook/types";
2
+ import { Root } from "mdast";
3
+ import { VFile } from "vfile";
4
+ declare const _default: (ctx: HyperbookContext) => () => (tree: Root, file: VFile) => void;
5
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbook/markdown",
3
- "version": "0.45.0",
3
+ "version": "0.46.1",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",
@@ -92,8 +92,8 @@
92
92
  "vfile": "^6.0.3",
93
93
  "vitest": "^3.0.5",
94
94
  "wavesurfer.js": "^7.11.1",
95
- "@hyperbook/web-component-excalidraw": "0.3.2",
96
- "@hyperbook/types": "0.18.0"
95
+ "@hyperbook/types": "0.18.0",
96
+ "@hyperbook/web-component-excalidraw": "0.3.2"
97
97
  },
98
98
  "scripts": {
99
99
  "version": "pnpm build",