[tw5] Re: [TW5] New Plugin: Simple Search

2020-08-26 Thread Thomas Elmiger
Hi imleg... I copied Apple Spotlight search: You can use the same shortcut to open and to close the search layer. imleg...@gmail.com schrieb am Donnerstag, 27. August 2020 um 03:46:36 UTC+2: > How to dismiss the search bar by keyboard shortcut ? For now, I need to > click a blank area to

[tw5] Re: how to search ignore the path ?

2020-08-26 Thread TW Tones
Eric, My bad, but if you look at the example, and no search string specified my example is correct, if searching for "note" but only wanting tiddlers containing note in the title. This is because the default search also searches more than the title. Actually they look like paths to files

[tw5] Re: Template or macro or other?

2020-08-26 Thread TW Tones
Amreus >From experience I can say don't worry about the more efficient just design for understanding. You can look at more efficient methods later if you get performance problems (unlikely) I write all my templates and macros to operate on current tiddler and if I am listing, I typically let

[tw5] Re: Variable scope question

2020-08-26 Thread TW Tones
Werner, The exact detail needs to be worked out but I agree with Saq its all doable in wikitext. I also use the HTML table tags rather than tiddlywiki table markup. As long as you do not break the rules of html tables its easy to have a variable number or rows or columns in a table if you wrap

[tw5] Re: [TW5] New Plugin: Simple Search

2020-08-26 Thread Zhe Lee
How to dismiss the search bar by keyboard shortcut ? For now, I need to click a blank area to dismiss it. I want to use keyboard shortcuts to do it On Sunday, November 4, 2018 at 11:06:39 PM UTC+8, Thomas Elmiger wrote: > > Hi folks, > > The new *Simple Search* plugin provides a *nice and simple

[tw5] Re: [TW5] New Plugin: Simple Search

2020-08-26 Thread Zhe Lee
Hi, how to show the search result in reverse chronological order? I want the most recently changed tiddler at first. Havent found related settings. On Sunday, November 4, 2018 at 11:06:39 PM UTC+8, Thomas Elmiger wrote: > > Hi folks, > > The new *Simple Search* plugin provides a *nice and simple

[tw5] Re: how to search ignore the path ?

2020-08-26 Thread Eric Shulman
On Wednesday, August 26, 2020 at 5:33:55 PM UTC-7, TW Tones wrote: > > Further to Erics interactive search you can use a filter like this; > [search:title[note]] > The contains operator is not the one, because it searches for a title in a > list, search is for a string in a field, in this case

[tw5] Re: how to open all the results after tag filter?

2020-08-26 Thread TW Tones
叶术 After installing my re-imagine tags package (Not finished) but attached. You could use a tag pill in the tags or with `<>` You will get multiple options appearing on the tag pill including open all and close all. Regards Tony On Thursday, 27 August 2020 01:35:07 UTC+10, 叶术 wrote: > >

[tw5] Re: TiddlyWiki Cloud Tutorial for using on multiple devices

2020-08-26 Thread TW Tones
Jimmy, I second what Mat said > Jimmy - warmly welcome! And you're joining the Tiddly spirit right away, > sharing stuff - wonderful! There are many ways to access and share Tiddlywiki some are server or app based, others are manual or procedural. Personally I use a GitHub or PHP (and

[tw5] Re: how to search ignore the path ?

2020-08-26 Thread TW Tones
Zhe, Further to Erics interactive search you can use a filter like this; [search:title[note]] The contains operator is not the one, because it searches for a title in a list, search is for a string in a field, in this case limited to title. Regards Tony On Wednesday, 26 August 2020 22:20:53

[tw5] Re: how to search ignore the path ?

2020-08-26 Thread Zhe Lee
Thank you. Done On Wednesday, August 26, 2020 at 8:58:29 PM UTC+8, Eric Shulman wrote: > > On Wednesday, August 26, 2020 at 5:20:53 AM UTC-7, Zhe Lee wrote: >> >> I search note in my wiki >> here is my result: >> What I need is just the last one. I want the search just match the title, >> how

[tw5] Re: Filter simplification?

2020-08-26 Thread TW Tones
Amreus, Filters are a little different to standard boolean logic since they start from a premise of generating a list of tiddler titles The following is a quick and untested response, please experiment. In your example [is[current]has[birt_date]] [is[current]has[birt_plac]] The result will be

[tw5] Filter simplification?

