[tw] Re: Search duplicate caption-fields

2018-02-11 Thread HansWobbe

@Stef:  Elegantly simple.  It helped me clean up a bad practice.  Thanks 
for sharing. ~ Hans

On Saturday, February 10, 2018 at 4:50:06 PM UTC-5, ste...@gmail.com wrote:
>
>
> <$list filter="[each[caption]get[caption]]" variable="capt">
> <$list filter="[field:captionrest[1]limit[1]get[caption]]" 
> variable="capt2">
>
>
> !!! Caption "<>":
> 
> <$list filter="[field:caption]">
> <$link>{{!!title}}
> 
> 
> 
> 
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/585adcb9-d99b-416d-ac16-a20baa9764c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-11 Thread magev958
Thanks I got it to work as expected :)
I haven't had time until yesterday today

@B 
urningTree
 
I tried your code to, but it made my browser to hang. I guess it was to 
complex :D

Thanks for your help
/Magnus

Den lördag 10 februari 2018 kl. 22:50:06 UTC+1 skrev ste...@gmail.com:
>
> Just noticed that my code above had a small bug - when one particular 
> caption appeared more than twice, the caption was listed multiple times. 
> I've fixed it here: 
>
> <$list filter="[each[caption]get[caption]]" variable="capt">
> <$list filter="[field:captionrest[1]limit[1]get[caption]]" 
> variable="capt2">
>
>
> !!! Caption "<>":
> 
> <$list filter="[field:caption]">
> <$link>{{!!title}}
> 
> 
> 
> 
>
> Cheers,
>
> Stef
>
> On Saturday, February 10, 2018 at 10:40:52 PM UTC+1, ste...@gmail.com 
> wrote:
>>
>>
>> I had success with the following code (seems to list all duplicates of 
>> two or more, no matter how many):
>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4b64a6eb-27d3-454a-a4ff-0b6fc66e159f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-10 Thread stefct4
Just noticed that my code above had a small bug - when one particular 
caption appeared more than twice, the caption was listed multiple times. 
I've fixed it here: 

<$list filter="[each[caption]get[caption]]" variable="capt">
<$list filter="[field:captionrest[1]limit[1]get[caption]]" 
variable="capt2">


!!! Caption "<>":

<$list filter="[field:caption]">
<$link>{{!!title}}





Cheers,

Stef

On Saturday, February 10, 2018 at 10:40:52 PM UTC+1, ste...@gmail.com wrote:
>
>
> I had success with the following code (seems to list all duplicates of two 
> or more, no matter how many):
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3ef9ece9-e424-4aa6-b7fa-45bc9fc7d5b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-10 Thread stefct4
Hi Magnus,

On Thursday, February 8, 2018 at 6:17:28 PM UTC+1, magev958 wrote:
>
> Most of my tiddlers have a uuid-title and a caption-field. With the 
> collection of tiddler growing I have come across a couple of tiddler with 
> same caption. I would likt to find all duplicates but don't know how
>

I had success with the following code (seems to list all duplicates of two 
or more, no matter how many):

<$list filter="[each[caption]get[caption]]" variable="capt">
<$list filter="[field:captionrest[1]get[caption]]" variable="capt2">

!!! Caption "<>":

<$list filter="[field:caption]">
<$link>{{!!title}}



 

Cheers,

Stef

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ccc431f8-b146-4c1f-9cc2-d8509b101e56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-09 Thread TonyM
Why not have a list of all captions wrapping a list of all Tiddlers that have 
the same caption. Most may have one tiddler with each caption but you can make 
it obviouse for captions who have more than one toddler.

Has[caption]

List all Tiddlers with each caption.

Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/63a73f8e-b833-44e8-b7ba-015dbc2785d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-08 Thread 'Mark S.' via TiddlyWiki
Using only tools available in the core, this works:

<$list 
filter="[all[tiddlers]has[caption2]each[caption2]get[caption2]sort[caption2]]" 
variable="capt">
<$list filter="[field:caption2count[]prefix[2]suffix[2]] 
[field:caption2count[]prefix[3]suffix[3]]" >
Caption: <> used in
<$list filter="[field:caption2]">
<>





You will want to change "caption2" to "caption" (I needed a smaller data 
set for testing).
This checks for duplicates of 2 or 3. You can repeat the run for 4, 5 ... 
etc. However many duplicate captions you think you might have. The problem 
is that there are no number-manipulating functions in the core. Also, there 
is no equality filter in the core, so I'm using prefix/suffix which breaks 
down for higher numbers  with the same number on back and front (e.g. 22)

Good luck
-- Mark

On Thursday, February 8, 2018 at 9:17:28 AM UTC-8, magev958 wrote:
>
> Most of my tiddlers have a uuid-title and a caption-field. With the 
> collection of tiddler growing I have come across a couple of tiddler with 
> same caption. I would likt to find all duplicates but don't know how
> /Magnus
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/925bc803-aa48-45d5-912c-5a88a1154b38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search duplicate caption-fields

2018-02-08 Thread BurningTreeC
hello Magnus,

this could do what you need:

\define compareCaptions()
<$list filter="[[$(firstTidCaption)$]regexp[^$(thisTidCaption)$$]]">

$(firstTiddler)$ and $(thisTiddler)$ have the same caption
<$button message="tm-edit-tiddler" param="""$(thisTiddler)$""">edit 
$(thisTiddler)$


\end
\define compareTiddlers()
<$list filter="[all[tiddlers]!is[current]has[caption]]">
<$set name="thisTiddler" value=<>>
<$list filter="[get[caption]]" variable="thisTidCaption">
<>



\end
<$list filter="[all[tiddlers]has[caption]]">
<$set name="firstTiddler" value=<>>
<$list filter="[get[caption]]" variable="firstTidCaption">
<>




Simon

Am Donnerstag, 8. Februar 2018 18:17:28 UTC+1 schrieb magev958:
>
> Most of my tiddlers have a uuid-title and a caption-field. With the 
> collection of tiddler growing I have come across a couple of tiddler with 
> same caption. I would likt to find all duplicates but don't know how
> /Magnus
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/8278dfb0-0296-4fd1-b600-bbd1e66acdcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-27 Thread RickL
Thanks for your reply and your help.  This plugin is exactly what I needed, 
and should be part of the default file in my opinion.

On Wednesday, December 27, 2017 at 4:55:40 AM UTC-5, BJ wrote:
>
> take at look at Danielo's plugin:
>
> http://contextplugin.tiddlyspot.com/
>
> all the best
> BJ
>
> On Tuesday, December 26, 2017 at 10:12:50 PM UTC+1, RickL wrote:
>>
>> I must not have  been clear in my questionso I will try again...How 
>> can one find a word in a TiddlyWiki file by a simple search if it is buried 
>> in a long tiddler?
>>
>> Thanks
>>
>> On Saturday, December 9, 2017 at 11:58:32 AM UTC-5, RickL wrote:
>>>
>>> I have had this same question for quite a while.  Your answer helps but 
>>> still does not help if the phrase is buried deep in a long tiddler.  Any 
>>> way to highlight the search results?
>>>
>>> Thanks
>>>
>>> On Saturday, December 9, 2017 at 10:55:17 AM UTC-5, Eric Shulman wrote:

 On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:
>
> When I search in TW5 with a phrase, I get all the tidders which have a 
> word or more of the phrase in any sequence in the title or the body. 
>
> Is there an option or plugin to search only for the exact phrase in 
> the title or the body?
>

 You can use the [regexp[...]] filter operator to search for exact 
 phrase matches including spaces.

 1) Open the $:/AdvancedSearch panel (click the magnifying glass icon 
 next to the regular sidebar search input field)
 2) In $:/AdvancedSearch, switch to the "Filter" tab
 3a) To search titles, enter your search syntax like this:
[regexp[your phrase here]]
 3b) To search tiddler text, enter your search like this:
[regexp:text[your phrase here]]

 Notes:
 * Because the syntax uses square brackets, you cannot search for text 
 that includes square brackets.
 * If you want to search both title AND text fields at the same time, 
 you can combine the filters in a sequence, separated by a space, like this:
[regexp[your phrase here]] [regexp:text[your phrase here]]
 * If you don't want to use the $:/AdvancedSearch interface, you can 
 create your own custom interface by putting the following syntax into a 
 tiddler you create:

 <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
 <$reveal state="$:/temp/mysearch" type="nomatch" text="">
 <>>> [regexp:text{$:/temp/mysearch}] -[title[$:/temp/mysearch]]">>
 

 * The $edit-text widget stores your search input in $:/temp/mysearch 
 (you can use any tiddler name you like, but something starting with 
 "$:/temp/..." is recommended to avoid cluttering up your regular list of 
 tiddlers)
 * The $reveal widget prevents listing ALL tiddlers when the search 
 input is blank.
 * The <> macro shows a bullet list using the combined 
 title/text search filter, and also automatically excludes the temporary 
 tiddler that holds your search input text.
 * Because the custom search uses a separate tiddler to store the search 
 text, you CAN search for text containing square brackets, as it avoids 
 conflicting with the surrounding filter syntax.
 * If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
 appear as an extra tab in the sidebar, allowing you to quickly invoke the 
 custom search at any time.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
 InsideTiddlyWiki: The Missing Manuals

>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3b1059ad-cf18-4607-b966-333a3cadf481%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-27 Thread BJ
take at look at Danielo's plugin:

http://contextplugin.tiddlyspot.com/

all the best
BJ

On Tuesday, December 26, 2017 at 10:12:50 PM UTC+1, RickL wrote:
>
> I must not have  been clear in my questionso I will try again...How 
> can one find a word in a TiddlyWiki file by a simple search if it is buried 
> in a long tiddler?
>
> Thanks
>
> On Saturday, December 9, 2017 at 11:58:32 AM UTC-5, RickL wrote:
>>
>> I have had this same question for quite a while.  Your answer helps but 
>> still does not help if the phrase is buried deep in a long tiddler.  Any 
>> way to highlight the search results?
>>
>> Thanks
>>
>> On Saturday, December 9, 2017 at 10:55:17 AM UTC-5, Eric Shulman wrote:
>>>
>>> On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:

 When I search in TW5 with a phrase, I get all the tidders which have a 
 word or more of the phrase in any sequence in the title or the body. 

 Is there an option or plugin to search only for the exact phrase in the 
 title or the body?

>>>
>>> You can use the [regexp[...]] filter operator to search for exact phrase 
>>> matches including spaces.
>>>
>>> 1) Open the $:/AdvancedSearch panel (click the magnifying glass icon 
>>> next to the regular sidebar search input field)
>>> 2) In $:/AdvancedSearch, switch to the "Filter" tab
>>> 3a) To search titles, enter your search syntax like this:
>>>[regexp[your phrase here]]
>>> 3b) To search tiddler text, enter your search like this:
>>>[regexp:text[your phrase here]]
>>>
>>> Notes:
>>> * Because the syntax uses square brackets, you cannot search for text 
>>> that includes square brackets.
>>> * If you want to search both title AND text fields at the same time, you 
>>> can combine the filters in a sequence, separated by a space, like this:
>>>[regexp[your phrase here]] [regexp:text[your phrase here]]
>>> * If you don't want to use the $:/AdvancedSearch interface, you can 
>>> create your own custom interface by putting the following syntax into a 
>>> tiddler you create:
>>>
>>> <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
>>> <$reveal state="$:/temp/mysearch" type="nomatch" text="">
>>> <>> [regexp:text{$:/temp/mysearch}] -[title[$:/temp/mysearch]]">>
>>> 
>>>
>>> * The $edit-text widget stores your search input in $:/temp/mysearch 
>>> (you can use any tiddler name you like, but something starting with 
>>> "$:/temp/..." is recommended to avoid cluttering up your regular list of 
>>> tiddlers)
>>> * The $reveal widget prevents listing ALL tiddlers when the search input 
>>> is blank.
>>> * The <> macro shows a bullet list using the combined 
>>> title/text search filter, and also automatically excludes the temporary 
>>> tiddler that holds your search input text.
>>> * Because the custom search uses a separate tiddler to store the search 
>>> text, you CAN search for text containing square brackets, as it avoids 
>>> conflicting with the surrounding filter syntax.
>>> * If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
>>> appear as an extra tab in the sidebar, allowing you to quickly invoke the 
>>> custom search at any time.
>>>
>>> enjoy,
>>> -e
>>> Eric Shulman
>>> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
>>> InsideTiddlyWiki: The Missing Manuals
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7b350c8b-58d7-493c-918c-16690d57a402%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-26 Thread RickL
I must not have  been clear in my questionso I will try again...How can 
one find a word in a TiddlyWiki file by a simple search if it is buried in 
a long tiddler?

Thanks

