[tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread TonyM
Thanks for sharing the result Mohammad. I wanted to work on this as well. 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

[tw5] Re: Showing sections matching a list of values

2020-02-21 Thread Eric Shulman
On Friday, February 21, 2020 at 12:28:34 AM UTC-8, Luis Gonzalez wrote: > > I have a section, <> that I want to show when the field > "status" is fold or partial or order. Now I repeat the code three times: > Is there any way to make it easier? > You can use the $list widget to check to see if

[tw5] Re: Tiddlywiki as an Application

2020-02-21 Thread TiddlyTweeter
Further thought ... *Would user editing have to be offline?* Would a cloud save do? Not that I am fully clear on the options, but they exist. Your question is interesting practically. Best wishes TT On Thursday, 20 February 2020 19:21:03 UTC+1, Dave wrote: > > I'm thinking of making a TW that

Re: [tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Eric Shulman
On Friday, February 21, 2020 at 12:20:37 AM UTC-8, Mohammad wrote: > > Many thanks Eric. This is a great solution. > > In my opinion, the $button here is more clear and semantic and for me is > quite understandable. > The issue I have is I cannot drag the link like what I see in Open or > Recent

Re: [tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Mohammad
Yep, Thank you Eric! --Mohammad On Friday, February 21, 2020 at 12:37:10 PM UTC+3:30, Eric Shulman wrote: > > On Friday, February 21, 2020 at 12:20:37 AM UTC-8, Mohammad wrote: >> >> Many thanks Eric. This is a great solution. >> >> In my opinion, the $button here is more clear and semantic and

[tw5] Re: Create Non-Existing Tiddler from Search

2020-02-21 Thread PMario
Hi, See: https://wikilabs.github.io/#new-tiddler-from-search:new-tiddler-from-search%20GettingStarted -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

Re: [tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Mohammad Rahmani
Tony, I will post some examples and will need your review. I found it confusing and worth to prepare some examples! I hope other also share their thoughts. Best wishes Mohammad On Fri, Feb 21, 2020 at 11:39 AM TonyM wrote: > Thanks for sharing the result Mohammad. I wanted to work on this

[tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Eric Shulman
On Thursday, February 20, 2020 at 11:03:58 PM UTC-8, Mohammad wrote: > > I am using $link to create some links using $list widget! > I want to save the title of clicked item in a temporary tiddler for > further processing. We know the $link widget does not supports actions > How can I do this? >

Re: [tw5] Re: $linkcatcher widget, need an example

2020-02-21 Thread Mohammad Rahmani
Many thanks Eric. This is a great solution. In my opinion, the $button here is more clear and semantic and for me is quite understandable. The issue I have is I cannot drag the link like what I see in Open or Recent tab in the sidebar and I need to have that feature. What do you think? Best

[tw5] Showing sections matching a list of values

2020-02-21 Thread Luis Gonzalez
I have a section, <> that I want to show when the field "status" is fold or partial or order. Now I repeat the code three times: \define my-macro() <$reveal state="!!status" type="match" text="fold"> <> <$reveal state="!!status" type="match" text="partial"> <> <$reveal state="!!status"

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-21 Thread Ste Wilson
To circle back to a couple of previous points.. A while ago someone linked to https://www.ryeboard.com/.. It doesn't do most of what tiddlywiki does (work on mobile for example) ... But it looks s shiny... And we are still struggling for a robust multi column drag and drop thingy... I

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread bimlas
Dear all, I try to meet the needs and have developed the plugin further. > >- Write short, easy-to-understand examples where I do not explain in >detail how things work, but just show how the feature works basically. > It's >even better and easier to understand if I make short

[tw5] Re: (new here …) count the number of non-system fields

2020-02-21 Thread Martin
Thanks, Mark, for the example and the explanations. I'd like to leave the tiddlers with the text of the bible untouched — this gives me the possibility to change to another bible version, without loosing my annotations. So I work with a system of index numbers to weave everything together:

[tw5] Re: global Macro for new tiddler from templates

2020-02-21 Thread PMario
Hi Folks, I did create a PR at github, that should make actions like this very simple. It improves the action-createtiddler widget with a $template and $overwrite parameter. Please upvote the PR. https://github.com/Jermolene/TiddlyWiki5/pull/4436 have fun! mario -- You received this

[tw5] Re: global Macro for new tiddler from templates

2020-02-21 Thread Gerald Weis
Hi Mark i have the macro a little advanced. now the code is \define NeuerZyklus(Kennzeichen Sache Jahr) <$button>''$Sache$''Jahr - ''$Jahr$'' <$action-createtiddler $basetitle="$Sache$ - $Jahr$" tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Sache$ - Jahr}} /> \end No i have detected that i

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread Mohammad
Thanks bimlas! The start page is now simpler to follow! A minor comment (update the change log and put a transcluded tiddler show the latest change) I could not find examples! --Mohammad On Friday, February 21, 2020 at 3:44:04 PM UTC+3:30, bimlas wrote: > > Dear all, > > I try to meet the

[tw5] Re: Docs on syntax

2020-02-21 Thread T. E. Sanders
Fantastic! Thanks man. On Friday, February 21, 2020 at 12:31:28 PM UTC-6, Mohammad wrote: > > This is one place with a good tutorial > > TW-Scripts > > >

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread bimlas
Added more examples, but renamed the tiddler, because it's not a "Very quick tutorial" anymore, but a "Walk-through": https://bimlas.gitlab.io/tw5-locator/#Walk-through Did you think of such short examples? You think those who first see the plugin will understand it based on these (of course,

[tw5] Re: Simple Two Level TOC Generator with Entry Highlighting and Simple Navigation

2020-02-21 Thread Mohammad
The simple two level non recursive TOC and navigation builder has got a repo home on GitHub and can be used as a small plugin! demo: https://kookma.github.io/TW-TOC/ code: https://github.com/kookma/TW-TOC It now supports the recursive multilevel TOC and navigation builder. Special tanks go to

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread 'Mark S.' via TiddlyWiki
This <> should be <> I guess the other piece of the filter rules that I should have mentioned is that braces {} and angle brackets <...> replace the square brackets [] of their respective filter operators. e.g. sort[bystuff] becomes sort Good luck! On Friday, February 21, 2020 at

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread 'Mark S.' via TiddlyWiki
Sadly it means I need to increase the zoom on my screen. All those braces and brackets running together. Thanks! On Friday, February 21, 2020 at 8:11:12 AM UTC-8, Eric Shulman wrote: > > > You left an extra "[" in your reply. I'm sure it was just an editing > oops! it should read: >

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
Actually, looking at the code for that draggable, it concats the subFilter into the main filter, so I guess I should be leaving off the [] you'd normally surround a filter with (assuming that's how you normally do it). So I tried that, and I don't get the error anymore, but it doesn't actually

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
For anyone looking to create a heading delimited list like what I've outlined here that you can reorder, this is the working version: <$list filter="[tag[todo]sort[title]each[category]]"> <$view field='category'/> <$set name="category" value="""<$view field='category'/>""">

[tw5] Re: Showing sections matching a list of values

2020-02-21 Thread TonyM
Eric, Nice code. Using match after the possible values is economical, and works when only one value can be valid. Regards Tony On Friday, February 21, 2020 at 8:19:14 PM UTC+11, Eric Shulman wrote: > > On Friday, February 21, 2020 at 12:28:34 AM UTC-8, Luis Gonzalez wrote: >> >> I have a

[tw5] Re: Tiddlywiki as an Application

2020-02-21 Thread Mat
Dave wrote: > > Is there currently any way to make a TW that can be given to a complete > novice that allows them to make changes and not have to step out of the "TW > experience" > Here. The password is "password". Save as much as you want. http://justsave.tiddlyspot.com/ <:-) -- You

[tw5] Re: Tiddlywiki as an Application

2020-02-21 Thread TonyM
Dave, I just thought, something that can allow quick use of Tiddlywiki is using the local storage plugin within tiddlywiki, there are issues using this method and if you decide to lean on it I suggest researching it to learn more. The changes are saved in the browser for the wikis url,

[tw5] markdown plugin not rendering links

2020-02-21 Thread Captain Packers
I'm trying to use the markdown plugin and it's not rendering links properly. This content: - (linuxize.com)[https://linuxize.com/post/how-to-install-virtualbox-guest-additions-in-ubuntu/] - (tecmint.com)[https://www.tecmint.com/install-virtualbox-guest-additions-in-ubuntu/] is being

[tw5] Passing color around in macro

2020-02-21 Thread T. E. Sanders
Sorry guys, I know I have a lot of questions. I've gotten pretty far on what I'm trying to do. I have a macro where the main one that is called calls another in the way the tag pill macro works. So I have colour={{{ [<__tag__>get[color]] }}} being passed to a 2nd where I do some manipulation

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
Also tried field[category]has[{{!!category}}]. which made sense, but doesn't seem to work either. On Friday, February 21, 2020 at 9:53:33 AM UTC-6, T. E. Sanders wrote: > > Goodmorning all. Given that I know the value of the field "category" what > syntax does one need to make this subFilter

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
Thanks Mark, that's good to know! I've played around with transcluding my filter inline to see what I can get, but nothing so far. I also put <> as my filter as a test and got "Filter error: Syntax error in filter expression <#Filter%20error%3A%20Syntax%20error%20in%20filter%20expression>".

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread 'Mark S.' via TiddlyWiki
If you're just trying to make a list of things tagged "todo" that also have a category field, then this seems to do it: <> On Friday, February 21, 2020 at 8:23:59 AM UTC-8, T. E. Sanders wrote: > > tried < subFilter:"[field[category]has{!!category}]" >> but got the error which I > think is

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
Yes, that does pull up the todo list with the field category, so at least I know the subFilters aren't broken :) What I'm trying to do though is like this: tagged: todo field: category with values like "today" or "next week" etc. It's a "type" of todo. Looping over todos, then using the

[tw5] Re: (new here …) count the number of non-system fields

2020-02-21 Thread 'Mark S.' via TiddlyWiki
I think the approach that is both database-driven and tiddlywiki-friendly is tiddlers by verse. The tools for filtering and editing are tiddler-oriented. Verses in fields will be somewhat opaque. Good luck! On Friday, February 21, 2020 at 1:59:55 AM UTC-8, Martin wrote: > > Thanks, Mark, for

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread 'Mark S.' via TiddlyWiki
I don't know if this will fix your particular problem, but the filter (subfilter) should look like: [field[{!!category}] Basically, you use double braces {{...}} and double angle brackets <<...>> outside of filters, and single braces {...} and single angle brackets <...> inside of filters.

Re: [tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread Mohammad Rahmani
That's fine. You are right. It should be added to release in master branch. On Fri, Feb 21, 2020, 6:05 PM bimlas wrote: > Mohammad, > > >> I mean to display the latest changes on the landing page like >> {{latestChange}} >> > > Do you think I should include changes to the documentation in

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-21 Thread TiddlyTweeter
Ste Wilson wrote: > > It's on't t'workspace.. :) > Me chuck, that ain't gonna work :-) TT -- 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: global Macro for new tiddler from templates

2020-02-21 Thread Gerald Weis
Hi Mark you are great thanks Am Freitag, 21. Februar 2020 16:48:24 UTC+1 schrieb Mark S.: > > > You can use the edittext widget to allow input, if that's what you mean: > > \define NeuerZyklus(Kennzeichen Sache Jahr) > <$button>''$Sache$''Jahr - ''$Jahr$'' > <$action-createtiddler

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread bimlas
Mohammad, > I mean to display the latest changes on the landing page like > {{latestChange}} > Do you think I should include changes to the documentation in changelog? Since the code is modified in the `dev` branch and the documentation is in the` master`, I do not know exactly how to

[tw5] Docs on syntax

2020-02-21 Thread T. E. Sanders
Is there a place where I can learn the syntax that's not spread out across the interwebs? For instance, the difference between {{!!something}} {{{something}}} <> {!!something} etc,... It's taking forever to write simple things because of my lack of knowledge on when to use what where and so I

[tw5] Re: Docs on syntax

2020-02-21 Thread T. E. Sanders
Another for instance: <$set name="someBackgroundVariable" value={{$palette$##tag-background}} > or <$set name="someBackgroundVariable" value=<<$palette$##tag-background>> > or what, when a macro has palette={{$:/palette}}. sent in? I really need a cheat sheet for these things or something. On

[tw5] Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
Goodmorning all. Given that I know the value of the field "category" what syntax does one need to make this subFilter work? <> I've tried things like: field[]has[{{!!category}}] but of course, nope. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Docs on syntax

2020-02-21 Thread Mohammad
This is one place with a good tutorial TW-Scripts

[tw5] Re: global Macro for new tiddler from templates

2020-02-21 Thread 'Mark S.' via TiddlyWiki
You can use the edittext widget to allow input, if that's what you mean: \define NeuerZyklus(Kennzeichen Sache Jahr) <$button>''$Sache$''Jahr - ''$Jahr$'' <$action-createtiddler $basetitle="$Sache$ - $Jahr$" tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Sache$ - Jahr}} /> \end <$vars ph="Geben

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
tried <> but got the error which I think is because this is a "sub filter" that gets concatenated. so tried <>. without it. No error, but still nothing returned. I feel like I'm close the the magic syntax though. On Friday, February 21, 2020 at 10:20:02 AM UTC-6, Mark S. wrote: > > Sadly

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread 'Mark S.' via TiddlyWiki
Well, not sure if you need this: <$list filter="[tag[todo]each[category]get[category]]"> <> <" >> In your version, the set widget doesn't appear to do anything. In your version, field:category{!!category} will only work (I think) if you have a tiddler with the same name as the category which

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread T. E. Sanders
Oh interesting. Thanks for that! On Friday, February 21, 2020 at 11:28:31 AM UTC-6, Mark S. wrote: > > Well, not sure if you need this: > > <$list filter="[tag[todo]each[category]get[category]]"> > <> > < " >> > > > In your version, the set widget doesn't appear to do anything. > > In your

[tw5] Re: Filter syntax for filtering by field value

2020-02-21 Thread Eric Shulman
On Friday, February 21, 2020 at 8:00:10 AM UTC-8, Mark S. wrote: > > I don't know if this will fix your particular problem, but the filter > (subfilter) should look like: > [field[{!!category}] > Basically, you use double braces {{...}} and double angle brackets <<...>> > outside of filters, and

Re: [tw5] TiddlyWiki on HackADay.com

2020-02-21 Thread Ste Wilson
Just say it like Sean Bean in top o't'wall... ;) -- 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 view this discussion

[tw5] Re: How to display yesterday's date? (And n days ago etc.)

2020-02-21 Thread si
Thanks Tony. It seems that Evan's website is dead (http://evanbalster.com/tiddlywiki/formulas.html). Do you have a copy of his Formula Plugin demo that you could share? On Thursday, February 20, 2020 at 11:46:23 PM UTC, TonyM wrote: > > SI, > > I am having a look a loop, and it may be of some

[tw5] Re: How to display yesterday's date? (And n days ago etc.)

2020-02-21 Thread 'Mark S.' via TiddlyWiki
Looks like you might be able to get it from the github site: https://github.com/EvanBalster/TiddlyWikiFormula On Friday, February 21, 2020 at 4:07:48 PM UTC-8, si wrote: > > Thanks Tony. It seems that Evan's website is dead ( > http://evanbalster.com/tiddlywiki/formulas.html). Do you have a copy

[tw5] Re: Passing color around in macro

2020-02-21 Thread T. E. Sanders
This is probably another example of me not understanding the syntax. This... <$set name="col" filter="[all[current]get[color]]"> <$vars foregroundColor=< > Sorry guys, I know I have a lot of questions. I've gotten pretty far on > what I'm trying to do. I have a macro where the main one that is

[tw5] Re: Passing color around in macro

2020-02-21 Thread T. E. Sanders
H... I tried non-quoted and quoted versions of this: <$set name="col" filter="[all[current]get[color]]"> <$vars foregroundColor=< > T E > > The $param$ format is only valid in macros > \define macroname(param) > $param$ valid here however since you set the variable you can use

[tw5] Re: How to display yesterday's date? (And n days ago etc.)

2020-02-21 Thread Diego Mesa
Joshua Fontany has also updated that plugin on his own: https://joshuafontany.github.io/TiddlyWikiFormula/ On Friday, February 21, 2020 at 6:46:47 PM UTC-6, Mark S. wrote: > > Looks like you might be able to get it from the github site: > > https://github.com/EvanBalster/TiddlyWikiFormula > >

[tw5] Re: Passing color around in macro

2020-02-21 Thread TonyM
T E The $param$ format is only valid in macros \define macroname(param) $param$ valid here however since you set the variable you can use $(col)$ here in the macro \end You may also find using the macro call widget is an easier way to pass parameters to a macro I know this is not a full

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread bimlas
Mohammad, A minor comment (update the change log and put a transcluded tiddler show > the latest change) > What do you mean by a transcluded tiddler? > I could not find examples! > Examples of what? The changes? Sorry, but I don't understand. If you're curious about the changes:

[tw5] Re: Locator 2.0.0: Innovative table of contents and search plugin (any field as tags; visual filter builder; mindmap)

2020-02-21 Thread Mohammad
It seems I caused confusion! Sorry On Friday, February 21, 2020 at 5:22:37 PM UTC+3:30, bimlas wrote: > > Mohammad, > > A minor comment (update the change log and put a transcluded tiddler show >> the latest change) >> > > What do you mean by a transcluded tiddler? > I mean to display the