TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
7.98k stars 1.18k forks source link

Testcase widget improve containment #8529

Closed pmario closed 4 weeks ago

pmario commented 1 month ago

This PR fixes #8458

To Test the PR

title: Narrative

This code tests action-sendmessage with tm-new-tiddler

+
title: Output

<$button>
<$action-sendmessage $message="tm-new-tiddler" />
Create a new tiddler
</$button>

This PR

grafik

I did Test With:

It seems to work well, with all messages, that the navigator-widget can handle.

@btheado, @Leilei332 -- please test this PR. See link at: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8529#issuecomment-2297562500

github-actions[bot] commented 1 month ago

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

pmario commented 1 month ago

Test-version: https://pmario.github.io/kitchensink/8529-testcase-improve-containment.html#test-new-button

Jermolene commented 4 weeks ago

Thanks @pmario