On Saturday, December 9, 2017 at 11:58:32 AM UTC-5, RickL wrote:
>
> I have had this same question for quite a while.  Your answer helps but 
> still does not help if the phrase is buried deep in a long tiddler.  Any 
> way to highlight the search results?
>
> Thanks
>
> On Saturday, December 9, 2017 at 10:55:17 AM UTC-5, Eric Shulman wrote:
>>
>> On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:
>>>
>>> When I search in TW5 with a phrase, I get all the tidders which have a 
>>> word or more of the phrase in any sequence in the title or the body. 
>>>
>>> Is there an option or plugin to search only for the exact phrase in the 
>>> title or the body?
>>>
>>
>> You can use the [regexp[...]] filter operator to search for exact phrase 
>> matches including spaces.
>>
>> 1) Open the $:/AdvancedSearch panel (click the magnifying glass icon next 
>> to the regular sidebar search input field)
>> 2) In $:/AdvancedSearch, switch to the "Filter" tab
>> 3a) To search titles, enter your search syntax like this:
>>[regexp[your phrase here]]
>> 3b) To search tiddler text, enter your search like this:
>>[regexp:text[your phrase here]]
>>
>> Notes:
>> * Because the syntax uses square brackets, you cannot search for text 
>> that includes square brackets.
>> * If you want to search both title AND text fields at the same time, you 
>> can combine the filters in a sequence, separated by a space, like this:
>>[regexp[your phrase here]] [regexp:text[your phrase here]]
>> * If you don't want to use the $:/AdvancedSearch interface, you can 
>> create your own custom interface by putting the following syntax into a 
>> tiddler you create:
>>
>> <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
>> <$reveal state="$:/temp/mysearch" type="nomatch" text="">
>> <> -[title[$:/temp/mysearch]]">>
>> 
>>
>> * The $edit-text widget stores your search input in $:/temp/mysearch (you 
>> can use any tiddler name you like, but something starting with 
>> "$:/temp/..." is recommended to avoid cluttering up your regular list of 
>> tiddlers)
>> * The $reveal widget prevents listing ALL tiddlers when the search input 
>> is blank.
>> * The <> macro shows a bullet list using the combined 
>> title/text search filter, and also automatically excludes the temporary 
>> tiddler that holds your search input text.
>> * Because the custom search uses a separate tiddler to store the search 
>> text, you CAN search for text containing square brackets, as it avoids 
>> conflicting with the surrounding filter syntax.
>> * If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
>> appear as an extra tab in the sidebar, allowing you to quickly invoke the 
>> custom search at any time.
>>
>> enjoy,
>> -e
>> Eric Shulman
>> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
>> InsideTiddlyWiki: The Missing Manuals
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9d5b8ef9-298d-4f6c-8cc9-3a15bfcf6eb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-11 Thread coda coder


On Saturday, December 9, 2017 at 7:49:58 PM UTC-6, John wrote:
>
> 3- In classic TW, I used to search long tiddlers by pressing ctl-F in the 
> browser window. With TW5 under NW, is there a way to have a "find" function 
> similar to ctl-F of the browser?
>

Sorry to point this out, but Ctrl-F (like a back button, bookmarks and 
anything else you normally access from a menu) are "browser features".  NW 
is not a browser.  So Ctrl-F et al do not exist unless they are 
re-implemented by the underlying "page" (read: a ton of work to code and 
support).

Coda

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d7b877cc-9839-4ee3-bcc3-d62057fd21a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-09 Thread John
Thank you very much Eric. I really appreciate your help.  


On Sunday, December 10, 2017 at 2:57:50 PM UTC+11, Eric Shulman wrote:
>
> On Saturday, December 9, 2017 at 5:49:58 PM UTC-8, John wrote:
>>
>> Thank you Eric for your comprehensive answer.
>> I have three more questions while I have your attention: 
>>
>> 1- How to force the custom search to ignore case? 
>>
> I can do this by typing (?i)(Some Example) in the input box and it works.
>> I want to put it in the custom search tiddler code. I tried all 
>> combinations of brackets around $:/temp/mysearch but nothing worked.
>
>
> This is a bit more complex... but only a little.  The trick is to define a 
> macro (e.g., "makefilter") that assembles the complete filter syntax using 
> a variable, like this:
>
> \define makefilter() [regexp[(?i)$(pattern)$]] [regexp:text[(?i)$(pattern)
> $]] -[title[$:/temp/mysearch]]
>
> <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
> <$reveal state="$:/temp/mysearch" type="nomatch" text="">
> <$vars pattern={{$:/temp/mysearch}}>
> <$count filter=<>/> matches:
> <$macrocall $name="list-links" filter=<>/>
> 
> 
>
> * The "makefilter()" macro uses a variable named "pattern" that is defined 
> outside the macro itself
> * The $vars widget retrieves the value stored in $:/temp/mysearch and sets 
> the "pattern" variable, which surrounds the call to the list-links macro
> * You can't use a variable reference as a parameter in the < ...>> macro syntax, so we use the underlying <$macrocall> widget syntax 
> instead
> * Note: I added a bit of extra output using the <$count> widget to show 
> the number of matching results
>  
>
>> 2- How to replace the standard search with the new custom search? 
>>
>
> The standard search interface is defined within 
> the $:/core/ui/SideBarLists shadow tiddler, which also defines the output 
> of the tabbed lists below the search.  To use your custom search, you can 
> replace most of the content in $:/core/ui/SideBarLists, like this:
>
> 
> {{MySearch}}
> <$macrocall $name="tabs" 
> tabsList="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]" 
> default={{$:/config/DefaultSidebarTab}} state="$:/state/tab/sidebar" />
> 
>
> To make the custom search look nice in the sidebar, you can also add some 
> styling to the MySearch definition by surrounding the $macrocall within a 
> ... block, like this:
>
> 
> <$macrocall $name="list-links" filter=<>>
> 
>
> * The  uses the same class definitions ("tc-block-dropdown 
> tc-search-drop-down") as the standard search results.  This makes the 
> custom search results "float" on top of the sidebar lists, and gives it a 
> nice surrounding box with rounded corners and drop shadow.
>  
>
>> 3- In classic TW, I used to search long tiddlers by pressing ctl-F in the 
>> browser window. With TW5 under NW, is there a way to have a "find" function 
>> similar to ctl-F of the browser?
>>
>
> I just use the browser's ctrl-F function, the same way as in TWClassic.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/bc7dc0d9-6ec1-47e2-a02e-0f7623299333%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-09 Thread Eric Shulman
On Saturday, December 9, 2017 at 5:49:58 PM UTC-8, John wrote:
>
> Thank you Eric for your comprehensive answer.
> I have three more questions while I have your attention: 
>
> 1- How to force the custom search to ignore case? 
>
I can do this by typing (?i)(Some Example) in the input box and it works.
> I want to put it in the custom search tiddler code. I tried all 
> combinations of brackets around $:/temp/mysearch but nothing worked.


This is a bit more complex... but only a little.  The trick is to define a 
macro (e.g., "makefilter") that assembles the complete filter syntax using 
a variable, like this:

\define makefilter() [regexp[(?i)$(pattern)$]] [regexp:text[(?i)$(pattern)$
]] -[title[$:/temp/mysearch]]

<$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
<$reveal state="$:/temp/mysearch" type="nomatch" text="">
<$vars pattern={{$:/temp/mysearch}}>
<$count filter=<>/> matches:
<$macrocall $name="list-links" filter=<>/>



* The "makefilter()" macro uses a variable named "pattern" that is defined 
outside the macro itself
* The $vars widget retrieves the value stored in $:/temp/mysearch and sets 
the "pattern" variable, which surrounds the call to the list-links macro
* You can't use a variable reference as a parameter in the <> macro syntax, so we use the underlying <$macrocall> widget syntax 
instead
* Note: I added a bit of extra output using the <$count> widget to show the 
number of matching results
 

> 2- How to replace the standard search with the new custom search? 
>

The standard search interface is defined within the $:/core/ui/SideBarLists 
shadow tiddler, which also defines the output of the tabbed lists below the 
search.  To use your custom search, you can replace most of the content in 
$:/core/ui/SideBarLists, like this:


{{MySearch}}
<$macrocall $name="tabs" 
tabsList="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]" 
default={{$:/config/DefaultSidebarTab}} state="$:/state/tab/sidebar" />


To make the custom search look nice in the sidebar, you can also add some 
styling to the MySearch definition by surrounding the $macrocall within a 
... block, like this:


<$macrocall $name="list-links" filter=<>>


* The  uses the same class definitions ("tc-block-dropdown 
tc-search-drop-down") as the standard search results.  This makes the 
custom search results "float" on top of the sidebar lists, and gives it a 
nice surrounding box with rounded corners and drop shadow.
 

> 3- In classic TW, I used to search long tiddlers by pressing ctl-F in the 
> browser window. With TW5 under NW, is there a way to have a "find" function 
> similar to ctl-F of the browser?
>

I just use the browser's ctrl-F function, the same way as in TWClassic.

enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4b187f64-204e-474c-a502-3a43264a637c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-09 Thread John
Thank you Eric for your comprehensive answer.

I have three more questions while I have your attention: 

1- How to force the custom search to ignore case? 

I can do this by typing (?i)(Some Example) in the input box and it works.
I want to put it in the custom search tiddler code. I tried all 
combinations of brackets around $:/temp/mysearch but nothing worked.

2- How to replace the standard search with the new custom search? 

3- In classic TW, I used to search long tiddlers by pressing ctl-F in the 
browser window. With TW5 under NW, is there a way to have a "find" function 
similar to ctl-F of the browser?

Thank you


On Sunday, December 10, 2017 at 2:55:17 AM UTC+11, Eric Shulman wrote:
>
> On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:
>>
>> When I search in TW5 with a phrase, I get all the tidders which have a 
>> word or more of the phrase in any sequence in the title or the body. 
>>
>> Is there an option or plugin to search only for the exact phrase in the 
>> title or the body?
>>
>
> You can use the [regexp[...]] filter operator to search for exact phrase 
> matches including spaces.
>
> 1) Open the $:/AdvancedSearch panel (click the magnifying glass icon next 
> to the regular sidebar search input field)
> 2) In $:/AdvancedSearch, switch to the "Filter" tab
> 3a) To search titles, enter your search syntax like this:
>[regexp[your phrase here]]
> 3b) To search tiddler text, enter your search like this:
>[regexp:text[your phrase here]]
>
> Notes:
> * Because the syntax uses square brackets, you cannot search for text that 
> includes square brackets.
> * If you want to search both title AND text fields at the same time, you 
> can combine the filters in a sequence, separated by a space, like this:
>[regexp[your phrase here]] [regexp:text[your phrase here]]
> * If you don't want to use the $:/AdvancedSearch interface, you can create 
> your own custom interface by putting the following syntax into a tiddler 
> you create:
>
> <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
> <$reveal state="$:/temp/mysearch" type="nomatch" text="">
> < -[title[$:/temp/mysearch]]">>
> 
>
> * The $edit-text widget stores your search input in $:/temp/mysearch (you 
> can use any tiddler name you like, but something starting with 
> "$:/temp/..." is recommended to avoid cluttering up your regular list of 
> tiddlers)
> * The $reveal widget prevents listing ALL tiddlers when the search input 
> is blank.
> * The <> macro shows a bullet list using the combined 
> title/text search filter, and also automatically excludes the temporary 
> tiddler that holds your search input text.
> * Because the custom search uses a separate tiddler to store the search 
> text, you CAN search for text containing square brackets, as it avoids 
> conflicting with the surrounding filter syntax.
> * If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
> appear as an extra tab in the sidebar, allowing you to quickly invoke the 
> custom search at any time.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/e9a6d16a-667d-44cc-9331-9a1ae004d6ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-09 Thread Diego Mesa
Eric,

Your answers are always thorough and well explained.They are an 
inspiration. Thank you!! 

On Saturday, December 9, 2017 at 9:55:17 AM UTC-6, Eric Shulman wrote:
>
> On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:
>>
>> When I search in TW5 with a phrase, I get all the tidders which have a 
>> word or more of the phrase in any sequence in the title or the body. 
>>
>> Is there an option or plugin to search only for the exact phrase in the 
>> title or the body?
>>
>
> You can use the [regexp[...]] filter operator to search for exact phrase 
> matches including spaces.
>
> 1) Open the $:/AdvancedSearch panel (click the magnifying glass icon next 
> to the regular sidebar search input field)
> 2) In $:/AdvancedSearch, switch to the "Filter" tab
> 3a) To search titles, enter your search syntax like this:
>[regexp[your phrase here]]
> 3b) To search tiddler text, enter your search like this:
>[regexp:text[your phrase here]]
>
> Notes:
> * Because the syntax uses square brackets, you cannot search for text that 
> includes square brackets.
> * If you want to search both title AND text fields at the same time, you 
> can combine the filters in a sequence, separated by a space, like this:
>[regexp[your phrase here]] [regexp:text[your phrase here]]
> * If you don't want to use the $:/AdvancedSearch interface, you can create 
> your own custom interface by putting the following syntax into a tiddler 
> you create:
>
> <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
> <$reveal state="$:/temp/mysearch" type="nomatch" text="">
> < -[title[$:/temp/mysearch]]">>
> 
>
> * The $edit-text widget stores your search input in $:/temp/mysearch (you 
> can use any tiddler name you like, but something starting with 
> "$:/temp/..." is recommended to avoid cluttering up your regular list of 
> tiddlers)
> * The $reveal widget prevents listing ALL tiddlers when the search input 
> is blank.
> * The <> macro shows a bullet list using the combined 
> title/text search filter, and also automatically excludes the temporary 
> tiddler that holds your search input text.
> * Because the custom search uses a separate tiddler to store the search 
> text, you CAN search for text containing square brackets, as it avoids 
> conflicting with the surrounding filter syntax.
> * If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
> appear as an extra tab in the sidebar, allowing you to quickly invoke the 
> custom search at any time.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d34023bf-cdde-470f-89a3-c2c8c2e1cdfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-09 Thread RickL
I have had this same question for quite a while.  Your answer helps but 
still does not help if the phrase is buried deep in a long tiddler.  Any 
way to highlight the search results?

Thanks

