That is very wild to me! Hehe! I don't even know where to insert that bit of code in the js tiddler... It'll be the first time I'll edit anything javascript if I do! Soo.. I'm very sorry for my current ignorance, but where exactly should I insert it into (while we wait for Souk's update)?
Thank you so much Saq! On Mon, Aug 3, 2020, 04:34 Saq Imtiaz, <[email protected]> wrote: > >> Sorry for bothering again but I want to share a sample scenario where >> It'll help if the input box writes to (for example) >> *$:/temp/command-palette-input* instead of a variable available only >> within CP (like how sidebar search manipulates *$:/temp/search*). >> > > For the rewrite I would recommend that CP use an edit-text widget for the > input, which would make it easy to store the input in a temp tiddler. > > For now, adding something like this to the onInput function will save the > value of the input to a temp tiddler whenever it is changed: > > this.wiki.setText("$:/temp/command-palette-input","text",undefined,text); > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/09Ful62YG1g/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/84626e4c-80e8-420c-94a1-7afb928e2ceco%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/84626e4c-80e8-420c-94a1-7afb928e2ceco%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAOAd_aV57kaHzYPDBSVLoiWZWoTp2n3DG_5xMzogQxNSx03YHQ%40mail.gmail.com.

