Re: [tw5] Re: Displaying certain tiddlers differently

2021-05-31 Thread msameen99
Thanks saq On Mon, 31 May 2021, 09:29 Saq Imtiaz, wrote: > https://tiddlywiki.com/#TiddlerFields > > On Monday, May 31, 2021 at 9:25:15 AM UTC+2 Mohamed Amin wrote: > >> This is new to me, is there a list for the special/functional fields like >> "hide-body"? >> >> On Mon, 31 May 2021, 06:53

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

2021-05-31 Thread Alessandra Carnevale
I fear my version is not suitable to Node.js, so is there a way to update my tiddlywiki version without doing all my work from scratch? Il giorno martedì 1 giugno 2021 alle 12:02:19 UTC+9 Alessandra Carnevale ha scritto: > Really sorry for my late reply. > @cj.v Yes, basically. I'd like also

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

2021-05-31 Thread Alessandra Carnevale
Really sorry for my late reply. @cj.v Yes, basically. I'd like also to find a way to storage my tiddlywiki in a file hosting service (like Google Drive or Dropbox), but considering that it is a html it is written everywhere that I can't copy and past it there. How did you do? @mario even if I

[tw5] Re: Christian dictionary article database

2021-05-31 Thread Charlie Veniot
Looks really good, David. On Monday, May 31, 2021 at 7:43:29 PM UTC-3 David Gifford wrote: > Hi everyone > > This is a long term project I started probably a year ago, and have worked > on little by little. Not yet finished, but far enough along to be useful. > >

[tw5] Christian dictionary article database

2021-05-31 Thread David Gifford
Hi everyone This is a long term project I started probably a year ago, and have worked on little by little. Not yet finished, but far enough along to be useful. https://giffmex.org/gifts/dictionaryarticles1.html 31 dictionaries and encyclopedias, over 15,000 articles. No content, just the

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread TW Tones
Mario, Thanks for demonstrating the use of Unicode characters on this. Unlike svg icons its easy to color them and add them to the view toolbar. Eg in a tiddler tagged view toolbar \whitespace trim \define toggle-urgent() <$action-listops $tiddler={{!!title}} $field="tags"

[tw5] Re: Unexpected spacing in macro - bug?

2021-05-31 Thread Eric Shulman
On Monday, May 31, 2021 at 9:13:19 AM UTC-7 stefan...@gmail.com wrote: > I've finally tracked it down to the macro having each of the <$set ...> > tags and their respective closing tags on separate lines (simple example > below). If I put everything on a single line, the rogue spaces disappear!