On Saturday, December 9, 2017 at 10:55:17 AM UTC-5, Eric Shulman wrote:
>
> On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:
>>
>> When I search in TW5 with a phrase, I get all the tidders which have a 
>> word or more of the phrase in any sequence in the title or the body. 
>>
>> Is there an option or plugin to search only for the exact phrase in the 
>> title or the body?
>>
>
> You can use the [regexp[...]] filter operator to search for exact phrase 
> matches including spaces.
>
> 1) Open the $:/AdvancedSearch panel (click the magnifying glass icon next 
> to the regular sidebar search input field)
> 2) In $:/AdvancedSearch, switch to the "Filter" tab
> 3a) To search titles, enter your search syntax like this:
>[regexp[your phrase here]]
> 3b) To search tiddler text, enter your search like this:
>[regexp:text[your phrase here]]
>
> Notes:
> * Because the syntax uses square brackets, you cannot search for text that 
> includes square brackets.
> * If you want to search both title AND text fields at the same time, you 
> can combine the filters in a sequence, separated by a space, like this:
>[regexp[your phrase here]] [regexp:text[your phrase here]]
> * If you don't want to use the $:/AdvancedSearch interface, you can create 
> your own custom interface by putting the following syntax into a tiddler 
> you create:
>
> <$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
> <$reveal state="$:/temp/mysearch" type="nomatch" text="">
> < -[title[$:/temp/mysearch]]">>
> 
>
> * The $edit-text widget stores your search input in $:/temp/mysearch (you 
> can use any tiddler name you like, but something starting with 
> "$:/temp/..." is recommended to avoid cluttering up your regular list of 
> tiddlers)
> * The $reveal widget prevents listing ALL tiddlers when the search input 
> is blank.
> * The <> macro shows a bullet list using the combined 
> title/text search filter, and also automatically excludes the temporary 
> tiddler that holds your search input text.
> * Because the custom search uses a separate tiddler to store the search 
> text, you CAN search for text containing square brackets, as it avoids 
> conflicting with the surrounding filter syntax.
> * If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
> appear as an extra tab in the sidebar, allowing you to quickly invoke the 
> custom search at any time.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d299583d-47e5-46bc-be5a-f485dd3008b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search TW5 tiddlers body for exact phrase

2017-12-09 Thread Eric Shulman
On Saturday, December 9, 2017 at 7:06:51 AM UTC-8, John wrote:
>
> When I search in TW5 with a phrase, I get all the tidders which have a 
> word or more of the phrase in any sequence in the title or the body. 
>
> Is there an option or plugin to search only for the exact phrase in the 
> title or the body?
>

You can use the [regexp[...]] filter operator to search for exact phrase 
matches including spaces.

1) Open the $:/AdvancedSearch panel (click the magnifying glass icon next 
to the regular sidebar search input field)
2) In $:/AdvancedSearch, switch to the "Filter" tab
3a) To search titles, enter your search syntax like this:
   [regexp[your phrase here]]
3b) To search tiddler text, enter your search like this:
   [regexp:text[your phrase here]]

Notes:
* Because the syntax uses square brackets, you cannot search for text that 
includes square brackets.
* If you want to search both title AND text fields at the same time, you 
can combine the filters in a sequence, separated by a space, like this:
   [regexp[your phrase here]] [regexp:text[your phrase here]]
* If you don't want to use the $:/AdvancedSearch interface, you can create 
your own custom interface by putting the following syntax into a tiddler 
you create:

<$edit-text tiddler="$:/temp/mysearch" tag="input" default=""/>
<$reveal state="$:/temp/mysearch" type="nomatch" text="">
<>


* The $edit-text widget stores your search input in $:/temp/mysearch (you 
can use any tiddler name you like, but something starting with 
"$:/temp/..." is recommended to avoid cluttering up your regular list of 
tiddlers)
* The $reveal widget prevents listing ALL tiddlers when the search input is 
blank.
* The <> macro shows a bullet list using the combined 
title/text search filter, and also automatically excludes the temporary 
tiddler that holds your search input text.
* Because the custom search uses a separate tiddler to store the search 
text, you CAN search for text containing square brackets, as it avoids 
conflicting with the surrounding filter syntax.
* If you add the tag "$:/tags/SideBar" to your custom tiddler, it will 
appear as an extra tab in the sidebar, allowing you to quickly invoke the 
custom search at any time.

enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/eea03f4d-5cd0-40d8-b890-522f944562ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search followed by cursor down key

2017-09-14 Thread Sergei Gerasenko
Hi all,

Riz asked me to post this link for everybody though I don’t know who Riz is, so 
do be careful:

Thanks,
  Sergei


==
Google seems to be hating me today a bit too much - deleted 5 of my attempts to 
post a reply to your thread. Anyway, here is what you were looking for

https://ibnishak.github.io/twstuff/tweaks/EscapeAndTab.html 


Since I am effectively banned from the group, may be you can post the link to 
the thread if it worked for you. 


> On Sep 14, 2017, at 1:23 PM, Riz  wrote:
> 
> Both are entirely possible. Since the first four tab presses are stolen by 
> the buttons next to search field, you need to push them out of focus, which 
> requires an attribute not yet officially available in button widget. So I 
> modified the button widget itself and tweaked the search results to permit 
> that.
> 
> As for escape key removing search results, this can be made possible by 
> wrapping the search results with an keyboard widget with appropriate actions. 
> I assume you would also want to clear out the search field on pressing 
> escape. 
> 
> The attached json has the tiddlers with the said changes.
> 
> 1. Back up your TW (Seriously, you really do not want to regret trusting a 
> stranger on Internet.)
> 2. Drag and drop the attached JSON to your TW
> 3. Refresh [Will not take effect until you refresh]
> 4. Test the tab and escape. 
> 
> 
> On Wednesday, 13 September 2017 19:36:27 UTC+5:30, Sergei Gerasenko wrote:
> Hi everybody,
> 
> I've noticed that when I search for something and a pop up appears listing 
> the matches, I can't use the keyboard to select the entry I want. I have to 
> use the mouse. Is there a workaround for that?
> 
> Thanks!
>   Sergei
> 
> -- 
> 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/tYmHzGTkWWo/unsubscribe 
> .
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> 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/7cc64764-29ef-4d33-80d0-693ac7e12e93%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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/75C3804C-3447-41F1-A876-CDE20663E456%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search followed by cursor down key

2017-09-13 Thread Sergei Gerasenko
Thanks, Mark. Didn't realize about the Tab, but obviously that's less than
optimal. Nevertheless, thank you for the reply.

On Wed, Sep 13, 2017 at 9:16 AM, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> That would be really neat. ;-(
>
> What you can do is hit the tab button 4 times to take you to the first
> item. Then hit tab again until you come to the item you want.
>
> Have fun,
> Mark
>
> On Wednesday, September 13, 2017 at 7:06:27 AM UTC-7, Sergei Gerasenko
> wrote:
>>
>> Hi everybody,
>>
>> I've noticed that when I search for something and a pop up appears
>> listing the matches, I can't use the keyboard to select the entry I want. I
>> have to use the mouse. Is there a workaround for that?
>>
>> Thanks!
>>   Sergei
>>
> --
> 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/tYmHzGTkWWo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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/06be367d-cf94-434e-b98f-2d478e2f0aa2%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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CADM1pVzT2E%2ByDi-MHNSb6Xa%2BvGTqNjg2dcdg8v0k-Gn%3DDVFcRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search followed by cursor down key

2017-09-13 Thread 'Mark S.' via TiddlyWiki
That would be really neat. ;-(

What you can do is hit the tab button 4 times to take you to the first 
item. Then hit tab again until you come to the item you want.

Have fun,
Mark

On Wednesday, September 13, 2017 at 7:06:27 AM UTC-7, Sergei Gerasenko 
wrote:
>
> Hi everybody,
>
> I've noticed that when I search for something and a pop up appears listing 
> the matches, I can't use the keyboard to select the entry I want. I have to 
> use the mouse. Is there a workaround for that?
>
> Thanks!
>   Sergei
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/06be367d-cf94-434e-b98f-2d478e2f0aa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search text too short - set it with a spinner

2017-08-09 Thread RichardWilliamSmith
There is a compatibility table for this feature here 
http://caniuse.com/#feat=input-number (notes for iOS Safari - 'UI widget 
does not include increment/decrement buttons'. 'UI widget does not take the 
"step", "min" or "max" attributes into account.')


On Monday, May 15, 2017 at 4:31:14 AM UTC+10, Thomas Elmiger wrote:
>
> Hi Pit, 
>
> on iOS i get a normal input field with no restrictions concerning data 
> entered. 
>
> Maybe it is just an HTML5 feature (implemented in some browsers) and 
> nothing special to TW and therefore "undocumented"?
>
> Thank you for the hint anyway,
> Thomas 
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4e54d0f2-8c1f-4932-b47c-0ecc3d7d3478%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search text too short

2017-08-09 Thread Yuji Naito
Thank you a lot, from Japan!
It's a must for Kanji(Chinese) character!

Example→例
How to→方法

2017年5月14日日曜日 12時50分07秒 UTC+9 Birthe C:
>
> Tiddler $:/config/Search/MinLength is default set to 3.
>
>
>
> Birthe
>
>
> Den søndag den 14. maj 2017 kl. 05.32.44 UTC+2 skrev chaonuo:
>>
>> hi,
>>
>> I rely on keywords (title, tags, fields etc) with only two character 
>> quite a lot (e.g. Q9, X8, E3 ...). but starting from Tiddlywiki 5.1.14, I 
>> can't search them anymore, instead I get the message "search text too 
>> short".
>>
>> Is there a way to configure the lower limit of search text length? I 
>> really need to able to search short text with two characters. I will be 
>> very grateful for suggestions!
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c1a7ccdf-af10-453c-81ac-d61e13fad2ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search text too short - set it with a spinner

2017-05-17 Thread Pit.W.

Hi Thomas,

probably you are right. I tested this on Windows/Firefox only.

Cant say anything about iOS and other browsers, 'cause I dont use them  
(I am a traditionalist).


But now I learned there are differences 'tween HTML5 on various 
browsers. Thank you for that info
... and for TW5Hacks, and for tid.li, and for ToDoNow, and for 
ListReveal, and Details, and Clipboard, and ...  ... I forgot the rest 
 :(

... oh yes, and for all the good advice.


Pit



Am 2017-05-14 um 20:31 schrieb Thomas Elmiger:

Hi Pit,

on iOS i get a normal input field with no restrictions concerning data entered.

Maybe it is just an HTML5 feature (implemented in some browsers) and nothing special to 
TW and therefore "undocumented"?

Thank you for the hint anyway,
Thomas





--
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7a882fbf-6b83-33be-8b16-67132419fef2%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search text too short - set it with a spinner

2017-05-14 Thread Thomas Elmiger
Hi Pit, 

on iOS i get a normal input field with no restrictions concerning data entered. 

Maybe it is just an HTML5 feature (implemented in some browsers) and nothing 
special to TW and therefore "undocumented"?

Thank you for the hint anyway,
Thomas 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b316162a-92e6-4f25-b1e4-b1c83c1d7bbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search text too short - set it with a spinner

2017-05-14 Thread Birthe C
Pit,

Thank you! I did not know. Easy and looks nice.


Birthe


Den søndag den 14. maj 2017 kl. 18.26.04 UTC+2 skrev Pit.W.:
>
> Birthe,
>
> also a thank you from me.
>
> Maybe I can now mention that such numerical values can also be set by 
> using a html *spinner*. (see the code below).
> This possibility is mentioned nowhere and I stumbled over it by accident. 
> Probably it is known to all the wizards, but new to other people like me.
>
> Thanks again to all of you.
>
> Kindly,
>
> Pit
>
> ---
>
>
> <$edit-text tiddler="$:/config/Search/MinLength" field="text" tag="input" 
> SIZE="6" min="2"
> *type="number"*
> />
> ---
> Am 2017-05-14 um 05:50 schrieb Birthe C:
>
> Tiddler $:/config/Search/MinLength is default set to 3.
>
>
>
> Birthe
>
>
> Den søndag den 14. maj 2017 kl. 05.32.44 UTC+2 skrev chaonuo: 
>>
>> hi, 
>>
>> I rely on keywords (title, tags, fields etc) with only two character 
>> quite a lot (e.g. Q9, X8, E3 ...). but starting from Tiddlywiki 5.1.14, I 
>> can't search them anymore, instead I get the message "search text too 
>> short".
>>
>> Is there a way to configure the lower limit of search text length? I 
>> really need to able to search short text with two characters. I will be 
>> very grateful for suggestions!
>>
> -- 
> 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 tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> 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/0938ea35-e84a-4675-b60d-d28d902599af%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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/e579ff8d-80d6-44ef-a45f-fae426e9d2a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search text too short - set it with a spinner

2017-05-14 Thread Pit.W.

Birthe,

also a thank you from me.

Maybe I can now mention that such numerical values can also be set by 
using a html *spinner*. (see the code below).

This possibility is mentioned nowhere and I stumbled over it by accident.
Probably it is known to all the wizards, but new to other people like me.

Thanks again to all of you.

Kindly,

Pit


---


<$edit-text tiddler="$:/config/Search/MinLength" field="text" 
tag="input" SIZE="6" min="2"

*type="number"*
/>
---
Am 2017-05-14 um 05:50 schrieb Birthe C:



Tiddler $:/config/Search/MinLength is default set to 3.



Birthe



Den søndag den 14. maj 2017 kl. 05.32.44 UTC+2 skrev chaonuo:

hi,

I rely on keywords (title, tags, fields etc) with only two
character quite a lot (e.g. Q9, X8, E3 ...). but starting from
Tiddlywiki 5.1.14, I can't search them anymore, instead I get the
message "search text too short".

Is there a way to configure the lower limit of search text length?
I really need to able to search short text with two characters. I
will be very grateful for suggestions!

--
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 tiddlywiki+unsubscr...@googlegroups.com 
.
To post to this group, send email to tiddlywiki@googlegroups.com 
.

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/0938ea35-e84a-4675-b60d-d28d902599af%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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0fc5cb79-e650-c982-446a-7ecae76e7078%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search text too short

2017-05-14 Thread chaonuo
I didn't expect that it is so simple, thank you so much!

On Sunday, May 14, 2017 at 11:50:07 AM UTC+8, Birthe C wrote:
>
> Tiddler $:/config/Search/MinLength is default set to 3.
>
>
>
> Birthe
>
>
> Den søndag den 14. maj 2017 kl. 05.32.44 UTC+2 skrev chaonuo:
>>
>> hi,
>>
>> I rely on keywords (title, tags, fields etc) with only two character 
>> quite a lot (e.g. Q9, X8, E3 ...). but starting from Tiddlywiki 5.1.14, I 
>> can't search them anymore, instead I get the message "search text too 
>> short".
>>
>> Is there a way to configure the lower limit of search text length? I 
>> really need to able to search short text with two characters. I will be 
>> very grateful for suggestions!
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/34d5deca-9f22-4b3a-871b-7795eb647d03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search text too short

2017-05-13 Thread Birthe C


Tiddler $:/config/Search/MinLength is default set to 3.



Birthe


Den søndag den 14. maj 2017 kl. 05.32.44 UTC+2 skrev chaonuo:
>
> hi,
>
> I rely on keywords (title, tags, fields etc) with only two character quite 
> a lot (e.g. Q9, X8, E3 ...). but starting from Tiddlywiki 5.1.14, I can't 
> search them anymore, instead I get the message "search text too short".
>
> Is there a way to configure the lower limit of search text length? I 
> really need to able to search short text with two characters. I will be 
> very grateful for suggestions!
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0938ea35-e84a-4675-b60d-d28d902599af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search --> quick find?

2016-10-01 Thread Josiah
Danielo

Your Context Search is very neat bit of kit.

Josiah

On Friday, 30 September 2016 21:49:07 UTC+2, Danielo Rodríguez wrote:
>
> Pmario, that only works if the tiddler is displayed(opened) , which is not 
> convenient when you are looking for something on the entire wiki. 
>
> As someone has suggested, my plugin is a good shortcut for that issue. 
>
> Regards 
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/dfd96912-11a8-4948-85ef-2de108d7bc02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search --> quick find?

2016-09-30 Thread Danielo Rodríguez
Pmario, that only works if the tiddler is displayed(opened) , which is not 
convenient when you are looking for something on the entire wiki. 

As someone has suggested, my plugin is a good shortcut for that issue. 

Regards 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b848eff4-aab3-4895-922e-ce47963b46e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search --> quick find?

2016-09-30 Thread PMario
On Thursday, September 29, 2016 at 9:49:25 PM UTC+2, JWHoneycutt wrote:

> Is there a modification to TW5 that will highlight or help find a 
> character string?
>

The browser has a find too and it works out of th box.
-m 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/1621a217-0cc5-42c8-aae2-28358bbd3722%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search --> quick find?

2016-09-29 Thread Ton Gerner
Hi,

Try http://braintest.tiddlyspot.com/#Context%20Plugin

Cheers,

Ton

On Thursday, September 29, 2016 at 9:49:25 PM UTC+2, JWHoneycutt wrote:
>
> If I search for a character string in TW5, I get a list of tiddlers with 
> the character string in the title, or in the body of the text.
>
> If my search target is in the body of the text, it is not highlighted, and 
> (in a long tiddler), I can't find it.
>
> I know tiddlers are "supposed to be short bits of information", but I am 
> importing entire databases from Circus Ponies Notebook, and the only way I 
> know how to is to dump the entire Notebook to text, and import as a text 
> file - hence huge tiddlers that need to be "chunked" up.
>
> Is there a modification to TW5 that will highlight or help find a 
> character string?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ea538bc9-2c8e-4b9f-9aa1-30dbd19fa0a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search-Bar to reduce List-Filter

2016-06-11 Thread Mat
Hey this is just really clever from both of you!!! I'll definitely have use 
for this! Thanks Alex and Wimm!

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ba88497f-452a-44f7-843f-34e19a78fdd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search-Bar to reduce List-Filter

2016-06-11 Thread 'Alex' via TiddlyWiki
WOW, simply WOW

Thank You wimm.

Works fine and its simple =)

Thank you very much

Am Samstag, 11. Juni 2016 14:30:13 UTC+2 schrieb wimm:
>
> You can insert   search{$:/temp/search 
> } to your 
> filter   aft]*search{$:/temp/search}*sort[title
>
> $:/temp/search contains the value you enter in the search field.
> If the field is empty it will match all tiddlers.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2cf96673-b010-4f64-8e59-7ab211b8934c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search-Bar to reduce List-Filter

2016-06-11 Thread wimm
You can insert   search{$:/temp/search 
} to your 
filter   aft]*search{$:/temp/search}*sort[title

$:/temp/search contains the value you enter in the search field.
If the field is empty it will match all tiddlers.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4609f5f8-bada-4491-bf00-5deb7f9039a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search text in PDF

2016-01-17 Thread Hegart Dmishiv
Hi Ilya, yeah, that won't work, unfortunately. For a very good explanation 
of why it won't, have a look at this previous post by Tobias Beer 
, and 
some of the subsequent discussion in that thread.

Hegart.

On Monday, 18 January 2016 19:39:43 UTC+13, Илья Тимонин wrote:
>
> Thanks Hegart. I've embedded my pdf via this method, and it is visible. 
> But search through its text doesn't work. I mean that search that is in 
> sidebar of Tiddlywiki.
>
> понедельник, 18 января 2016 г., 0:26:42 UTC+3 пользователь Hegart Dmishiv 
> написал:
>>
>> Hi Ilya, here is the code I'm using to display pdf files from within a 
>> tiddler. The tiddler only needs to be of *text/vnd.tiddlywiki* type for 
>> this to work. As Tobias says though, it relies on your web browser having 
>> the ability to render pdf files, so you might also need a plugin for your 
>> browser for this to work properly.
>>
>> > height="540px">
>>
>> I hope this helps. Once again, I can't recall who suggested this to me, 
>> but big ups to them. ;-)
>>
>> Hegart.
>>
>>
>>
>> On Monday, 18 January 2016 00:07:41 UTC+13, Илья Тимонин wrote:
>>>
>>> Hello, everybody!
>>>
>>> I have created tiddler with PDF (Type: application/pdf). I need this pdf 
>>> to be searchable through its text. Is it possible? Or maybe I need some 
>>> other method to get this pdf embedded in my wiki for that purpose?
>>>
>>> Update: I have another question: how to get automatically each new 
>>> tiddler being tagged with a default tag?
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/afb350af-2df8-402a-9dd9-07c89ee1762d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search text in PDF

2016-01-17 Thread Илья Тимонин
Thanks Hegart. I've embedded my pdf via this method, and it is visible. But 
search through its text doesn't work. I mean that search that is in sidebar 
of Tiddlywiki.

понедельник, 18 января 2016 г., 0:26:42 UTC+3 пользователь Hegart Dmishiv 
написал:
>
> Hi Ilya, here is the code I'm using to display pdf files from within a 
> tiddler. The tiddler only needs to be of *text/vnd.tiddlywiki* type for 
> this to work. As Tobias says though, it relies on your web browser having 
> the ability to render pdf files, so you might also need a plugin for your 
> browser for this to work properly.
>
>  height="540px">
>
> I hope this helps. Once again, I can't recall who suggested this to me, 
> but big ups to them. ;-)
>
> Hegart.
>
>
>
> On Monday, 18 January 2016 00:07:41 UTC+13, Илья Тимонин wrote:
>>
>> Hello, everybody!
>>
>> I have created tiddler with PDF (Type: application/pdf). I need this pdf 
>> to be searchable through its text. Is it possible? Or maybe I need some 
>> other method to get this pdf embedded in my wiki for that purpose?
>>
>> Update: I have another question: how to get automatically each new 
>> tiddler being tagged with a default tag?
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/986db651-49b0-4fcb-9865-75ab5976c984%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search text in PDF

