diff options
| author | John MacFarlane <[email protected]> | 2024-06-30 11:32:16 -0600 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-07-01 08:56:17 -0600 |
| commit | 3fe1f0fe20226144d992e1be2a378aa7f69d884a (patch) | |
| tree | 354d8bc773f39d558c4fdcb83b56a5e2b69429c1 /MANUAL.txt | |
| parent | 51f3da649c7832f6b92b66dbb58a77f5d6d28360 (diff) | |
Add option to link rather than embedding images in ODT.link-images
New cli option: `--link-images`. This causes images to be linked
rather than embedded in ODT.
New field in WriterOptions: `writerLinkImages` [API change].
New field in Opt: `optLinkImages` [API change].
Closes #9815.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 5f5dd16be..91dc4bf03 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1016,6 +1016,11 @@ header when requesting a document from a URL: SVG in a document, as `<use>` elements will be used to reduce duplication. +`--link-images[=true|false]` + +: Include links to images instead of embedding the images in ODT. + (This option currently only affects ODT output.) + `--html-q-tags[=true|false]` : Use `<q>` tags for quotes in HTML. (This option only has an |
