mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-12 01:33:31 -07:00
* Add tm-save-dom-to-image message * Temporarily include the geospatial plugin in the Netlify previews * Scale should default to 1x * Fix saving SVG images * Add example of saving in SVG format * Add library version number * Document peculiarities of JPEG quality parameter * Allow format="jpg" as well as the more technically correct "jpeg" * Document what happens if the selector returns multiple DOM nodes * Refactor image-to-dom to be a separate plugin * Add support for oncompletion handler * Remove ELS marker Thanks @ericshulman
7 lines
186 B
JSON
7 lines
186 B
JSON
{
|
|
"title": "$:/plugins/tiddlywiki/dom-to-image",
|
|
"name": "Dom-to-image",
|
|
"description": "Save DOM nodes as images",
|
|
"list": "readme docs",
|
|
"stability": "STABILITY_1_EXPERIMENTAL"
|
|
}
|