2016-01-17 Thread Hegart Dmishiv
Hi Ilya, here is the code I'm using to display pdf files from within a 
tiddler. The tiddler only needs to be of *text/vnd.tiddlywiki* type for 
this to work. As Tobias says though, it relies on your web browser having 
the ability to render pdf files, so you might also need a plugin for your 
browser for this to work properly.



I hope this helps. Once again, I can't recall who suggested this to me, but 
big ups to them. ;-)

Hegart.



On Monday, 18 January 2016 00:07:41 UTC+13, Илья Тимонин wrote:
>
> Hello, everybody!
>
> I have created tiddler with PDF (Type: application/pdf). I need this pdf 
> to be searchable through its text. Is it possible? Or maybe I need some 
> other method to get this pdf embedded in my wiki for that purpose?
>
> Update: I have another question: how to get automatically each new tiddler 
> being tagged with a default tag?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/334ffb6b-8b9a-4b84-8a04-5f1759707711%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search results transparent

2015-09-18 Thread Tobias Beer
Hi Wolf,

If you can upload a copy / minimal testcase here or elsewhere,
we can easily see what's going on.

Without a closer look,
the problem might be fixed setting the z-order
of the dropdown element accordingly.

Best wishes,

— tb

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f7be303f-7077-472a-a459-0c812c219f90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search of accented words

2015-09-11 Thread Jeremy Ruston
Hi Philippe

Apologies for the delayed response

Users of my TW5 come up with the fact that the search of non accented words
>> are not returning results.
>>
>
Thanks for raising this, I'm afraid I hadn't previously thought it through,
but of course it would be a problem.

As Mark suggests, one obvious solution would be to build some kind of
dynamic indexing structure around the tiddler store. I wonder if we can't
do better with regexps though. I've made a ticket over at github to keep
track of this issue:

https://github.com/Jermolene/TiddlyWiki5/issues/1930

Best wishes

Jeremy.



>
>> As internet search websites are correcting that, they tend to type
>> 'ecole' by example without accent instead of 'école' (thank you Google).
>>
>> Is there a solution ?
>>
>> Maybe here ?
>>
>> http://patisserie.keensoftware.com/en/pages/gerer-les-accents-dans-les-recherches-textes
>>
>>
>> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/94d755ab-59f9-4524-aebe-bbc16e9ecfcf%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJZ5FN%3Da7J0vYc5z9F9RywvPW4zojOgdiRUzNmF7ahhVXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search - returning matching lines across all tiddlers

2015-09-09 Thread Yang Wen-Ming
Hi, Eric,

How can I make Grep into FET? I just need to get matching keyword of the 
line from some tidders? Thanks!

Ya Ya

Eric Shulman於 2010年11月22日星期一 UTC+8上午2時07分43秒寫道:
>
>
>
> On Nov 14, 4:14 pm, Andrew Barbour  wrote: 
> > I am trying to search for a string across all tiddlers.  I want to 
> > return the exact lines - not the tiddlers.  Kind of like a grep 
> > search.  I have tried the standard search and the SearchOptionsPlugin 
> > - but neither worked. 
> > 
> > Can anybody help out with a plug-in or a suggestion?? 
> > 
> > thanks 
> > Andrew 
>
> I wrote this a long time ago, but had it tagged as "excludeLists" for 
> some unknown reasons... 
>
> anyway... give this a try: 
>http://www.TiddlyTools.com/#TiddlyGrep 
>
> enjoy, 
> -e 
> Eric Shulman 
> TiddlyTools / ELS Design Studios

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b7dde9cc-1326-4b9b-8049-d232014941be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search of accented words

2015-08-27 Thread 'Mark S.' via TiddlyWiki

A search that had to first convert every single tiddler to to non-accented 
words would really bog down the search, IMO. 

I'm thinking a better way would be to modify the saving mechanism of the 
edit tiddler so every time a tiddler was saved it would go through the 
contents, change all accented words to unaccented, compile a list of unique 
words that have been made unaccented, and append them either at the bottom 
inside comment tags or inside a special accented field. This would only 
add a fraction of a second to the saving process. Obviously this would only 
happen in systems where people had opted to create unaccented search text.

The search process would then know to check the accented field when doing 
a search for deaccented (?) text. The actual size of the TW would only be 
bloated by number of words that had been deaccented, which presumably be a 
small subset of the total, so the search would still be very fast.

Mark


On Thursday, August 27, 2015 at 12:51:09 PM UTC-7, Philippe Renders wrote:

 Users of my TW5 come up with the fact that the search of non accented 
 words are not returning results.

 As internet search websites are correcting that, they tend to type 'ecole' 
 by example without accent instead of 'école' (thank you Google).

 Is there a solution ?

 Maybe here ?

 http://patisserie.keensoftware.com/en/pages/gerer-les-accents-dans-les-recherches-textes




-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/94d755ab-59f9-4524-aebe-bbc16e9ecfcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search

2015-01-20 Thread Alan Finger
Hi Tobias,

Thanks, I think I got it working in my wiki.

Alan

On Sun, Jan 18, 2015 at 9:29 AM, Tobias Beer beertob...@gmail.com wrote:

 Hi Alan,

 I don't think I am seeing any problem.
 Be sure to use the latest version from tb5, though.

 Custom Search Tab Exact @ tb5
 http://tb5.tiddlyspot.com/#Custom%20Search%20Tab%20Exact

 Best wishes, Tobias.

 --
 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/tHsXzzZ61NU/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-18 Thread Tobias Beer
Hi Alan,

I don't think I am seeing any problem.
Be sure to use the latest version from tb5, though.

Custom Search Tab Exact @ tb5 
http://tb5.tiddlyspot.com/#Custom%20Search%20Tab%20Exact

Best wishes, Tobias.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-17 Thread Tobias Beer
Hi Alan,

Ah, now I see where the confusion is coming from.

I've added an Installation section...
Custom Search Tab Exact @ tb5 
http://tb5.tiddlyspot.com/#Custom%20Search%20Tab%20Exact

You were missing this tiddler...
$:/.tb/ui/SearchResults/exact/regexp 
http://tb5.tiddlyspot.com/#%24%3A%2F.tb%2Fui%2FSearchResults%2Fexact%2Fregexp

Best wishes, Tobias.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-17 Thread Alan Finger
Hi Tobias,

Thanks for the quick response. I did have the regex tiddler installed 
(guess I forgot to mention). I just tried your installation and am still 
seeing the same problem. Is there some way I can send you my test wiki?

Alan

On Saturday, January 17, 2015 at 4:08:35 AM UTC-5, Tobias Beer wrote:

 Hi Alan,

 Ah, now I see where the confusion is coming from.

 I've added an Installation section...
 Custom Search Tab Exact @ tb5 
 http://tb5.tiddlyspot.com/#Custom%20Search%20Tab%20Exact

 You were missing this tiddler...
 $:/.tb/ui/SearchResults/exact/regexp 
 http://tb5.tiddlyspot.com/#%24%3A%2F.tb%2Fui%2FSearchResults%2Fexact%2Fregexp

 Best wishes, Tobias.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-16 Thread Alan Finger