2020-08-26 Thread amreus
Good evening. Just a question of curiosity. Can this filter be simplified? For example, can all[current] be "factored out" so it does not need to appear twice? [is[current]has[birt_date]] [is[current]has[birt_plac]] In Boolean, I think this would be [(A and B) or (A and C)] == [A and (B or

[tw5] Re: Split a Date, show as text not link?

2020-08-26 Thread amreus
Ah cool. Thanks to you both. I do think there ought to be some sort of shortcut syntax for non-linked text in filtered transclusion. I wouldn't have a preference yet as to how it might look. On Wednesday, August 26, 2020 at 4:19:50 PM UTC-4 saq.i...@gmail.com wrote: > <$text

[tw5] Template or macro or other?

2020-08-26 Thread amreus
Working on my genealogy wiki where each person is a tiddler. Obviously my wiki has lists of people all over the place - parents list, lists of children, siblings, etc. In my lists I want to link to the person, but also show some other fields such as year of birth. Something similar to:

[tw5] Re: Variable scope question

2020-08-26 Thread Saq Imtiaz
I'm a bit tired so this isn't as clear as I would like, but hopefully this pseudocode will point you in the correct direction for the pattern for getting this done with just wikitext: \define processRow() nestedRows = level2 +count[] <$vars cnt={{{[add]}}}> <$list filter="[[allrows] +[after]]"

[tw5] Re: Split a Date, show as text not link?

2020-08-26 Thread Saq Imtiaz
<$text text={{{[[2020-06-26]split[-]first[]]}}} /> On Wednesday, August 26, 2020 at 10:08:37 PM UTC+2 amreus wrote: > > Seems silly because I did this a couiple days ago but can't remember what > I did. > > Basically I want this {{{[[2020-06-26]split[-]first[]]}}} but the year as > text not a

[tw5] Re: Split a Date, show as text not link?

2020-08-26 Thread Mat
Check out this issue discussion for a solution and chime in or give things a thumbs up if you agree: https://github.com/Jermolene/TiddlyWiki5/issues/4816 <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Split a Date, show as text not link?

2020-08-26 Thread amreus
Seems silly because I did this a couiple days ago but can't remember what I did. Basically I want this {{{[[2020-06-26]split[-]first[]]}}} but the year as text not a link. The year is coming from a field tho. tia. -- You received this message because you are subscribed to the Google Groups

[tw5] Variable scope question

2020-08-26 Thread 'Werner' via TiddlyWiki
Good evening guys, me again. I understand that the scope of a variable is defined by the enclosing <$vars> <$set> or <$wikify> widgets. I also understand that any new <$set> widget opens up a new scope, where a variable defined in an outer scope would be overridden. I am facing a problem

[tw5] Re: How to force tag macro popup in the sidebar to overlap the story river?

2020-08-26 Thread Eric Shulman
On Wednesday, August 26, 2020 at 8:28:59 AM UTC-7, talha131 wrote: > > When I click on the tag pill inside More tab in the sidebar, the popup is > cut by the story river. > Have you tried .tc-sidebar-scrollable { overflow:visible; } This should avoid having the child tc-popup clipped to the

[tw5] Re: TiddlyWiki Cloud Tutorial for using on multiple devices

2020-08-26 Thread Mat
Jimmy - warmly welcome! And you're joining the Tiddly spirit right away, sharing stuff - wonderful! @Arlen, could this be added to your https://twcloud.github.io/ site? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: how to open all the results after tag filter?

2020-08-26 Thread 'Mark S.' via TiddlyWiki
Here's a macro that might help \define open-tag(tag) <$button>Open all with tag ~$tag$ <$list filter="[tag[$tag$]]"> <$action-navigate /> <$list filter="[tag[$tag$]]"> \end <> On Wednesday, August 26, 2020 at 8:35:07 AM UTC-7, 叶术 wrote: > > hello all, > > I want to open all the results

[tw5] how to open all the results after tag filter?

2020-08-26 Thread 叶术
hello all, I want to open all the results after tag filter, so that I can have a quick look. But now, I can only get a list of title after tag filter. Is there any solution? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] TiddlyWiki Cloud Tutorial for using on multiple devices

2020-08-26 Thread Jimmy Sweeney
Hello all, I am brand new to TiddlyWiki and I am loving it so far. I got started a couple of days ago and have learned a ton about the potential uses and features. The one issue I had with getting started was finding a way to sync my tiddlywiki file between devices (like an iPhone and a

[tw5] Re: how to search ignore the path ?

2020-08-26 Thread Eric Shulman
On Wednesday, August 26, 2020 at 5:20:53 AM UTC-7, Zhe Lee wrote: > > I search note in my wiki > here is my result: > What I need is just the last one. I want the search just match the title, > how to set it? > As described here: https://tiddlywiki.com/#Searching%20in%20TiddlyWiki, the search

[tw5] how to search ignore the path ?

2020-08-26 Thread Zhe Lee
I search note in my wiki here is my result: /home/lizhe/origami_note/origami_wiki/tiddlers/$__StoryList_10.tid /home/lizhe/origami_note/origami_wiki/tiddlers/$__StoryList_11.tid

[tw5] Re: How do I indent?

2020-08-26 Thread HC Haase
a quick way to indent in the in the text can be done with: : indented text or :: indented text I have modified sk's *Indent *plugin to use this. you can also just use the plugin as is. I have attached my mod søndag den 23. august 2020 kl. 04.30.13 UTC+2 skrev TW Tones: > Moe, > > Bullets

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-08-26 Thread HC Haase
Dear everyone Do to the general situation I did not have time to set aside for TW. That coupled with the community going in another direction than me, and my enthusiasm faded. I have been away for a long time so sorry for the late reply. I hope to be back in the TWorld again. > thank you for