[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
p.s. thanks for the explanation as well On Monday, 2 August 2021 at 06:49:29 UTC+1 Jon wrote: > Hi Tones, > > I just changed {{$:/core/ui/Buttons/new-tiddler}} to > {{$:/core/images/new-button}} in my original as you suggested and it worked > - thanks! > > I think I didn't use the new

[tw5] Re: Rules Pragma? and documentation

2021-08-01 Thread PMario
Hi, Have a look at the ControlPanel : Settings tab. The first option lets you disable CamelCase wikilinks globally. -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

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Hi Tones, I just changed {{$:/core/ui/Buttons/new-tiddler}} to {{$:/core/images/new-button}} in my original as you suggested and it worked - thanks! I think I didn't use the new Journal here button because I was thinking I already have that for the journal and I wanted to be able to created

[tw5] Re: Rules Pragma? and documentation

2021-08-01 Thread PMario
Hi, As Eric mentioned. Some of your links are broken. \rules alone does nothing. -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: Rules Pragma? and documentation

2021-08-01 Thread TW Tones
Eric, thanks. I tried to determine it by searching the core. Do you confidently understand what \rules without a parametter does? I will do a little doco Tones On Monday, 2 August 2021 at 12:23:12 UTC+10 Eric Shulman wrote: > So, for your goal, use "\rules except wikilinks" >> > > Errata:

[tw5] Re: Rules Pragma? and documentation

2021-08-01 Thread Eric Shulman
> > So, for your goal, use "\rules except wikilinks" > Errata: that should be "\rules except wikilink" -e -- 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: Rules Pragma? and documentation

2021-08-01 Thread Eric Shulman
On Sunday, August 1, 2021 at 7:01:17 PM UTC-7 TW Tones wrote: > There is also the \rules pragma which is only mentioned not documented > sufficiently. > When searching tiddlywiki.com the rules pragma can only be found in the > following forms > >- \rules (which presumably means none) >

[tw5] Rules Pragma? and documentation

2021-08-01 Thread TW Tones
Folks, TiddlyWiki has a rich set of parsing features and rules that apply. See this page Here you can switch on or off any rule in the whole wiki. There is also the \rules pragma which is only mentioned not documented sufficiently. When searching tiddlywiki.com the rules pragma can only

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-08-01 Thread Frédéric Demers
@saq kudos to you for the excellent architecture. Makes it easy to integrate. No issues adjusting to upcoming changes, thanks for the heads up. I may seek your advice for one feature I have not managed to make work yet; The context menu includes keyboard shortcuts that are active when editing a

[tw5] Re: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread Eric Shulman
On Sunday, August 1, 2021 at 9:48:12 AM UTC-7 Atronoush wrote: > I am sure this has been addressed before but I cannot find it in forum > Assume you have a complex filter that results in an output containing few > tiddlers. Then you want to show them with a delimiter e.g. pipe (|) > One solution

[tw5] Re: Is it possible to apply conditional styling to links?

2021-08-01 Thread TW Tones
Mat, The key issue with using the style tags is when they are displaying they apply to the whole page. Unless the CSS you use there in is selective, it will impact anything on the page that the css can apply to. This can cause side effects. Especialy if conflicking styles are "visible" I have

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread TW Tones
Jon When you transclude {{$:/core/ui/Buttons/new-tiddler}} you are acutely Transcluding the whole button, change this to {{$:/core/images/new-button}} - Basically clicking on the button triggers both $:/core/ui/Buttons/new-tiddler and $message="tm-new-tiddler" - This highlights how

[tw5] Re: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread TW Tones
Before you go too far I added missing ] before the last operator How do you insert the code view now in Google groups/email. > <$list filter="[all[current]!is[system]has[one]] > [all[current]!is[system]has[two]] [all[current]search:text[three]] -[last[]]"> > > <$link/> | <$list

[tw5] Re: Highlighting duplicates in lists

2021-08-01 Thread TW Tones
Mohamad, My solution above can be used to do this for multiple fields/criteria because it re-examines the whole list every time. This makes it logically very flexible but revisiting the whole list for every special field for each tiddler is not very high performance. There are other

[tw5] Re: Highlighting duplicates in lists

2021-08-01 Thread paulgilbert2000
Hi, is it possible to use the same code for multiple criteria, so highlight in red all occurrences of duplicates in field A and also field B within the same list of tiddlers? i guess my question is can a Get / then be used within the same filter multiple times for multiple fields/criteria