Hi Tobias,

Thanks for the assist. It's been a great introduction to TiddlyWiki 
programming as well!. One problem: Activating Advanced Search breaks it -- 
returning all regular tiddlers regardless of search term.

Something to work on over the weekend.

Regards,
Alan

On Wednesday, January 14, 2015 at 12:53:30 PM UTC-5, Tobias Beer wrote:

 Not sure how much it really helps...

 Custom Search Tab Exact @ tb5 
 http://tb5.tiddlyspot.com/#Custom%20Search%20Tab%20Exact

 Best wishes, Tobias.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-16 Thread Tobias Beer
Hi Alan,
 

 One problem: Activating Advanced Search breaks it 

returning all regular tiddlers regardless of search term.


I am not sure what breaks what.
What precisely did you try?
What failed, where and how?

Best wishes, Tobias.



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-16 Thread Alan Finger
Hi Tobias,

To reproduce:
1. Create an Empty wiki and add your search tiddlers
2. Create some test tiddlers: at least two containing a two word search 
target and some containing one or neither of the words.
3. Do a standard search from the sidebar and verify exact search is 
operating correctly.
4. Click the button for exact search and note that the Exact list contains 
all standard tiddlers.
5. Type the search in the sidebar and it displays correctly.

I think the problem lies with the fact that they use different search term 
sources but ExactSearch gets invoked for both.

Thanks for the help!
Alan


On Friday, January 16, 2015 at 5:36:41 PM UTC-5, Tobias Beer wrote:

 Hi Alan,
  

 One problem: Activating Advanced Search breaks it 

 returning all regular tiddlers regardless of search term.


 I am not sure what breaks what.
 What precisely did you try?
 What failed, where and how?

 Best wishes, Tobias.



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-14 Thread Astrid Elocson
Hi Alan,

Yes, I sometimes find that a bit frustrating, too.

The underlying search function in the TiddlyWiki code has an option to 
treat the entire search term literally. However, the search filter operator 
(as used by the sidebar search system) provides no way to set this option. 
In the absence of this option, the search function splits the search term 
into several pieces, using a sequence of one or more spaces as the 
separator. Any tiddler that contains any of the pieces (either as a whole 
word or not) is then considered to be a match.

– æ

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search

2015-01-14 Thread Tobias Beer
Not sure how much it really helps...

Custom Search Tab Exact @ tb5 
http://tb5.tiddlyspot.com/#Custom%20Search%20Tab%20Exact

Best wishes, Tobias.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search by type?

2014-10-25 Thread Stephan Hradek


Am Samstag, 25. Oktober 2014 08:19:46 UTC+2 schrieb AlexHough:

 Dear TiddlyWorld,

 It there a way to search by type?

 I'd like to list all my SVG tiddlers


http://tiddlywiki.com/#%24%3A%2FAdvancedSearch - Filter Search - 
[type[image/svg+xml]] 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: search by type?

2014-10-25 Thread PMario
imo name them .svg and search for the extension
The type search only works if tiddlers have the svg type. ... Many svg 
tiddlers are inline svg without a type field. 
-m 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: search by type?

2014-10-25 Thread Alex Hough
Thanks Stephan,

why doesn't it return the icons? they are SVG right?

Alex

On 25 October 2014 07:38, Stephan Hradek stephan.hra...@gmail.com wrote:



 Am Samstag, 25. Oktober 2014 08:19:46 UTC+2 schrieb AlexHough:

 Dear TiddlyWorld,

 It there a way to search by type?

 I'd like to list all my SVG tiddlers


 http://tiddlywiki.com/#%24%3A%2FAdvancedSearch - Filter Search -
 [type[image/svg+xml]]

 --
 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 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: search by type?

2014-10-25 Thread Jeremy Ruston
Hi Alex

 why doesn't it return the icons? they are SVG right?

Most of the SVG icons included in the core are actually wikitext tiddlers
containing SVG elements. They get rendered as inline SVG elements, rather
than IMG elements. The reason we use them is because it enables SVG
elements to be styled with CSS, which is how we are able to change the
toolbar button colours dynamically.

Best wishes

Jeremy




On Sat, Oct 25, 2014 at 10:02 AM, Alex Hough r.a.ho...@gmail.com wrote:

 Thanks Stephan,

 why doesn't it return the icons? they are SVG right?

 Alex

 On 25 October 2014 07:38, Stephan Hradek stephan.hra...@gmail.com wrote:



 Am Samstag, 25. Oktober 2014 08:19:46 UTC+2 schrieb AlexHough:

 Dear TiddlyWorld,

 It there a way to search by type?

 I'd like to list all my SVG tiddlers


 http://tiddlywiki.com/#%24%3A%2FAdvancedSearch - Filter Search -
 [type[image/svg+xml]]

 --
 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 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 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 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-27 Thread Danielo Rodríguez
Hello Pedro,

Thank you for your kind words.
It was a problem with one of the macros not being included in the plugin.
Now it is fixed.

@Stefan, he was talking about the latest version for TW 5.1.x

El viernes, 26 de septiembre de 2014 19:48:26 UTC+2, Pedro Maia escribió:

 Hi Danielo,

 Thanks for this plugin! It's really a great addition to TW5. 

 I just test it and it seems it shows all tiddlers instead of the tiddler 
 with the tag.

 Regards

 Pedro

 On Friday, September 26, 2014 12:58:13 PM UTC-3, Danielo Rodríguez wrote:

 Hello.

 There is a version compatible with 5.1.2 available at 
 braintest.tyddlyspot.com.
 Please check it out.

 Regards.

 El miércoles, 24 de septiembre de 2014 20:50:34 UTC+2, Danielo Rodríguez 
 escribió:



 El miércoles, 24 de septiembre de 2014 09:47:40 UTC+2, aamaadmi escribió:

 Thank you for the reply.

 But he has this notice

 Due to important changes in how TW works, all the customizations and 
 plugins here *does not work* in TW versions newer than *5.0.15*. This 
 situation will not be fixed until TW goes out of beta. This is planned to 
 be at : *20-Sep-2014*.



 Hello aamaadmi.

 I noticed it since I'm the developer who wrote it.
 I have plans to publish a fix to make it compatible with TW 5.1 



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-26 Thread Danielo Rodríguez
Hello.

There is a version compatible with 5.1.2 available at 
braintest.tyddlyspot.com.
Please check it out.

Regards.

El miércoles, 24 de septiembre de 2014 20:50:34 UTC+2, Danielo Rodríguez 
escribió:



 El miércoles, 24 de septiembre de 2014 09:47:40 UTC+2, aamaadmi escribió:

 Thank you for the reply.

 But he has this notice

 Due to important changes in how TW works, all the customizations and 
 plugins here *does not work* in TW versions newer than *5.0.15*. This 
 situation will not be fixed until TW goes out of beta. This is planned to 
 be at : *20-Sep-2014*.



 Hello aamaadmi.

 I noticed it since I'm the developer who wrote it.
 I have plans to publish a fix to make it compatible with TW 5.1 


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-26 Thread Pedro Maia
Hi Danielo,

Thanks for this plugin! It's really a great addition to TW5. 

I just test it and it seems it shows all tiddlers instead of the tiddler 
with the tag.

Regards

Pedro

On Friday, September 26, 2014 12:58:13 PM UTC-3, Danielo Rodríguez wrote:

 Hello.

 There is a version compatible with 5.1.2 available at 
 braintest.tyddlyspot.com.
 Please check it out.

 Regards.

 El miércoles, 24 de septiembre de 2014 20:50:34 UTC+2, Danielo Rodríguez 
 escribió:



 El miércoles, 24 de septiembre de 2014 09:47:40 UTC+2, aamaadmi escribió:

 Thank you for the reply.

 But he has this notice

 Due to important changes in how TW works, all the customizations and 
 plugins here *does not work* in TW versions newer than *5.0.15*. This 
 situation will not be fixed until TW goes out of beta. This is planned to 
 be at : *20-Sep-2014*.



 Hello aamaadmi.

 I noticed it since I'm the developer who wrote it.
 I have plans to publish a fix to make it compatible with TW 5.1 



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-26 Thread Stephan Hradek
Works for me. Just entered the tags index and plugin and it's only 
showing a few tiddlers.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-24 Thread aamaadmi
please tell as this is very important to me , searching medical conditions 
by symptoms ( i am a medical student) . I dont want to use evernote.

On Wednesday, September 24, 2014 7:35:30 AM UTC+5:30, aamaadmi wrote:

 is this possible in TW5 ?

 https://www.youtube.com/watch?v=dtyv3lAsz60


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search by tags

2014-09-24 Thread Daniel Baird
TW5 has search.. can you describe what you're after, for those people who
might have a minute or two to help you out, but don't want to watch a five
minute youtube video first?

Cheers
;Daniel

On 24 September 2014 16:04, aamaadmi harjotdoad1...@gmail.com wrote:

 please tell as this is very important to me , searching medical conditions
 by symptoms ( i am a medical student) . I dont want to use evernote.


 On Wednesday, September 24, 2014 7:35:30 AM UTC+5:30, aamaadmi wrote:

 is this possible in TW5 ?

 https://www.youtube.com/watch?v=dtyv3lAsz60

  --
 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 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Daniel Baird
objoke: I had a problem and decided to solve it with threading. Now,
have problems. two I

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search by tags

2014-09-24 Thread aamaadmi
basically , in this video , symptoms were tags and tiddlies were 
descriptions of medical conditions, so if i search using tags like 
#raisedBP #140/90 , the result  hypertension tiddly would come up

On Wednesday, September 24, 2014 11:51:08 AM UTC+5:30, Daniel Baird wrote:


 TW5 has search.. can you describe what you're after, for those people who 
 might have a minute or two to help you out, but don't want to watch a five 
 minute youtube video first?

 Cheers
 ;Daniel

 On 24 September 2014 16:04, aamaadmi harjotd...@gmail.com javascript: 
 wrote:

 please tell as this is very important to me , searching medical 
 conditions by symptoms ( i am a medical student) . I dont want to use 
 evernote.


 On Wednesday, September 24, 2014 7:35:30 AM UTC+5:30, aamaadmi wrote:

 is this possible in TW5 ?

 https://www.youtube.com/watch?v=dtyv3lAsz60

  -- 
 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 tiddlywiki+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Daniel Baird
 objoke: I had a problem and decided to solve it with threading. Now, 
 have problems. two I
  

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search by tags

2014-09-24 Thread Stephan Hradek


Am Mittwoch, 24. September 2014 08:31:22 UTC+2 schrieb aamaadmi:

 basically , in this video , symptoms were tags and tiddlies were 
 descriptions of medical conditions, so if i search using tags like 
 #raisedBP #140/90 , the result  hypertension tiddly would come up


on http://tiddlywiki.com click the ... right of the search field and you 
end up in http://tiddlywiki.com/#%24%3A%2FAdvancedSearch

Click on the Filter tab.

Enter there: [tag[Concepts]tag[TableOfContents]]

and you see what you get when you search for 2 tags.

You also have in the sidebar the More Tab and there the Tags 
vertical-tab which losts all used tags and, upon click, all tiddlers tagged 
like that.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-24 Thread Danielo Rodríguez
Check if this is what you're looking for:

http://braintest.tiddlyspot.com/#TagsSearch-Plugin:%5B%5BImportant%20information%5D%5D%20TagsSearch-Plugin

El miércoles, 24 de septiembre de 2014 04:05:30 UTC+2, aamaadmi escribió:

 is this possible in TW5 ?

 https://www.youtube.com/watch?v=dtyv3lAsz60


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-24 Thread Stephan Hradek


Am Mittwoch, 24. September 2014 09:05:36 UTC+2 schrieb Danielo Rodríguez:

 Check if this is what you're looking for:


 http://braintest.tiddlyspot.com/#TagsSearch-Plugin:%5B%5BImportant%20information%5D%5D%20TagsSearch-Plugin

 I like that. But it looks a bit broken in the Advanced Search tiddler. See 
the distances I've highlightedd with red arrows in the attached screenshot.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Search by tags

2014-09-24 Thread aamaadmi
thank you so much.
is the search limited to certain no. tags or unlimited ? ( i need 5-10)

On Wednesday, September 24, 2014 12:09:26 PM UTC+5:30, Stephan Hradek wrote:



 Am Mittwoch, 24. September 2014 08:31:22 UTC+2 schrieb aamaadmi:

 basically , in this video , symptoms were tags and tiddlies were 
 descriptions of medical conditions, so if i search using tags like 
 #raisedBP #140/90 , the result  hypertension tiddly would come up


 on http://tiddlywiki.com click the ... right of the search field and 
 you end up in http://tiddlywiki.com/#%24%3A%2FAdvancedSearch

 Click on the Filter tab.

 Enter there: [tag[Concepts]tag[TableOfContents]]

 and you see what you get when you search for 2 tags.

 You also have in the sidebar the More Tab and there the Tags 
 vertical-tab which losts all used tags and, upon click, all tiddlers tagged 
 like that.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-24 Thread aamaadmi
Thank you for the reply.

But he has this notice

 Due to important changes in how TW works, all the customizations and 
 plugins here *does not work* in TW versions newer than *5.0.15*. This 
 situation will not be fixed until TW goes out of beta. This is planned to 
 be at : *20-Sep-2014*.


On Wednesday, September 24, 2014 12:35:36 PM UTC+5:30, Danielo Rodríguez 
wrote:

 Check if this is what you're looking for:


 http://braintest.tiddlyspot.com/#TagsSearch-Plugin:%5B%5BImportant%20information%5D%5D%20TagsSearch-Plugin

 El miércoles, 24 de septiembre de 2014 04:05:30 UTC+2, aamaadmi escribió:

 is this possible in TW5 ?

 https://www.youtube.com/watch?v=dtyv3lAsz60



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-24 Thread Danielo Rodríguez



 I like that. But it looks a bit broken in the Advanced Search tiddler. 
 See the distances I've highlightedd with red arrows in the attached 
 screenshot.



