From eec51ddf16a6ce392c461810ce945880ef5362f5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 20 Jan 2026 09:57:58 +0100 Subject: odt link-images --- wasm/index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/wasm/index.html b/wasm/index.html index 23ecb10ac..4d7a6be62 100644 --- a/wasm/index.html +++ b/wasm/index.html @@ -1129,6 +1129,13 @@ + +
+
+ + +
+
@@ -1464,7 +1471,8 @@ slideLevel: '', incremental: false, wrap: 'auto', - columns: '' + columns: '', + linkImages: false }, // Metadata @@ -2320,6 +2328,11 @@ if (this.opts.epubSubdirectory.trim()) opts['epub-subdirectory'] = this.opts.epubSubdirectory.trim(); } + // ODT options + if (baseOutFmt === 'odt') { + if (this.opts.linkImages) opts['link-images'] = true; + } + // Template if (this.templateFile) opts.template = this.templateFile.name; -- cgit v1.2.3