<<tag $:/tags/SideBarSegment>>{{$:/core/ui/SideBarSegments/search}}--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/97cad7c0-a51d-48e3-9950-250b4f676751%40googlegroups.com.
I tried both those, didn't do what I wanted. here is the code I have now. Like I said the search works fine, the only thing I want is to be able to enter the criteria on the tiddly itself instead of having to use the side bar.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>
<$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />
On Tue, Dec 3, 2019 at 5:56 PM TonyM <anthon...@gmail.com> wrote:
PWL,--Use the following to create a tag pill for the items on the sidebar<<tag $:/tags/SideBarSegment>>
Using the drop down you will see one item in the sidebar is $:/core/ui/SideBarSegments/search
Perhaps all you want is to include that in your tiddler with{{$:/core/ui/SideBarSegments/search}}
Is that what you are after?Tony
On Wednesday, December 4, 2019 at 8:48:54 AM UTC+11, PWL wrote:Hello all,I was hoping somebody could help me out here. All I want is to put an input field for my filter search on my index tiddly. The search works fine, I just want to enter what I am searching for on my index page beside the drop down menu. I have been looking for the code everywhere and I can't find it. Maybe I am just not typing in the right words. I attached a screen cap to show what I have.Thanks to everybody who may help.
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 tiddl...@googlegroups.com.
I tried both those, didn't do what I wanted. here is the code I have now. Like I said the search works fine, the only thing I want is to be able to enter the criteria on the tiddly itself instead of having to use the side bar.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>
<$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />
<$edit-text tiddler="$/temp/search" tag="input" />On Tuesday, December 3, 2019 at 3:51:06 PM UTC-8, PWL wrote:I tried both those, didn't do what I wanted. here is the code I have now. Like I said the search works fine, the only thing I want is to be able to enter the criteria on the tiddly itself instead of having to use the side bar.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>
<$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />Try this:
After the <$select>, add an $edit-text widget, like this:
<$edit-text tiddler="$/temp/search" tag="input" />Note: if you want to keep your search complete separate from the sidebar, change the name of the tiddler (e.g., "$:/temp/mysearch"). Of course, you will also have to refer to *that* tiddler name in the values of your $select list.Let me know how it goes...enjoy,-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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b8777b77-98d2-4ad4-8a32-8496206f45a1%40googlegroups.com.
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.
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}} />
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5961a9cb-b1bb-4121-a631-699edafd6648%40googlegroups.com.
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?
.threecolumns { display:block;
-moz-column-count:3; -moz-column-gap:1em; -moz-column-width:33%; /* FireFox */
-webkit-column-count:3; -webkit-column-gap:1em; -webkit-column-width:33%; /* Safari */
column-count:3; column-gap:1em; column-width:33%; /* Opera */
}
@@.threecolumns
... your content here...
@@
<div class="threecolumns">
... your content here
</div>
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/42b27097-6ea7-4bde-9264-1a5a25b94d97%40googlegroups.com.