Missing release note for #8810

This commit is contained in:
Jeremy Ruston
2026-02-06 09:09:42 +00:00
parent bda54b0ad5
commit 9247a87e11
@@ -0,0 +1,12 @@
title: $:/changenotes/5.4.0/#8810
description: New plugin for saving DOM nodes as an image
tags: $:/tags/ChangeNote
release: 5.4.0
change-type: enhancement
change-category: plugin
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8810
github-contributors: Jermolene
The new "dom-to-image" plugin enables almost anything that can be rendered in a web browser to be saved as an image. The motivation is to be able to save maps generated by Leaflet.js as PNG, JPEG or SVG images, which is not natively supported by Leaflet. This plugin uses the library https://github.com/1904labs/dom-to-image-more to provide the underlying functionality.
Install the plugin from the plugin library in the usual way.