Hello Stephan. Thank you for reporting. Is a known bug that I want to fix 
in the official release. Is just a matter of adding this css tiddler:

.tc-advanced-search .tc-radio input { width: 10px; } 

Regards

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by tags

2014-09-24 Thread Danielo Rodríguez


El miércoles, 24 de septiembre de 2014 09:47:40 UTC+2, aamaadmi escribió:

 Thank you for the reply.

 But he has this notice

 Due to important changes in how TW works, all the customizations and 
 plugins here *does not work* in TW versions newer than *5.0.15*. This 
 situation will not be fixed until TW goes out of beta. This is planned to 
 be at : *20-Sep-2014*.



Hello aamaadmi.

I noticed it since I'm the developer who wrote it.
I have plans to publish a fix to make it compatible with TW 5.1 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Search by Tag

2013-10-16 Thread Tobias Beer
Just created this a few days ago...

http://findr.tiddlyspace.com

Note that you are free to define where and how to actually render the 
search results.

— tobias

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: Search by Tag

2013-10-15 Thread Eric Shulman
I would like search by text /title / and TAG.

 Have you a code for me?


http://www.TiddlyTools.com/#SearchOptionsPlugin

provides additional controls over where to search, what to search for, and 
how to present the results

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: Search in content

2013-07-24 Thread Eric Shulman
 

 the search pattern Merkel.*social will find the tiddler. But the pattern 
 Merkel.*2005 will not find the tiddler, because TiddlyWiki searches only 
 in the heel and not the entire text.
 (?sx)Merkel.*2005 does not work. How can I serach with a regex the 
 entire txt?


The TWCore search function definitely DOES search the *entire* text of the 
tiddler.  The problem is with your regexp (search pattern) definition.

Here's a link to a reference for javascript regexp syntax:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp

Note the following:
-
(The decimal point) matches any single character except the newline 
characters: \n \r \u2028 or \u2029. (The character set [^] can be used to 
match any character including newlines.)
-

The problem is that the tiddler text contains newlines, so foo.*bar will 
only find a match if foobar is *on the same line of text*.  Tather 
than using foo.*bar... you should try foo[^]*bar which will allow for 
intervening newlines.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Search in content

2013-07-24 Thread Ghafoor
wow, it works. Thank you very mutch for your help.

Ghafoor

Am Mittwoch, 24. Juli 2013 17:59:14 UTC+2 schrieb Eric Shulman:

  

 the search pattern Merkel.*social will find the tiddler. But the 
 pattern Merkel.*2005 will not find the tiddler, because TiddlyWiki 
 searches only in the heel and not the entire text.
 (?sx)Merkel.*2005 does not work. How can I serach with a regex the 
 entire txt?


 The TWCore search function definitely DOES search the *entire* text of the 
 tiddler.  The problem is with your regexp (search pattern) definition.

 Here's a link to a reference for javascript regexp syntax:


 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp

 Note the following:
 -
 (The decimal point) matches any single character except the newline 
 characters: \n \r \u2028 or \u2029. (The character set [^] can be used to 
 match any character including newlines.)
 -

 The problem is that the tiddler text contains newlines, so foo.*bar will 
 only find a match if foobar is *on the same line of text*.  Tather 
 than using foo.*bar... you should try foo[^]*bar which will allow for 
 intervening newlines.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
http://www.TiddlyTools.com/#Donations

 Professional TiddlyWiki Consulting Services...
 Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: @ search plugin developers

2013-06-03 Thread PMario
IMO TiddlyTools GotoPlugin + SearchOptionsPlugin, does exactly that.

If you type a tiddler title text it shows up in the list. 

If you type a new tiddler just go on typing hit enter and you open a new 
tiddler, that doesn't exist.
 - if you edit it - done.

If you combine the whole stuff with SearchOptionsPlugin, you have the 
possibility to use advanced settings.

--

My TeamWork place, uses a setting described above. 
You can use it to see, how it works.

If you search for something, just start typing.
 - (searching starts after you entered 3 chars - default - can be changed)

If you don't see, what you want (because tiddlers are marked exclude??) 
 - just hit shfitenter and activate SearchOptionsPlugin.

 endless possibilities. (Ther's just no video, that promotes it. 
Probably, there should be one :)

my 2 €ents

have fun!
mario

[1] http://www.tiddlytools.com/#GotoPlugin
[2] http://www.tiddlytools.com/#SearchOptionsPlugin
[3] http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Search dialog broken in TW 2.7.1

2013-04-26 Thread PMario
did you try to reload the page and search again?
-m

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Search dialog broken in TW 2.7.1

2013-04-26 Thread Smandoli
PMario -- Yes, I reach for F5 (reload) a lot.

On Friday, April 26, 2013 4:21:59 AM UTC-5, PMario wrote:

 did you try to reload the page and search again?
 -m


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Search dialog broken in TW 2.7.1

2013-04-26 Thread Smandoli
Thank you, PMario!  Your advice to think about other plug-ins was right on. 
 I narrowed it down to 
SimpleSearchhttp://devpad.tiddlyspot.com/#SimpleSearchPlugin, 
and removed that, and now all is good.


Smandoli wrote:

I converted several TWs to 2.7.1.  They seem to have lost a functionality 
 of Search.  A mouse-over on the field offers this familiar prompt:   

 Enter title text... ENTER=goto, SHIFT-ENTER=search for text, DOWN=select 
 from list

 The ENTER option works, but for SHIFT-ENTER and DOWN nothing seems to 
 happen.  So I can't run text searches.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Search result highlight for links

2011-07-22 Thread PMario
No solution, but a workaround.

I use this workaround:

* search with TW search box
* tiddlers open:
* (firefox) ctrl f open browser find
* type again and us the browser highlight function

It's no fun, but it works.

-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search Only Titles

2011-01-27 Thread Eric Shulman
 Is there a way to configure TW to only search through subject/title
 lines?

http://www.TiddlyTools.com/#SearchOptionsPlugin
http://www.TiddlyTools.com/#SearchOptionsPluginInfo

extends the TW core search with LOTS of useful options, including:

* selectively search in titles, text, tags, fields, shadows
* Show list of matches (instead of displaying all matching tiddlers)
* Write list to SearchResults tiddler (*save* the search result!)
* Show title matches first
* Sort matching tiddlers by modification date (most recent first)
* Search only in tiddlers that are currently displayed

... and more.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-21 Thread Andrew Barbour
Great dialogue by the way (love this community!).

From my read of Tiddler Slicing - you would need to know the names of
the individual tiddlers where the text string (actions) are housed.
In the use case I am thinking about.

I use the @ACTION to also track items I have delegated or that someone
else is doing that I want to track/follow-up on.  I use the
individual's initials after the @ACTION.  This way I can quickly pull
together a list of items I need to follow-up within someone on (great
for status meetings with team members).  I have been using plain old
text files with a Grep tool to search - it works well - but is not as
portable or robust as tiddlywiki.

I see this as potentially a more efficient implementation of the GTD
methodology - you are able to create the action items 'inline' and not
have to move to a different place to add them to a different todo
list.

I am a business guy - not a coder... so if anyone feels up to building
a grep like tool for Tiddlywiki I can offer testing and
documentation support.

AB


On Nov 18, 4:39 am, whatever kbrezov...@gmail.com wrote:
 How about using slices? That way, you can easily pull up all the
 todo or action slices (i.e. whole lines).
 w

 On Nov 18, 9:43 am, PMario pmari...@gmail.com wrote:

  Hi Anthony
  On Nov 18, 1:40 am, Anthony Muscio anthony.mus...@gmail.com wrote: The 
  options within tiddlywiki are virtually infinite. The point I am making
   is the value of content in tiddler size bites linked by tags is very
   powerful where as resorting to content loaded tiddlers is more limited.

  You are right. At the moment tag based todo lists are very powerfull.
  But it is different to, what Andrew wants.

  Imo Andrew's approach is quite interesting. It creates actions,
  todos ... while writing, which doesn't interrupt the flow of
  writing. It gets the todo out of your mind immideately, and it
  preserves the context, why a todo is needed. So you are free to
  concentrate, what is discussed in the meeting. You don't have to
  remember 27 todos. And at the end of the meeting you may remember
  the most important 3 (My most important 3 because my brain filters
  that way :)).

  I use GotoPlugin + SearchOptionPlugin from tiddlytools.com
  Then I open several tiddlers, which I think contain the text that I'am
  searching for, and
  use the browsers full text search and highlight capabilities.

  Which is a 3 step method, and sometimes annoying.

  A new plugin with a slightly formated full text output would be very
  interesting.
  And a one step method :)

  -mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-21 Thread whatever
Hi!
You don't need to know the tiddlers' names, just use
forEachTiddlerPlugin (1), it lets you search by text, title or tags
and also output exactly what you need. Plus, you can use scripts.
Anyway, seeing an example of your file would help us get a better
understanding of your problem. And of course a sample of your grep
commands would help as well.

w

(1) http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin

On Nov 21, 3:04 pm, Andrew Barbour andrew.g.barb...@gmail.com wrote:
 Great dialogue by the way (love this community!).

 From my read of Tiddler Slicing - you would need to know the names of
 the individual tiddlers where the text string (actions) are housed.
 In the use case I am thinking about.

 I use the @ACTION to also track items I have delegated or that someone
 else is doing that I want to track/follow-up on.  I use the
 individual's initials after the @ACTION.  This way I can quickly pull
 together a list of items I need to follow-up within someone on (great
 for status meetings with team members).  I have been using plain old
 text files with a Grep tool to search - it works well - but is not as
 portable or robust as tiddlywiki.

 I see this as potentially a more efficient implementation of the GTD
 methodology - you are able to create the action items 'inline' and not
 have to move to a different place to add them to a different todo
 list.

 I am a business guy - not a coder... so if anyone feels up to building
 a grep like tool for Tiddlywiki I can offer testing and
 documentation support.

 AB

 On Nov 18, 4:39 am, whatever kbrezov...@gmail.com wrote:

  How about using slices? That way, you can easily pull up all the
  todo or action slices (i.e. whole lines).
  w

  On Nov 18, 9:43 am, PMario pmari...@gmail.com wrote:

   Hi Anthony
   On Nov 18, 1:40 am, Anthony Muscio anthony.mus...@gmail.com wrote: The 
   options within tiddlywiki are virtually infinite. The point I am making
is the value of content in tiddler size bites linked by tags is very
powerful where as resorting to content loaded tiddlers is more limited.

   You are right. At the moment tag based todo lists are very powerfull.
   But it is different to, what Andrew wants.

   Imo Andrew's approach is quite interesting. It creates actions,
   todos ... while writing, which doesn't interrupt the flow of
   writing. It gets the todo out of your mind immideately, and it
   preserves the context, why a todo is needed. So you are free to
   concentrate, what is discussed in the meeting. You don't have to
   remember 27 todos. And at the end of the meeting you may remember
   the most important 3 (My most important 3 because my brain filters
   that way :)).

   I use GotoPlugin + SearchOptionPlugin from tiddlytools.com
   Then I open several tiddlers, which I think contain the text that I'am
   searching for, and
   use the browsers full text search and highlight capabilities.

   Which is a 3 step method, and sometimes annoying.

   A new plugin with a slightly formated full text output would be very
   interesting.
   And a one step method :)

   -mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-21 Thread Yakov
This is an interesting idea.. it's close to distinguishing and
aggregation [1]. However, grasping lines wouldn't be somewhat easy to
achieve - this is because Document Object Model (which is used in html
etc) has no conception about lines - lines are created by the browser
when computing the representation. Speaking about what JavaScript can
grab, I'd say it would be an exact quantity of words after or before
the @... (that number can be made to be a parameter of search). In
this case this seems to be a makable plugin.. as for now, I don't know
TW's object model good enough to make such a thing, but I'll take this
idea into account.

Ehm.. do you mean lines in the source code of a tiddler?

[1] 
https://groups.google.com/group/tiddlywiki/browse_thread/thread/3298c096d1e89eeb/bc173dfb903230d4

On 21 ноя, 18:28, whatever kbrezov...@gmail.com wrote:
 Hi!
 You don't need to know the tiddlers' names, just use
 forEachTiddlerPlugin (1), it lets you search by text, title or tags
 and also output exactly what you need. Plus, you can use scripts.
 Anyway, seeing an example of your file would help us get a better
 understanding of your problem. And of course a sample of your grep
 commands would help as well.

 w

 (1)http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin

 On Nov 21, 3:04 pm, Andrew Barbour andrew.g.barb...@gmail.com wrote:



  Great dialogue by the way (love this community!).

  From my read of Tiddler Slicing - you would need to know the names of
  the individual tiddlers where the text string (actions) are housed.
  In the use case I am thinking about.

  I use the @ACTION to also track items I have delegated or that someone
  else is doing that I want to track/follow-up on.  I use the
  individual's initials after the @ACTION.  This way I can quickly pull
  together a list of items I need to follow-up within someone on (great
  for status meetings with team members).  I have been using plain old
  text files with a Grep tool to search - it works well - but is not as
  portable or robust as tiddlywiki.

  I see this as potentially a more efficient implementation of the GTD
  methodology - you are able to create the action items 'inline' and not
  have to move to a different place to add them to a different todo
  list.

  I am a business guy - not a coder... so if anyone feels up to building
  a grep like tool for Tiddlywiki I can offer testing and
  documentation support.

  AB

  On Nov 18, 4:39 am, whatever kbrezov...@gmail.com wrote:

   How about using slices? That way, you can easily pull up all the
   todo or action slices (i.e. whole lines).
   w

   On Nov 18, 9:43 am, PMario pmari...@gmail.com wrote:

