V5.4.0 prerelease - Quick Image Plugin causes EditTemplate Problem

@saqimtiaz There is an issue in the edit-template of the pre-release when quick-image plug-in is installed as shown in the screenshot below

Here is a test-wiki - https://tw-5-4-0-test.tiddlyhost.com/ - This test wiki is just the pre-release with quick-image plug-in installed

The plugin is experimental and overrides core tiddlers, so this is to be expected until the plugin is updated. This is not an issue with the core.

I may have spoken too soon, that looks like it could be a parsing issue. Will need to investigate.

This doesn’t seem to parse accurately on the pre-release:

\widget $dropzone(importTitle, autoOpenOnImport, contentTypesFilter, class, enable, filesOnly, actions)
	<$genesis
		$remappable="no" 
		$type="$dropzone"
		importTitle=<<importTitle>>
		autoOpenOnImport="no"
		contentTypesFilter=<<contentTypesFilter>>
		class=<<class> enable=<<enable>>
		filesOnly=<<filesOnly>>
		actions="<$action-log/>"
	>
		<$slot $name="ts-raw"/>
	</$genesis>
\end

<$dropzone/>

There is a missing closing bracket > in the override of the edit template for the attribute class for the genesis widget in the plugin. The parser has seen some changes and seems less forgiving of such errors than in the past.

@saqimtiaz … It seems this needed to be fixed at the plugin level. I can not confirm, since I can not find the plugin and there is no link.

Did you fix that?

It was a demo/experiment that I shared, not a properly published plugin. I may get around to updating it at some point. However, this isn’t something the core needs to be concerned about, and it absolutely needs to be fixed in the plugin.