Well, essentially I'm trying to create a second, freely editable textarea field similar to the text field. This is relatively simple to do in TWC so I'm trying to replicate the functionality here.
The goal is to be able to list one or more URLs in that textarea, as well as line breaks and other notes if desired, for information management purposes. For example, to create a tiddler like the following: *title:* James Cameron *urls:* Information: http://www.imdb.com/name/nm0000116/?ref_=fn_al_nm_1 https://en.wikipedia.org/wiki/James_Cameron https://www.rottentomatoes.com/celebrity/james_cameron/ Photos: https://www.google.com/search?q=james+cameron&tbm=isch *text: * James Cameron is an accomplished writer, director, producer, engineer, inventor and deep-sea explorer. James Francis Cameron was born on August 16, 1954 in Kapuskasing, Ontario, Canada. He moved to the United States in 1971. I want to keep the url and text fields separate for presentation reasons, for one, but also because I intend to parse the url field and automatically generate different UI elements depending on the contents. I've already accomplished all of these goals in TWC, now I'm just trying to create like for like functionality in TW5 (at so it appears that way to the user). My immediate though is to create a custom $edit-text wiki that replaces carriage returns/newlines with their shorthand equivalent (/r, /n) when saving to preserve formatting. Unless there is possibly a better solution available? -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/5724ff64-3725-46a0-9610-7630d9be14a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