Hi Anthony
On Nov 18, 1:40 am, Anthony Muscio anthony.mus...@gmail.com wrote: 
The options within tiddlywiki are virtually infinite. The point I am 
making
 is the value of content in tiddler size bites linked by tags is very
 powerful where as resorting to content loaded tiddlers is more 
 limited.

You are right. At the moment tag based todo lists are very powerfull.
But it is different to, what Andrew wants.

Imo Andrew's approach is quite interesting. It creates actions,
todos ... while writing, which doesn't interrupt the flow of
writing. It gets the todo out of your mind immideately, and it
preserves the context, why a todo is needed. So you are free to
concentrate, what is discussed in the meeting. You don't have to
remember 27 todos. And at the end of the meeting you may remember
the most important 3 (My most important 3 because my brain filters
that way :)).

I use GotoPlugin + SearchOptionPlugin from tiddlytools.com
Then I open several tiddlers, which I think contain the text that I'am
searching for, and
use the browsers full text search and highlight capabilities.

Which is a 3 step method, and sometimes annoying.

A new plugin with a slightly formated full text output would be very
interesting.
And a one step method :)

-mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-21 Thread Eric Shulman


On Nov 14, 4:14 pm, Andrew Barbour andrew.g.barb...@gmail.com wrote:
 I am trying to search for a string across all tiddlers.  I want to
 return the exact lines - not the tiddlers.  Kind of like a grep
 search.  I have tried the standard search and the SearchOptionsPlugin
 - but neither worked.

 Can anybody help out with a plug-in or a suggestion??

 thanks
 Andrew

I wrote this a long time ago, but had it tagged as excludeLists for
some unknown reasons...

anyway... give this a try:
   http://www.TiddlyTools.com/#TiddlyGrep

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-21 Thread Andrew Barbour
Eric - Thank-you!  This is perfect!

Everyone else - thanks for your input as well.  This is perfect for
taking notes throughout the day - or in various documents and tagging
to do/follow-up items (among other things).

Now I just have to find how I can give back as much to this community
as I am getting out of it!

Thanks again!
Andrew

On Nov 21, 10:07 am, Eric Shulman elsdes...@gmail.com wrote:
 I wrote this a long time ago, but had it tagged as excludeLists for
 some unknown reasons...
 anyway... give this a try:
    http://www.TiddlyTools.com/#TiddlyGrep

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-18 Thread PMario
Hi Anthony
On Nov 18, 1:40 am, Anthony Muscio anthony.mus...@gmail.com wrote:
 The options within tiddlywiki are virtually infinite. The point I am making
 is the value of content in tiddler size bites linked by tags is very
 powerful where as resorting to content loaded tiddlers is more limited.
You are right. At the moment tag based todo lists are very powerfull.
But it is different to, what Andrew wants.

Imo Andrew's approach is quite interesting. It creates actions,
todos ... while writing, which doesn't interrupt the flow of
writing. It gets the todo out of your mind immideately, and it
preserves the context, why a todo is needed. So you are free to
concentrate, what is discussed in the meeting. You don't have to
remember 27 todos. And at the end of the meeting you may remember
the most important 3 (My most important 3 because my brain filters
that way :)).

I use GotoPlugin + SearchOptionPlugin from tiddlytools.com
Then I open several tiddlers, which I think contain the text that I'am
searching for, and
use the browsers full text search and highlight capabilities.

Which is a 3 step method, and sometimes annoying.

A new plugin with a slightly formated full text output would be very
interesting.
And a one step method :)

-mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-18 Thread whatever
How about using slices? That way, you can easily pull up all the
todo or action slices (i.e. whole lines).
w

On Nov 18, 9:43 am, PMario pmari...@gmail.com wrote:
 Hi Anthony
 On Nov 18, 1:40 am, Anthony Muscio anthony.mus...@gmail.com wrote: The 
 options within tiddlywiki are virtually infinite. The point I am making
  is the value of content in tiddler size bites linked by tags is very
  powerful where as resorting to content loaded tiddlers is more limited.

 You are right. At the moment tag based todo lists are very powerfull.
 But it is different to, what Andrew wants.

 Imo Andrew's approach is quite interesting. It creates actions,
 todos ... while writing, which doesn't interrupt the flow of
 writing. It gets the todo out of your mind immideately, and it
 preserves the context, why a todo is needed. So you are free to
 concentrate, what is discussed in the meeting. You don't have to
 remember 27 todos. And at the end of the meeting you may remember
 the most important 3 (My most important 3 because my brain filters
 that way :)).

 I use GotoPlugin + SearchOptionPlugin from tiddlytools.com
 Then I open several tiddlers, which I think contain the text that I'am
 searching for, and
 use the browsers full text search and highlight capabilities.

 Which is a 3 step method, and sometimes annoying.

 A new plugin with a slightly formated full text output would be very
 interesting.
 And a one step method :)

 -mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-17 Thread rakugo
You could try something like this I just hacked up:
http://frankenstein-plugins.tiddlyspace.com/#HighlightSearchTextPlugin

This updates the wikifier to highlight the last searched phrase. Only
tried it with the default search engine. It might work for your use
case but would need a bit of love and work to be better.

It might crash large TiddlyWiki's.
Also the regex doesn't take into account whether the term is a macro
etc..
Search for experiment in  http://frankenstein-plugins.tiddlyspace.com
to see how it works.
Hope the plugin can be a good starting point to do what you want to
do.

Jon

On Nov 17, 12:31 pm, Andrew Barbour andrew.g.barb...@gmail.com
wrote:
 Interesting suggestion - but aren't tags at the tiddler level vs
 individual line level?

 In terms of splitting tiddlers - I use Tiddlywiki to take notes at
 every meeting.. during every call... when driving (ok maybe not
 when driving - but you get the picture).  What I want to be able to do
 is preserve the context of the meeting/interaction that the task was
 identified as an action item.

 Does anyone else not have the requirement to pull up the specific
 lines where a text string appears?

 Thanks!

 On Nov 16, 3:20 pm, Anthony Muscio anthony.mus...@gmail.com wrote:



  I dont want to confuse your goals but personally I would move my status into
  tags and list tiddlers based on tags. This would move tasks/notes into
  tiddlers. You could use split tiddler to convert large tiddlers into
  individual ones. This means you would move from searches (Flat file model)
  to tagging a loose database model.

  TonyM
  Anthony Muscio
  LaSourceProjects.org Open Source Sustainability Projects
  LaSource.com.au http://www.LaSource.com.au Sustainable Products and
  Business
  SerendipityIdeas.com IT hints and Tips and Website hosting
  Like personal Web 2.0 ? seewww.tiddlywiki.com

  On Tue, Nov 16, 2010 at 04:10, Andrew Barbour 
  andrew.g.barb...@gmail.comwrote:

   The use case I am thinking of is around tracking action items for
   meetings, within my journal, etc.

   In the past I have used text files for taking notes in meetings, my
   daily journal, etc.   When I want to tag an item as having a follow-up
   action item I add @ACTION on the line of text. Later I can then easily
   search for all open items (not the containers for the items) using
   Windows Grep / BareGrep etc.  If an item is completed - I just delete
   the @ACTION or if I want to keep track of (think annual review...) I
   replace @ACTION with @DONE.

   I know there are some to do capabilities that may specifically address
   this in the context of to do items - but having grep like capability
   to search and report would be very useful.

   I would then like to be able to create a tiddler with my standard
   searches (kind of like the fantastic searchoption plugin from Eric).
   So you could run the pre-saved searches.  Examples may include:
   * Action Items by Project (Separate Tag)  A combination of searching
   for tiddlers with a certain tag and
   * Action Items by Individual �...@actionxxx �...@actionyyy �...@actionzzz 
    (in
   the event I have delegated a task to someone)

   Unsure if this makes sense to anybody else.  But for me it would
   make working with large tiddlers much more efficient!

   Eager to hear if anyone else has some ideas on this.
   thanks!

   On Nov 15, 5:26 am, PMario pmari...@gmail.com wrote:
Hi Andrew,
I don't know, of any search plugin like this.
Could you describe your use case a little bit.
And how you think, the output  should look like.
-m

On Nov 15, 1:14 am, Andrew Barbour andrew.g.barb...@gmail.com wrote:

 I am trying to search for a string across all tiddlers.  I want to
 return the exact lines - not the tiddlers.  Kind of like a grep
 search.  I have tried the standard search and the SearchOptionsPlugin
 - but neither worked.

 Can anybody help out with a plug-in or a suggestion??

 thanks
 Andrew

   --
   You received this message because you are subscribed to the Google Groups
   TiddlyWiki group.
   To post to this group, send email to tiddlyw...@googlegroups.com.
   To unsubscribe from this group, send email to
   tiddlywiki+unsubscr...@googlegroups.comtiddlywiki%2bunsubscr...@googlegrou
ps.com
   .
   For more options, visit this group at
  http://groups.google.com/group/tiddlywiki?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Search - returning matching lines across all tiddlers

2010-11-17 Thread Anthony Muscio
Andrew,

You are right it should be possible to search for and open to a line in a
tiddler. I achieve this in a two phase step - Using goto (with
SearchOptionsPugin installed) and use the search facility if a tiddler by
that title does not come up then on opening a tiddler containing the string
use the browsers find in page search. This however is rare because the
specific tiddler comes up because that is my unit of data.

You say  *What I want to be able to do is preserve the context of the
meeting/interaction that the task was
identified as an action item.*

I would create a tiddler called meeting date etc..
Then use something like the newhere plugin to create (Action) tiddlers
tagged with the title meeting date etc.. and Action
Then all meeting related items can be found using the meeting date etc..,
all actions can be found via the Actions tag. I would than tag the action
tiddler closed when finished. Another tiddler lists all tiddlers tagged
Action but not tagged closed.

I customised new here by the addition of items such as;

newsubTaskHere: {
handler: 
function(place,macroName,params,wikifier,paramString,tiddler) {
wikify(newTiddler +paramString+ 
tag:[[+tiddler.title+]]
tag:.subTask,place,null,tiddler);

}
},
newProjectTaskHere: {
handler: 
function(place,macroName,params,wikifier,paramString,tiddler) {
wikify(newTiddler +paramString+ 
tag:[[+tiddler.title+]]
tag:.projectTask,place,null,tiddler);

}

Another method may be to use the ! or !! symbols for headers which can also
be seen as sections within a tiddler. You could consider sections to be
actions and use the section links plugin and the sectionTOC macroTo have
all sections (Thus Actions) listed at the top of the tiddler. Once all
actions from a meeting tiddler are completed tag it as completed.

The options within tiddlywiki are virtually infinite. The point I am making
is the value of content in tiddler size bites linked by tags is very
powerful where as resorting to content loaded tiddlers is more limited.

Another tool on the right OS may be to use the FireFox Plugin It's All
Text! which gives you a simple way to edit textareas, the large text boxes
in forms (Read tiddler), using your favorite editor. This editor can have
all the grep features you want within your big tiddlers.


Enjoy
Tony

Anthony Muscio
LaSourceProjects.org Open Source Sustainability Projects
LaSource.com.au http://www.LaSource.com.au Sustainable Products and
Business
SerendipityIdeas.com IT hints and Tips and Website hosting
Like personal Web 2.0 ? see www.tiddlywiki.com



On Wed, Nov 17, 2010 at 23:31, Andrew Barbour andrew.g.barb...@gmail.comwrote:

  What I want to be able to do
 is preserve the context of the meeting/interaction that the task was
 identified as an action item.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Search - returning matching lines across all tiddlers

2010-11-16 Thread Anthony Muscio
I dont want to confuse your goals but personally I would move my status into
tags and list tiddlers based on tags. This would move tasks/notes into
tiddlers. You could use split tiddler to convert large tiddlers into
individual ones. This means you would move from searches (Flat file model)
to tagging a loose database model.

TonyM
Anthony Muscio
LaSourceProjects.org Open Source Sustainability Projects
LaSource.com.au http://www.LaSource.com.au Sustainable Products and
Business
SerendipityIdeas.com IT hints and Tips and Website hosting
Like personal Web 2.0 ? see www.tiddlywiki.com



On Tue, Nov 16, 2010 at 04:10, Andrew Barbour andrew.g.barb...@gmail.comwrote:

 The use case I am thinking of is around tracking action items for
 meetings, within my journal, etc.

 In the past I have used text files for taking notes in meetings, my
 daily journal, etc.   When I want to tag an item as having a follow-up
 action item I add @ACTION on the line of text. Later I can then easily
 search for all open items (not the containers for the items) using
 Windows Grep / BareGrep etc.  If an item is completed - I just delete
 the @ACTION or if I want to keep track of (think annual review...) I
 replace @ACTION with @DONE.

 I know there are some to do capabilities that may specifically address
 this in the context of to do items - but having grep like capability
 to search and report would be very useful.

 I would then like to be able to create a tiddler with my standard
 searches (kind of like the fantastic searchoption plugin from Eric).
 So you could run the pre-saved searches.  Examples may include:
 * Action Items by Project (Separate Tag)  A combination of searching
 for tiddlers with a certain tag and
 * Action Items by Individual  @ACTIONXXX  @ACTIONYYY  @ACTIONZZZ  (in
 the event I have delegated a task to someone)

 Unsure if this makes sense to anybody else.  But for me it would
 make working with large tiddlers much more efficient!

 Eager to hear if anyone else has some ideas on this.
 thanks!












 On Nov 15, 5:26 am, PMario pmari...@gmail.com wrote:
  Hi Andrew,
  I don't know, of any search plugin like this.
  Could you describe your use case a little bit.
  And how you think, the output  should look like.
  -m
 
  On Nov 15, 1:14 am, Andrew Barbour andrew.g.barb...@gmail.com wrote:
 
 
 
 
 
 
 
   I am trying to search for a string across all tiddlers.  I want to
   return the exact lines - not the tiddlers.  Kind of like a grep
   search.  I have tried the standard search and the SearchOptionsPlugin
   - but neither worked.
 
   Can anybody help out with a plug-in or a suggestion??
 
   thanks
   Andrew

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to
 tiddlywiki+unsubscr...@googlegroups.comtiddlywiki%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/tiddlywiki?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-15 Thread PMario
Hi Andrew,
I don't know, of any search plugin like this.
Could you describe your use case a little bit.
And how you think, the output  should look like.
-m

On Nov 15, 1:14 am, Andrew Barbour andrew.g.barb...@gmail.com wrote:
 I am trying to search for a string across all tiddlers.  I want to
 return the exact lines - not the tiddlers.  Kind of like a grep
 search.  I have tried the standard search and the SearchOptionsPlugin
 - but neither worked.

 Can anybody help out with a plug-in or a suggestion??

 thanks
 Andrew

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search - returning matching lines across all tiddlers

2010-11-15 Thread Andrew Barbour
The use case I am thinking of is around tracking action items for
meetings, within my journal, etc.

In the past I have used text files for taking notes in meetings, my
daily journal, etc.   When I want to tag an item as having a follow-up
action item I add @ACTION on the line of text. Later I can then easily
search for all open items (not the containers for the items) using
Windows Grep / BareGrep etc.  If an item is completed - I just delete
the @ACTION or if I want to keep track of (think annual review...) I
replace @ACTION with @DONE.

I know there are some to do capabilities that may specifically address
this in the context of to do items - but having grep like capability
to search and report would be very useful.

I would then like to be able to create a tiddler with my standard
searches (kind of like the fantastic searchoption plugin from Eric).
So you could run the pre-saved searches.  Examples may include:
* Action Items by Project (Separate Tag)  A combination of searching
for tiddlers with a certain tag and
* Action Items by Individual  @ACTIONXXX  @ACTIONYYY  @ACTIONZZZ  (in
the event I have delegated a task to someone)

Unsure if this makes sense to anybody else.  But for me it would
make working with large tiddlers much more efficient!

Eager to hear if anyone else has some ideas on this.
thanks!












On Nov 15, 5:26 am, PMario pmari...@gmail.com wrote:
 Hi Andrew,
 I don't know, of any search plugin like this.
 Could you describe your use case a little bit.
 And how you think, the output  should look like.
 -m

 On Nov 15, 1:14 am, Andrew Barbour andrew.g.barb...@gmail.com wrote:







  I am trying to search for a string across all tiddlers.  I want to
  return the exact lines - not the tiddlers.  Kind of like a grep
  search.  I have tried the standard search and the SearchOptionsPlugin
  - but neither worked.

  Can anybody help out with a plug-in or a suggestion??

  thanks
  Andrew

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-21 Thread dafcok
Ok, I will try myself in ASCII Art. In my company we realized
something along this, with great success. But it's proprietary.
I think with regard to the the hierarchical tagging in TiddlyWiki, it
would be possible.

To make my point clear, lets discuss on this tag hierarchy:

- Action
|___ * Nurturing
|___ * Training

- Subject
|___ - Plant
| |___ * Flower
| |___ * Tree
|___ - Mammal
  |___ * Dog
  |___ * Horse
  |___ * Human

---

I should select only Action--Nurturing and Subject--Plant to get all
Tiddlers which encompass how to nurture Flowers, Trees and general
tips how to nurture any plants.
If I would like to refine my search, I could add further tags down the
hierarchy. If I would like to get even more general tips, I could
check Subject--Mammal also or remove the tag completely searching
only vor Action--Nurturing.

In this case, a combination of Action--Training and Subject--Plant
would probably get only few hits :)

