From 29a818387ec504241c3d25c34e5174f6e4114314 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Wed, 24 Jun 2026 10:22:13 +0200 Subject: [PATCH 1/2] Touch a temp tiddler when removing a tag Like that removing a tag doesn't make TiddlyWiki5 wait for the Typing timeout to remove it but removes it instantly, because also a non-draft Tiddler has changed --- core/ui/EditTemplate/tags.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ui/EditTemplate/tags.tid b/core/ui/EditTemplate/tags.tid index bbd3d301eb0..308ab16eba5 100644 --- a/core/ui/EditTemplate/tags.tid +++ b/core/ui/EditTemplate/tags.tid @@ -25,6 +25,7 @@ tags: $:/tags/EditTemplate style.fill=<> > <$action-listops $tiddler=<> $field=<> $subfilter="-[{!!title}]"/> + <$action-setfield $tiddler="$:/temp/tags-edit-refresh" text=<>/> {{$:/core/images/close-button}} From ec03e9c5e4a92884e42fbbd46c6d86fd01c68943 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Thu, 25 Jun 2026 06:32:37 +0200 Subject: [PATCH 2/2] Add release notes for bugfix in Edit Mode tags Fixes an issue where tags of Tiddlers in Edit Mode don't animate instantly when they get removed. --- editions/tw5.com/tiddlers/releasenotes/5.4.1/#9889.tid | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.1/#9889.tid diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.1/#9889.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.1/#9889.tid new file mode 100644 index 00000000000..bf4fb50f7f3 --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.1/#9889.tid @@ -0,0 +1,10 @@ +title: $:/changenotes/5.4.1/#9889 +description: Make tags in Edit Mode animate instantly when removing +tags: $:/tags/ChangeNote +release: 5.4.1 +change-type: bugfix +change-category: usability +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9889 +github-contributors: BurningTreeC + +Fixes an issue where tags of Tiddlers in Edit Mode don't animate instantly when they get removed