Re: [tw5] Re: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread
Oops, I shouldn't comment just before heading to bed. My proposed solution gives the right string but without the active links. The join operator does seem like a good place to start though… Best, R² Le dimanche 1 août 2021 à 23:23:13 UTC+2, R² a écrit : > Hi Atro, > > Thanks for posting this.

Re: [tw5] Re: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread
Hi Atro, Thanks for posting this. The same issue has been bugging me for a while but I had never looked into the operators to solve it until now. Simply use the join operator: <$list filter="[[foo]] [[bar]] [[tw]] +[join[ | ]]"> <$link/> should give you what you're looking for, ie. foo | bar

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Hi Chris, Thanks for that but I'm not sure how to incorporate it into the original - I've played around with it but can't get it to work. Could you spell it out for me? Thanks Jon On Sunday, 1 August 2021 at 16:57:16 UTC+1 clutterstack wrote: > > Hi Jon, if you don't want the draft, perhaps

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-08-01 Thread Saq Imtiaz
@Fred +1 for making use of the settings UI templates Note that the settings UI code might change at some point in the future. The settings related stuff might get split off into its own plugin that any other plugin can make use of if its present, but it shouldn't be a big change adapting to

Re: [tw5] Re: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread Atronoush Parsi
Mario, These filters are placed inside some other *$list*, I also changed it for this question. I write the question here in a simpler way <$list filter="[tag[foo]] [tag[bar]] [tag[tw]]"><$link/> | The purpose is to generate Tid One | Tid Two | Tid Three the above code adds | to the end of

Re: [tw5] ‎The History Show of the GG Community: Travel 17 years back in time in just 3 Hours