From a user point of view, the display should respect the hierarchy
and not flatten it out into a bunch of tags like Tagsplorer. So, for
instance the initial view should look like this:

+ Action
+ Subject

Adding the tag Action to my selection should refine it like this:

- Action
|___ * Nurturing
|___ * Training

+ Subject

Up to date, I use TagsTree to walk the hierarchy but this one is
missing the tag combination filter of Tagsplorer... :o
This system becomes very imanent if you add more tags like Size, one
could search for bonsai trees, ponys or on the contrary very big trees
by combination. Or Region where you could just filter out how to
[nurture] [plants] in the [desert], literaly.

Hope I made my point and thank you for your participation!
Alex

On 20 Sep., 20:35, Tobias Beer beertob...@googlemail.com wrote:
 Hi Alex,

 I think Tagsplorer is pretty much the best way to filter down to the
 bottom of your interest... I failed to understand what exactly you are
 missing from it. Which hierarchy would you want displayed? The thing
 is, the hierarchy depends on being able to recognize where in the
 hierarchy you really are, thus an indivudal tiddler.

 In that case, I suggest you use TagglyTagging to navigate to your
 desired goal ...maybe in combination with SinglePageModePlugin and
 BreadCrumbsPlugin or HistoryPlugin ...so that you wont have a
 bazillion of tiddlers openend only just because you wanted to get to
 the one of interest.

 Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-21 Thread dafcok
Hallo Tobias,

Yes, ofcourse the search result must be a flat list and thus my ASCII
tag tree sketch has absolutely nothing to do with the presentation of
this search results.
You are also right, that Tagsplorer's tag picking, to be as useful as
i tried to describe, must be hierarchy-aware in browsing the tags.

But furthermore, the search function must be hierarchy-aware . That
means if i pick Plants, not only Tiddlers with Plants should show
but also Tiddlers with (only) Flowers have to, because they are in
fact also plants. This would then follow closely the Taggly Tagging
philosophy and would also be coherent with the New here button.

I have the feeling, that this thread could start to vanish now and be
buried in data nirvana... :)
So any further input, FND?

Thanks,
Alex

On 21 Sep., 12:04, Tobias Beer beertob...@googlemail.com wrote:
 Hi Ales,

 It's still not quite clear - and I mean your search-workflow - and
 I'll explain why.

 If you are filtering on two hierarchies (action  subject)... then
 applying multiple filters on those hierarchies will have to expand
 different paths along the hierarchies.

 If I were to look for a combination of nurturing and plants, I would
 use Tagsplorer to filter the tiddlers and get a flat list ...and only
 upon clicking any of the results I would want to see where this result
 is located in some hierarchy. On the other hand, showing this location
 for a given number of results at once would just show a big tree were
 you wouldn't quite know which leaf corresponds to which search result.

 The thing you probably really are missing is a kind of nesting in the
 select-popup for tags that Tagsplorer uses. So essentially... if you
 could expand hierarchies and then hit on a leaf to select it as a
 filter you would probably be fine, right?

 So, the question might just be, how to make Tagsplorer hierarchy-
 aware? I guess RelatedTiddlersPlugin [1] might just provide a base
 for that. However, FND or anyone else able and willing to would have
 to take some time to provide an integration of the two.

 Cheers, Tobias.

 [1]http://tiddlytools.com/#RelatedTiddlersPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-21 Thread Tobias Beer
Hi again, Alex,

Don't worry, hierarchy awareness may be a somewhat neglected issue
in the tw-world ...BUT, I believe not before long this will be
resolved one way or the other!

The most simple example probably is best represented by the
hierarchical structure of a website (think sitemap) ...and breadcrumbs
in their classical sense... although the TiddlyTools interpretation
of a browsing history makes sense, too.

However, I would not be so sure that there are a lot of sites that
actually (are able to) perform searches the way you
suggest ...returning flowers when one searches for plants.

A few months ago I have tried to walk down such a road in the context
of my pearl theme, yet not quite arrived at a working implementation.

I can assure you that this beast was quite complex to wrap ones mind
around. Above all, it requires a thorough understanding and skillful
implementation of minimal spanning trees and a sensical definition of
those items chosen to be the root elements for ones hierarchies, plus
a algorithm to merge trees for a given number of end leaves into a
consolidated filter tree.

Therefore, my problem was not so much generating the spanning trees
(read: tag hierarchies) but instead finding ways to merge those leafs
that are identical along the paths to arrive at a single tree or
corall-like structure ...instead of multiple parallel paths with
redundant leafs.

It is good that you set a reminder and maybe I will (finally) get to
finish what I once set out to be a wonderful thing for most any
TiddlyWiki to have... though I have to admit that I haven't yet
considered how to make it search-aware in the sense you propose (or
if that actually makes much sense) ...or nowadays how to not only
include RelatedTiddlersPlugin [1] but also Tagsplorer in the whole
concept.

For sure, this is nothing that I will be implemented by tomorrow.

Cheers, Tobias.

[1] http://tiddlytools.com/#RelatedTiddlersPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-20 Thread dafcok
@Mario:
Very nice graphical makeup, besides the things you already have on
your todo!
Nevertheless the search function only respects tiddlers' tags which
are directly associated with that tiddler. But it does not take care
of the taddly tagging principle of tag hierarchies.
For instance a search for Ideas and Plants does not return the
same or more article as Ideas and Flower. Furthermore, the tags
listing just lists every tag/tiddler in alphabetical order, there is
no browsing in hierarchies. In return, the list gets messy fast as
every tag is a tiddler :)
This abstraction or generalisation is a part of taggly tagging though.


@Eric:
I looked into MatchTagsPlugin also. Here we have the same problem(s).


This remains an open issue for me. If it's not really clear which
functionallity (and why) I mean, I could post something graphical.
If it is, I would love to hear further recommendations.

Alex

On 19 Sep., 18:09, PMario pmari...@gmail.com wrote:
 Have a look at TagsplorerMacro, which can be seen at tiddlyweb.

 http://tiddlyweb.peermore.com/wiki/#TagsplorerMacro%20[[TiddlyWeb%20Documentation]]

 -m
 On Sep 19, 11:10 pm, dafcok a.hir...@gmail.com wrote:



  Hello!

  I use TW to greatly improve my information managment, both for study,
  work, interests and such. I've laid out a, for me, perfect Taggly
  Tagging Tag hierarchy.

  Now I desperately need a way to search and filter in combinations of
  Tags! So I may search tiddlers which have Ideas and Work tags and
  on another occasion filter out tiddlers containing Ideas and IT.
  Do you know any plugin or method to realise this advanced search? I've
  been searching a lot and didn't come up with anything else than:
  - SearchOptionsPlugin (not really an improvement)
  - TagsTreePlugin (no combinations, gets clumsy)

  ;Alex;
  PS:

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-20 Thread PMario
On Sep 20, 7:41 pm, dafcok a.hir...@gmail.com wrote:
 @Mario:
 Very nice graphical makeup, besides the things you already have on
 your todo!
I didn't make the macro :) so the flowers go to fnd.

From your first post
Now I desperately need a way to search and filter in combinations of
Tags! So I may search tiddlers which have Ideas and Work tags and
on another occasion filter out tiddlers containing Ideas and IT.

For me it seemed that eg:
1 tid: write bill1 - Tag: Ideas Work
2 tid: write bill2 - Tag: Ideas Work
3 tid: by flowers - Tag: Ideas Private

If it's not really clear which
functionallity (and why) I mean, I could post something graphical.
jup would be interesting
-m
filter Ideas .. lists all of them
filter Ideas Private .. lists only no 3

It would be nice to get your

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-20 Thread Tobias Beer
Hi Alex,

I think Tagsplorer is pretty much the best way to filter down to the
bottom of your interest... I failed to understand what exactly you are
missing from it. Which hierarchy would you want displayed? The thing
is, the hierarchy depends on being able to recognize where in the
hierarchy you really are, thus an indivudal tiddler.

In that case, I suggest you use TagglyTagging to navigate to your
desired goal ...maybe in combination with SinglePageModePlugin and
BreadCrumbsPlugin or HistoryPlugin ...so that you wont have a
bazillion of tiddlers openend only just because you wanted to get to
the one of interest.

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-19 Thread Eric Shulman
 Now I desperately need a way to search and filter in combinations of
 Tags! So I may search tiddlers which have Ideas and Work tags and
 on another occasion filter out tiddlers containing Ideas and IT.
 Do you know any plugin or method to realise this advanced search? I've
 been searching a lot and didn't come up with anything else than:
 - SearchOptionsPlugin (not really an improvement)
 - TagsTreePlugin (no combinations, gets clumsy)


http://www.TiddlyTools.com/#MatchTagsPlugin

for your use-case, this might fit the bill:
   matchTags panel

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search and filter by tag combinations (Taggly Tagging)

2010-09-19 Thread PMario
Have a look at TagsplorerMacro, which can be seen at tiddlyweb.

http://tiddlyweb.peermore.com/wiki/#TagsplorerMacro%20[[TiddlyWeb%20Documentation]]

-m
On Sep 19, 11:10 pm, dafcok a.hir...@gmail.com wrote:
 Hello!

 I use TW to greatly improve my information managment, both for study,
 work, interests and such. I've laid out a, for me, perfect Taggly
 Tagging Tag hierarchy.

 Now I desperately need a way to search and filter in combinations of
 Tags! So I may search tiddlers which have Ideas and Work tags and
 on another occasion filter out tiddlers containing Ideas and IT.
 Do you know any plugin or method to realise this advanced search? I've
 been searching a lot and didn't come up with anything else than:
 - SearchOptionsPlugin (not really an improvement)
 - TagsTreePlugin (no combinations, gets clumsy)

 ;Alex;
 PS:

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Search box doesn't appear in my wiki

2010-07-13 Thread colmjude
Hi Lysanne,

Do you have your tw hosted online somewhere? That would make it a bit
easier to debug.

Can you give some more details about the bleach skin? And where you
got it. That could also help narrow down the issue.

Traditionally the search box is included as part of the
SideBarOptions shadow tiddler. It is included in the text of this
tiddler via the search macro. The following text is in the tiddler;
search

Hope that helps,

Colm

On 13 July, 14:33, Lysanne lysanne.less...@gmail.com wrote:
 Hello,

 I'm using the original version of tiddlywiki, with the bleach skin
 over it. Problem is, the search box doesn't appear on it. Anyone
 know where I could look to see if there's something wrong with the
 code? Or is it a plugin that I need to install?

 Thanks for your help!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



  1   2   >