Hi Tony As you have discovered, tiddlers are only wikified for rendering, and not when their values are used in settings such as configuration. That's why you can't use the list widget within $:/DefaultTiddlers, for instance.
As things stand, I think you'd need a little JS startup module to switch the editor according to the platform. Having said that, the need to disable codemirror on mobile is a widespread problem, and so I wouldn't be averse to fixing it in the core. Best wishes Jeremy -- Jeremy Ruston [email protected] http://jermolene.com > On 24 Jan 2017, at 08:23, Tony Grosinger <[email protected]> wrote: > > I have a feeling the problem I am running into has something to do with this > function: > > https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/widgets/edit.js#L65-L85 > > But I am having trouble getting that function to be executed and hit my > breakpoint in Chrome developer tools. Developing... > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/4ad52134-1d86-4f59-afe7-148b06dd0265%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/422CAF0B-77BB-4C35-AA15-BB05C495B2FE%40gmail.com. For more options, visit https://groups.google.com/d/optout.