2021-08-01 Thread Taacees ME
Hi Jeremy, I hope the following will enplane it better, but first of all I don't know yet if this violate any licences or not and I'm still looking if any. Some Facts:- 1- TiddlyWiki has multiple "Data Sources" (Communities) around the internet (this GG, TW5 Dev GG, TW5 Doc GG, GitHub

[tw5] Re: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread PMario
Hi, I don't understand the purpose. all[current] will only return 1 title. The currentTiddler. So why do you use [last[]] here? -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread Atronoush Parsi
I am sure this has been addressed before but I cannot find it in forum Assume you have a complexe filter that results in an output containing few tiddlers. Then you want to show them with a delimiter e.g. pipe (|) One solution is below. I am looking for a more efficient solution! I assume here TW

[tw5] Re: Highlighting duplicates in lists

2021-08-01 Thread PMario
Hi, Since Tony did present a workable solution, the issue was moved to the discussions section at github. https://github.com/Jermolene/TiddlyWiki5/discussions/5925 I still think, that a <> macro may reduce the complexity of the solution. -mario -- You received this message because you

[tw5] Re: Is it possible to apply conditional styling to links?

2021-08-01 Thread Si
Thank you Eric and Mat! Exactly what I needed. On Sunday, 1 August 2021 at 16:05:00 UTC+1 Mat wrote: > @Eric - Ah, OK. I have never considered the possibility to use html tags > inside a stylesheet. Interesting. > > BTW, would it be inappropriate to use the ... inside a > listwidget, i.e to

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread clutterstack
Hi Jon, if you don't want the draft, perhaps the action-createtiddler widget is what you're looking for, rather than the tm-new-tiddler message? Best, Chris On Sunday, August 1, 2021 at 11:02:42 AM UTC-4 Jon wrote: > Hi, > > I have this to

[tw5] Re: Is it possible to apply conditional styling to links?

2021-08-01 Thread Mat
@Eric - Ah, OK. I have never considered the possibility to use html tags inside a stylesheet. Interesting. BTW, would it be inappropriate to use the ... inside a listwidget, i.e to generate listblocks not inside a full stylesheet? I have used this technique successfully but maybe there are

[tw5] New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Hi, I have this to create a new tiddler from a button with the current date as the title: \define newtags() [[log]] <$wikify name="Title" text="""<>"""> <$button class="tc-btn-invisible">{{$:/core/ui/Buttons/new-tiddler}} <$action-sendmessage $message="tm-new-tiddler" title=<> tags=<>

Re: [tw5] New JSON Store Area Now in v5.2.0 Prerelease

2021-08-01 Thread Flibbles
I'll look into it as soon as I have some free time. -Flibbles On Sunday, August 1, 2021 at 5:27:11 AM UTC-4 Mohammad wrote: > Hi Saq, > Sure I do! > > > Best wishes > Mohammad > > > On Sun, Aug 1, 2021 at 11:24 AM Saq Imtiaz wrote: > >> @Mohammad I recommend posting this as an issue at >>

Re: [tw5] ‎The History Show of the GG Community: Travel 17 years back in time in just 3 Hours

2021-08-01 Thread Jeremy Ruston
Hi Taacees Thank you! The project looks intriguing, could you explain a little more? From the GitHub repo I understand that you’re trying to mine the Google Group archive for useful information, but I’d like to understand more about your goals and the techniques you are using, Best wishes

[tw5] Re: Introduce Fishing, spaced repetition and active recall plugin for TiddlyWiki

2021-08-01 Thread Atronoush
Ah, just to correct myself. I saw you have used easy difficult button at the right bottom of tiddlers! Thank you On Sunday, August 1, 2021 at 5:11:12 PM UTC+4:30 Atronoush wrote: > Hi Oflg > > I love the simplicity. The learning curve is very short! > > just some few comments > 1. the plugin

[tw5] Re: Introduce Fishing, spaced repetition and active recall plugin for TiddlyWiki

2021-08-01 Thread Atronoush
Hi Oflg I love the simplicity. The learning curve is very short! just some few comments 1. the plugin uses the system wide fold button to hide the content of tiddler, so if I wish to install the plugin in my current wiki and and not use the folding for other tiddlers, this make problem for

[tw5] Re: Is it possible to apply conditional styling to links?

2021-08-01 Thread Eric Shulman
On Sunday, August 1, 2021 at 3:43:24 AM UTC-7 Mat wrote: > I think there's a typo in Erics neat solution, i.e it should be > ..., not ... > Nope. The code I supplied *goes in a tiddler tagged with $:/tags/Stylesheet*. Thus, it *should not have ... tags*, and the ... is merely so that when

[tw5] Re: Is it possible to apply conditional styling to links?

2021-08-01 Thread Mat
I think there's a typo in Erics neat solution, i.e it should be ..., not ... <:-) -- 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: Difference between filter and subfilter?

2021-08-01 Thread Eric Shulman
Here's a demonstration of the difference: 1) Create three tiddlers named A, B, and C, with text content "this is A", "this is B" and "this is C", respectively. 2) Create a Test tiddler containing: <$vars F="[get[text]match[this is B]]"> subfilter result 1 is: <$text text={{{ [enlist[A B

Re: [tw5] New JSON Store Area Now in v5.2.0 Prerelease

2021-08-01 Thread Mohammad Rahmani
Hi Saq, Sure I do! Best wishes Mohammad On Sun, Aug 1, 2021 at 11:24 AM Saq Imtiaz wrote: > @Mohammad I recommend posting this as an issue at > https://github.com/flibbles/tw5-uglify > > On Sunday, August 1, 2021 at 8:41:52 AM UTC+2 Mohammad wrote: > >> I am testing Tiddlywiki 5.2.0 p with

[tw5] Re: Difference between filter and subfilter?

2021-08-01 Thread TW Tones
The Islander I agree this should be better documented. To stimulate the discussion; As the person who submitted that issue on github subfilter and subsequently closed it, the filter operator, and the subsequent :filter run prefix have changed this quite a bit. My concern then was "not having

Re: [tw5] New JSON Store Area Now in v5.2.0 Prerelease

2021-08-01 Thread Saq Imtiaz
@Mohammad I recommend posting this as an issue at https://github.com/flibbles/tw5-uglify On Sunday, August 1, 2021 at 8:41:52 AM UTC+2 Mohammad wrote: > I am testing Tiddlywiki 5.2.0 p with different plugins I use. > > Today I noticed Uglify (Uglify — Plugin compression made easy >

Re: [tw5] New JSON Store Area Now in v5.2.0 Prerelease

2021-08-01 Thread Mohammad Rahmani
I am testing Tiddlywiki 5.2.0 p with different plugins I use. Today I noticed Uglify (Uglify — Plugin compression made easy (flibbles.github.io) ) which is used to compress JS and make TW a smaller html works in reverse order! I mean using Uglify makes TW

Re: [tw5] Re: Picture based tiddlers

2021-08-01 Thread makiaea
i don't use this myself but it is possible on ios using quine2 (may require the "scriptable" app) one caveat is i can't get the image to show changes straight away in tiddlywiki without saving/reloading the file in quine2. maybe someone has an appropriate suggestion? i tried soren's link in a