Re: [tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-31 Thread TW Tones
Folks, I have being reluctant to reenter (and read everyone's detailed responses) this discussion, as it has being had many times. It is true there are a lot of good ideas but its like herding cats and always will be unless there were a clear leader as a replacement. I tried to promote the

[tw5] Re: Unexpected spacing in macro - bug?

2021-05-31 Thread TW Tones
Some quick tips - In filters you can use the trim operator to remove spaces that creep in - If defining macros (especially buttons) use \whitespace trim to eliminate unwanted white space - As soon as there is a line break in code that aims to concatenate values you can introduce

Re: [tw5] Re: German documentation / deutsche Dokumentation

2021-05-31 Thread Frank Bruns-Ballhausen
@PMario, I know you're busy, but I'm stumbling a little bit right now. After you have given me the link to the generated structure I have downloaded this GIT repository (https://github.com/pmario/TiddlyWiki5.git). Then installed tddlywiki with NPM and ... well, it didn't take off like that. I

[tw5] Re: Recent doesn't update except for imported tiddlers. - Resolved

2021-05-31 Thread Boazter
Oh, good Lord, that was embarrassingly easy. I had it in my head that it *must* be something to do with the recents settings. I have no idea how that got switched and have never played with that setting before. Must have been an errant click. Clearly I have much more to explore with tiddlywiki

[tw5] Re: sum cells in a table only if row is selected

2021-05-31 Thread Willy Tanner
For the time being, it is just the table, no sum total of weight or anything yet. I have not expressed myself well what I meant with "selected" but your guess is exactly what I wanted to say, i.e. selecting which gear to take by putting a checkmark next to it. As I said, for the moment there

[tw5] Re: Recent doesn't update except for imported tiddlers.

2021-05-31 Thread springer
Boazter, forgive me if you're already checked this, but: Any chance your timestamps got toggled to "off"? (To check: on the page tools dropdown, the "stopwatch" icon would be showing the "pause" symbol?) This would have the effect of making it seem that nothing had been modified. -Springer

[tw5] Recent doesn't update except for imported tiddlers.

2021-05-31 Thread Boazter
Greetings, all, I have a wiki that I've been using for sometime and I never noticed that it wasn't updating the "Recents" tab. I didn't need that tab for this particular wiki before but have changed how I use it and now it would be handy to be able to see the recents list. Oddly, there are a

[tw5] Re: sum cells in a table only if row is selected

2021-05-31 Thread Mat
How is your table implemented? Calculating the sum of a column is not a standard feature in TW, so maybe you're using some plugin? But (probably) regardless, it should be doable, yes. One idea would be a column at extreme left or right with checkboxes. Instead of selecting, you check the

Re: [tw5] vis.js Timeline time format

2021-05-31 Thread paulgilbert2000
Hi Walt, i know , and i guess you will have to live with the red warning , that unless you put some place holder dummy data in the start and end date fields for all other tiddlers .. and yes 100% , the gnatt chart plugin you mentioned is far superior, i wish i had the knowledge to integrate

Re: [tw5] Re: Understanding Templates, Macros, Etc.

2021-05-31 Thread Hans Wobbe
Nice! The smacking sound you probably heard was my palm hitting my forhead. It simply had not occured to me to use ...PageControls to add key buttons in this manner. Thank to both of you for an informative Question and Answer. Cheers, Hans On Sunday, May 30, 2021 at 3:53:49 PM UTC-4 Eric

Re: [tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-31 Thread Mat
If someone is serious about just getting out of GG, then I guess a first thing to do is to put up some comparison table or even a wiki to collect benefits and drawbacks with each solution and pit them against each other. Including GG. One idea would be to put up a google form so people can post

[tw5] Unexpected spacing in macro - bug?

2021-05-31 Thread Stefan Curtis
Hi, I've been writing a macro that involves a couple of nested <$set ...> widgets and have spent several hours pulling my hair out, because there were leading and trailing spaces surrounding the parsed macro value that I wasn't putting there, and that were breaking what I wanted to do...

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread PMario
On Monday, May 31, 2021 at 4:29:16 PM UTC+2 JM wrote: > Well, I'm impressed. :-) > It's very nice of you to explain all this and I think I understand the > basic principle. > That's good :-) > After reading the documentation - is there a special reason, that you did > use $field="tags"

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread 'JM' via TiddlyWiki
Well, I'm impressed. :-) It's very nice of you to explain all this and I think I understand the basic principle. After reading the documentation - is there a special reason, that you did use $field="tags" $subfilter="+[toggle[urgent]]" instead of $tags="+[toggle[dringend]]"? (just to proof I

Re: [tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-31 Thread Jeremy Ruston
> NO, Google Groups search is TERRIBLE. > And WORSE than it was before. > > And that is a MAJOR factor in end-user frustration. > > Please prove me wrong. > Show some complex searches that work? :-) I think whether we use Google Groups or Discourse, the best way to search the archives will

[tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-31 Thread TiddlyTweeter
eddi...@gmail.com wrote: > ... easily searchable and while I am sure there maybe better alternatives > out there, I personally just do not see the benefit in moving the entire > community to a new platform *Very interesting post *except "easily searchable". NO, Google Groups search is

Re: [tw5] Table displayed in single line unless forcing display: table-row

2021-05-31 Thread Sebastián Ortega
You are very right. My mistake was to use row instead of tr and I was so blind about the mistaken tag. I've also removed the align attribute. The only reason I added it is because it was present in tables generated with wikitext. Thanks On Monday, 31 May 2021 at 13:49:44 UTC+2 Atronoush wrote:

Re: [tw5] Table displayed in single line unless forcing display: table-row

2021-05-31 Thread Atronoush Parsi
On Mon, May 31, 2021 at 3:51 PM Sebastián Ortega < mehequedadoenbla...@gmail.com> wrote: > Hello! > Thanks to the great Soren's book I'm getting deeper into customizing my > wiki. I'm adding a table with some metadata in tiddlers tagged with Author > but, for reasons unknown to me, such table

[tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-31 Thread Ed Dixon
This has been an ongoing topic forever! Just my 2 cents but we appear to be having a pretty good "discourse" in here on this subject right now. The accumulated knowledge and history of TW is right here in one place (other than GIT of course) easily searchable and while I am sure there maybe

Re: [tw5] vis.js Timeline time format

2021-05-31 Thread ludwa6
Thanks @mohamed for the good explainer; given that help, i got it working now as was probably intended -except maybe for one thing: That red error icon is now when clicked returning me a list of ALL tiddlers that don't include both a start date and an end date, which renders this plugin

[tw5] Table displayed in single line unless forcing display: table-row

2021-05-31 Thread Sebastián Ortega
Hello! Thanks to the great Soren's book I'm getting deeper into customizing my wiki. I'm adding a table with some metadata in tiddlers tagged with Author but, for reasons unknown to me, such table gets flattened into a single line unless I force display: table-row manually. This is what I've

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread PMario
On Monday, May 31, 2021 at 11:49:48 AM UTC+2 PMario wrote: If you search for "toggle" at tiddlywiki.com you'll find: https://tiddlywiki.com/#toggle%20Operator%20(Examples):%5B%5Btoggle%20Operator%20(Examples)%5D%5D%20%5B%5Btoggle%20Operator%5D%5D The examples already contain the

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread PMario
On Monday, May 31, 2021 at 11:20:31 AM UTC+2 JM wrote: > <$reveal type="match" state={{!!title}} tag="urgent"><$button > class='tc-btn-invisible' message="tm-remove-tag" param="urgent > "> > The "tag" parameter in the reveal-widget is meant to be an HTML-tag. eg: or ... So that's the

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread 'JM' via TiddlyWiki
Well that fits my needs. Even if I don't have the slightest idea what you have done. :D That will be the next step ... Thank You! PMario schrieb am Montag, 31. Mai 2021 um 11:49:48 UTC+2: > Hi, > Try the attached template tiddler. > > \define toggle-urgent() > <$action-listops

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread PMario
Hi, Try the attached template tiddler. \define toggle-urgent() <$action-listops $tiddler={{!!title}} $field="tags" $subfilter="+[toggle[urgent]]" /> \end <$button actions=<> > <$list filter="[all[current]tag[urgent]then[]else[]]"><> You can call it with {{|| my-toggle-template}} If you

[tw5] Re: [RFC] Edit local files from browser and tiddlywiki

2021-05-31 Thread PMario
Hi, That's the API discussed at: https://groups.google.com/g/tiddlywiki/c/IczqdIdC3lE/m/Vg2eY-Z9AQAJ -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: Toggle tags via button and reveal

2021-05-31 Thread 'JM' via TiddlyWiki
... in the ViewTemplate. I would like to use it as a transclusion in different lists ... PMario schrieb am Montag, 31. Mai 2021 um 11:30:57 UTC+2: > Hi Jens, > Is it intended to be part of the ViewTemplate or the EditTempate? > -mario > > -- You received this message because you are

[tw5] Re: Toggle tags via button and reveal

2021-05-31 Thread PMario
Hi Jens, Is it intended to be part of the ViewTemplate or the EditTempate? -mario -- 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] Toggle tags via button and reveal

2021-05-31 Thread 'JM' via TiddlyWiki
Hi there, I'm trying to toggle the tag 'urgent' via two different buttons and switching between them via reveal: <$fieldmangler> <$reveal type="match" state={{!!title}} tag="urgent"><$button class='tc-btn-invisible' message="tm-remove-tag" param="urgent"><$reveal type="nomatch"

[tw5] sum cells in a table only if row is selected

2021-05-31 Thread Willy Tanner
Hi perhaps someone can help me with this. I have a table in Tiddlywiki with the weight and dimensions of pieces of equipment that I need to take with me on a trip with tight baggage limits. As some of the items in that lists are alternatives, I do not need a sum of the entire column but rather

Re: [tw5] TiddlyWiki Documentation - Syntax

2021-05-31 Thread TiddlyTweeter
Stobot wrote: > Review here: > Documentation — Syntax for Widgets (tiddlyhost.com) > > > So on the site now I show a V1 (original), V2 (adding the metasyntactic > variables), and V3 with them, but splitting each attribute into a new line. > It's not clear

Re: [tw5] Re: Tiddly Wiki Spaced Repetition Plugin

2021-05-31 Thread James Anderson
Just a thought but it might be a good idea to have a <$answer> tag in addition to question. that gets replaced with ??? or blacked out when displayed as a scheduled card. e.g. ``` *<$answer>Le chien et **<$answer>le** chat s’entendent bien.* ``` On Monday, 31 May 2021 at 08:53:05 UTC+1 James

Re: [tw5] Re: Displaying certain tiddlers differently

2021-05-31 Thread Saq Imtiaz
https://tiddlywiki.com/#TiddlerFields On Monday, May 31, 2021 at 9:25:15 AM UTC+2 Mohamed Amin wrote: > This is new to me, is there a list for the special/functional fields like > "hide-body"? > > On Mon, 31 May 2021, 06:53 Mohammad Rahmani, > wrote: > >> >> >> On Mon, May 31, 2021 at 1:35

Re: [tw5] Re: Displaying certain tiddlers differently

2021-05-31 Thread msameen99
This is new to me, is there a list for the special/functional fields like "hide-body"? On Mon, 31 May 2021, 06:53 Mohammad Rahmani, wrote: > > > On Mon, May 31, 2021 at 1:35 AM Saq Imtiaz wrote: > >> The quick and easy way is to add a field "hide-body" with a value of >> "yes" to your data

Re: [tw5] Re: Can <$macrocall/> be used without parameter names? only parameter position?

2021-05-31 Thread msameen99
thanks Tones for your reply. On Mon, 31 May 2021, 03:54 TW Tones, wrote: > Mohammad, > > The strait answer is I believe NO, but, > > You may be able to create an additional macro, that uses the macrocall > widget to convert the position to a named parameter. However this likely > reintroduces