Hi Josiah The “tiddler” attribute of the edit-text widget requires a simple tiddler title, not the full text reference including the index specifier that you are using. You’ll need to use the separate “index” attribute instead. For example:
<span class="code-of-code"> <$edit-text tiddler="tools.icons.library.fa.all" index="2" tag="input" default="" placeholder="code to copy appears here" /> </span> Best wishes Jeremy > On 6 Aug 2017, at 09:45, @TiddlyTweeter <[email protected]> wrote: > > I'm working on an app that shows the plain code for a record from a Data > Dictionary in an "input" slot. > > <span class="code-of-code"> > <$edit-text tiddler="tools.icons.library.fa.all##2" tag="input" default="" > placeholder="code to copy appears here" /> > </span> > > This shows nothing. Do I need to "escape" the tiddler address in some way to > get the Data Dictionary record to turn up? > > Any tips much appreciated. > Josiah > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/5b9c98e1-5972-45e5-a144-86f354c93380%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/5b9c98e1-5972-45e5-a144-86f354c93380%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <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/45350887-CDA0-4287-9BBE-6F545011F0F8%40gmail.com. For more options, visit https://groups.google.com/d/optout.

