As @pmario states, you will need a custom editing UI for multiline fields.

Also worth noting is that on node.js, tiddlers with multiline fields are 
saved as JSON and not in the .tid format.

On Sunday, May 16, 2021 at 4:12:19 PM UTC+2 PMario wrote:

> On Sunday, May 16, 2021 at 2:07:17 PM UTC+2 si wrote:
>
>> My question is more about whether this matters when copying content from 
>> the text of a tiddler into a different field.
>>
>
> The HTML spec says this:  https://html.spec.whatwg.org/#attributes ... 
> There is no restriction on the text, that can be put into a attribute 
> value. .. BUT it has to be HTML escaped. ... As your screenshot shows. 
>  
> BUT .. The problem is the TW UI. 
>
> If you copy text from the text-field with javascript into a field, you can 
> add whitespace to the field. If you use a text area, you can also add 
> whitespace eg: newLines. ... BUT if you edit a field in tiddler-edit-mode, 
> with the single-line editor, all the NewLines and other whitespace will be 
> removed. 
>
> So that's the real problem here.
>
> -mario
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ebeeb5a3-49a7-428a-9ca7-f0ea8a1837afn%40googlegroups.com.

Reply via email to