[tw5] Re: Bob and keystrokes

2021-07-08 Thread PMario
Did you test it with 1 field first? -m On Friday, July 9, 2021 at 4:27:39 AM UTC+2 Ed Heil wrote: > Thanks, Tones. I will be interested to hear it when you are ready to make > your plans public. > > I've been working on the "edit in a temp tiddler" thing and made some big > ugly macros that

[tw5] Re: Bob and keystrokes

2021-07-08 Thread Ed Heil
Thanks, Tones. I will be interested to hear it when you are ready to make your plans public. I've been working on the "edit in a temp tiddler" thing and made some big ugly macros that do the job swimmingly. I should be able to get the app converted over to using temp tiddlers for editing, in

[tw5] Re: Search box

2021-07-08 Thread Charlie Veniot
G'day, Give this a spin: <$edit-text tiddler={{{ [addsuffix[ Data]] }}} field="search_value"/> <$list variable="checkLength" filter="[addsuffix[ Data]get[search_value]length[]compare:number:gt[4]]"> //(enter at least 5 characters)// <$vars searchCriteria={{{ [addsuffix[

[tw5] Re: Search box

2021-07-08 Thread paulgilbert2000
sorry to back to this again , but which part of the code does the search ? so if i would use [search:title,caption:literal,casesensitive[The first]] like the example in the documentation , where would i put that in the code ? On Friday, July 2, 2021 at 4:11:40 PM UTC+2 cj.v...@gmail.com

[tw5] Re: Images from cloud drive (Google Drive vs Dropbox)

2021-07-08 Thread Charlie Veniot
By the way, that last idea was based on the first thing I found searching. Here's another approach that may suit better . Using that approach, I

[tw5] Re: Images from cloud drive (Google Drive vs Dropbox)

2021-07-08 Thread Charlie Veniot
Oops: "Please *download and* drag ..." On Thursday, July 8, 2021 at 9:08:40 PM UTC-3 Charlie Veniot wrote: > G'day and welcome to TiddlerHood ! > > Sneak a peak at this article I found > > . > > Please drag

[tw5] Re: Images from cloud drive (Google Drive vs Dropbox)

2021-07-08 Thread Charlie Veniot
G'day and welcome to TiddlerHood ! Sneak a peak at this article I found . Please drag the attached file to some TiddlyWiki to see how I've setup a tiddler with a publicly shared picture from my Google Drive.

[tw5] Images from cloud drive (Google Drive vs Dropbox)

2021-07-08 Thread Taylor Nguyen
Hello, I'm completely new to Tiddlywiki and has been loving it as my personal platform. I collect images for my research project and save them on my Google Drive. Is there a way for me to embed images from my drive to Tiddlywiki? I tried using: [img[picture name|picture link]] and making

[tw5] Get the TiddlyDesktop icon on Windows?

2021-07-08 Thread Si
This is fairly trivial, but when I download TiddlyDeskop on Windows I noticed that it uses the nw.js compass icon, and not the yellow Motovun Jack (cat) icon that it seems comes with the mac version. Anyone know how to get the TiddlyWiki icon on Windows 10? -- You received this message

[tw5] Re: How to display a filtered transclusion with markup formatting?

2021-07-08 Thread Si
Thanks Saq! On Wednesday, 7 July 2021 at 23:06:12 UTC+1 saq.i...@gmail.com wrote: > @si > > Try this: > > \define context() > > > <$list filter="[get-stream-root[]addsuffix[: ]] > [get-stream-root:includeall[]!search[<<*>>]rest[1]butlast[2]get[text]addsuffix[: > > ]] >

[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-08 Thread Mike Andyl
*This looks just what it needs! This is what I meant at the beginning.* But for the sake of curiosity 邏 . I tried to do through the list. *filter="[tags[]prefix[$:/]]"* Is it possible to make a variable in a list that will collect all the values? *[all[]!is[system]] + '-[tag[*list

[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Mat
yeah, Eric is right. A small addition is that filters should generally be enclosed in *triple* quotes because if any of the filtered out items has quotes in it, then this can *conflict* with the enclosing filter quotes. So, get into the habit of writing filter="""...""" To see the problem, you

[tw5] Re: New entries to documenting.tw (July 7 2021)

2021-07-08 Thread David Gifford
Yes that's a good idea, Tones. On Wednesday, July 7, 2021 at 10:42:12 PM UTC-5 TW Tones wrote: > David, > > Once again thanks for sharing. > > It is interesting to note large tiddlers take longer for the gradient to > transition which has the effect of "organically" indicating longer tiddlers

[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Eric Shulman
On Thursday, July 8, 2021 at 2:36:55 AM UTC-7 miket...@gmail.com wrote: > I'm trying to figure out how it works, simplified the example, and it > doesn't do anything. Does it not fit in newer versions? > <$set name="myVar" filter='[tags[About]]'> > <$list filter=''> > > * The *[tags[]]* filter

[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-08 Thread Eric Shulman
On Thursday, July 8, 2021 at 3:08:17 AM UTC-7 Eric Shulman wrote: > Then, you want to delete all tiddlers matching that filter. > You can do this directly using the filter tab in $:/AdvancedSearch. > Just enter the filter syntax as shown above and then press the delete > button (trash can icon)

[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-08 Thread Eric Shulman
On Thursday, July 8, 2021 at 2:21:37 AM UTC-7 miket...@gmail.com wrote: > I realized that the task is more difficult. It is necessary not only to > process it in a loop, but to form a new line with all the tags. > If I understand your goal, you want to *identify all tiddlers that are not

[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Mike Andyl
I'm trying to figure out how it works, simplified the example, and it doesn't do anything. Does it not fit in newer versions? <$set name="myVar" filter='[tags[About]]'> <$list filter=''> четверг, 17 ноября 2016 г. в 11:27:17 UTC+3, fidel...@gmail.com: > Any opportunity is good to learn about

[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-08 Thread Mike Andyl
I realized that the task is more difficult. It is necessary not only to process it in a loop, but to form a new line with all the tags. Can TiddlyWiki work with strings? I have not found such examples anywhere. In another language, I would do this: t = "[all[]!is[system]]" <$list

[tw5] Re: Windows tip for TiddlyWiki start-v

2021-07-08 Thread PMario
Hi Tony, That's a nice catch. I didn't know this. So thx for sharing. -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

[tw5] Re: Bob and keystrokes

2021-07-08 Thread TW Tones
Ed, A long answer is there are ways to edit the current tiddler, even without a temp tiddler. I am building a solution which does this now, it involves a little gymnastics and is hard to explain with too many different aspects to it. I will eventually publish something. One handy way is to

Re: [tw5] Re: Is there a way to automatically save changes on TiddlyWiki?

2021-07-08 Thread Alessandra Carnevale
Thank you! On Sat, Jun 26, 2021 at 12:05 AM PMario wrote: > On Friday, June 18, 2021 at 11:35:38 AM UTC+2 arlandri...@gmail.com wrote: > > Now that it looks like the problem has been fixed, which plug in would you >> suggest to use? still node.js? >> And, last question (I swear it); is there a