PERFECT! exactly what I was looking to do Thank you!

Maybe there is one last think you can help me with?  My index page displays
as one long list that scrolls on forever.  I'd like it to display in
columns, is that possible without having to build a table?


On Fri, Dec 6, 2019 at 8:52 PM Eric Shulman <[email protected]> wrote:

> On Friday, December 6, 2019 at 2:39:53 PM UTC-8, PWL wrote:
>>
>> unfortunately that didn't work either.  Who knew adding an input field
>> into a tiddler would be so difficult.  So you've seen the code I have here
>> is a screencap of what I have now.  The search works fine, like I said, I
>> just would rather enter the search criteria right beside the drop down
>> instead of on the side bar.  Any suggestions would be greatly appreciated.
>>
>
> Did you place the <$edit-text> after the closing </$select>?  There was a
> "typo" in my previous message (which originally said after the <$select>,
> which would have put the edit-text widget INSIDE the select list, which
> would NOT work)...
>
> Thusly:
>
> Search <$select tiddler="$:/temp/searchfilter" default="Choose">
> <option value="Choose">-Choose one-</option>
> <option value="[has[intelligence]search:intelligence{$:/temp/search}]">
> Intelligence</option>
> <option value="[has[climate_terrain]search:climate_terrain{$:/temp/search
> }]">Climate/Terrain</option>
> <option value="[has[hd]search:hd{$:/temp/search}]">HD</option>
> </$select>
> <$edit-text tiddler="$:/temp/search" tag="input" />
>
> <$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />
>
> try it again... and let me know...
>
> -e
>
> --
> 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/AeLvQN8Pul4/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/5961a9cb-b1bb-4121-a631-699edafd6648%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/5961a9cb-b1bb-4121-a631-699edafd6648%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/CAOLhXqYHFvxHM7rQNhaBPP53bMN0s1gTi%3D2UyQ24Hn8pmPm-vA%40mail.gmail.com.

Reply via email to