[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

[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

[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

[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

[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.

[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

[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.

[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.

[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

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

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

[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

[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