So in the past I created a $:/wiki/ui/EditTemplate/fieldEditor/multiline
tiddler to display tiddler fields as multilined textareas styled to appear like normal inputs until a new line is created, but in the process it removed the color field’s ability to show as input type="color ".
(Another minor tradeoff was the inability to export as .tid, and the need to use .json instead, but that isn’t an issue for me.)
I’m currently trying to use the FieldEditorFilters cascade to apply my multiline to tiddler fields that aren’t color created modified icon, any that could possibly have an input type other than the default, but I’m unable to get it to work.
Is there a better way of doing what I’m attempting to do?
I’d like for the default field template to be the textarea template I’ve created unless it has a different input style from textarea, and maybe in the future to add other custom field types, like birthday with an input of date.
I’d appreciate any suggestions, and I’ve attached what I’ve been working on for reference.
multilineTiddlerFieldsWithHeightOverflow.json (2.4 KB)
Edit: I did forget to put list-before: $:/config/FieldEditorFilters/default
in my $:/wiki/FieldEditorFilters/multiline
tiddler, but other than that oversight, I was unable to achieve what I was trying to do.