[tw5] Re: unexpected count for filtered transclusion?

2020-12-29 Thread maki aea
perfect, that worked, thank you mark! i am using tabs to set the state, and filtering by tag[state], i was (also) using the count to debug the single-word tiddler non-square bracket-requirement — there is one more subsequent layer of filter transclusion in another macro, when i followed your

[tw5] Task Tracker scripting challenge

2020-12-29 Thread Walt Ludwick
Following this excellent tutorial video by Francis Meetze about "Tracking Tasks in TiddlyWiki" , i was easily able to get the thing working as shown... And moreover, getting it to integrate with the Contents tab i have created, following the previous

[tw5] Re: v5.1.23 + Stroll issue

2020-12-29 Thread ludwa6
Thanks, @Zak -your reply has inspired me to (a) be patient (am doing fine w/ v5.1.22 of TW + Stroll, in fact) and (b) to try my hand a bit of scripting, per message just posted about my "Task Tracker scripting challenge ." Moreover:

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-29 Thread arun babu
I think modernization of TW should be the priority and it’s better to make use of the current momentum among developers and contributors for that. New project will naturally help in getting more reach for the software. Rebranding can be done at the time of launch of new software. For the time

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-29 Thread Charlie Veniot
"Xememex" to me sounds like a name for a pharmaceutical company. Or a drug. Maybe I'd be fine with something like that as an add-on to the name TW. A bit like "Debian Sarge", "Debian Buster", "Debian Sid" The name "TiddlyWiki" makes it so easy to find anything in the related body of

Re: [tw5] Re: Wikitext lists in Shiraz Card Plugin

2020-12-29 Thread scot
Hello Mohammad, Thank you very much for the solution. It's exactly what I was after. You make everything appear so easy - I wish Santa could have brought me your coding skills for Christmas. Best Wishes, Scot On Tuesday, 29 December 2020 at 16:21:24 UTC Mohammad wrote: > Hi Scot, > The way

[tw5] Re: Wikitext lists in Shiraz Card Plugin

2020-12-29 Thread scot
On a similar note, I would like to use the card macro with a list of tagged items. e.g. <$list filter="[tag[mylist]sort[title]]"> This example does not work. Can you offer any help please. <> subtitle:"subtitle" text:"content" footer:"footer" width:"18rem" class:"text-dark" /> >> Scot On

Re: [tw5] Re: Wikitext lists in Shiraz Card Plugin

2020-12-29 Thread Mohammad Rahmani
Hi Scot, The way you called macro is not correct. If you want to create a number of cards from your tiddlers say tag with mylist do as below <$list filter="[tag[mylist]]"><$macrocall $name="card" header="My Test Header" title={{!!title}} text={{!!text}} footer={{!!footer}} /> I have attached

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-29 Thread Pedro
I would like to give my 2 cents to this rebranding discussion by agreeing with Charlie Veniot that "Xememex" sounds like a name for a drug. If it is the overall consent that "TiddlyWiki" is a bad name that diminishes the product, I'm confused how "Xememex" would help in that sense. I'm probably

Re: [tw5] [Request] Numbered lists need some love

2020-12-29 Thread Jan
Hi Eric, thanks for this trick, now preserving the numbering worked for me. Best wishes Jan Am 05.12.2020 um 22:11 schrieb Eric Shulman: On Saturday, December 5, 2020 at 12:25:55 PM UTC-8 Jan wrote: If I insert something else, like a header or a bullet there is no way to pick up

[tw5] Drag-and-drop plugins under node

2020-12-29 Thread dieg...@gmail.com
Hello all, Ive been using TW on node for a while. Ive always just installed plugins by dragging and dropping, effectively ignoring anything having to do with tiddlywiki.info files. Today, I decided to do a "fresh install" of 5.1.23, essentially abandoning all of my configurations and only

[tw5] Re: WikiLabs plugin update + New plugins

2020-12-29 Thread Saq Imtiaz
@pmario It isn't a perfect solution but it would significantly decrease the chances of clashes with other plugins if you tweak/extend popup.js instead of overwriting. So you would need to overwrite handleEvent and add pulseElement and clickAnimation methods. Something like: /*\ title:

Re: [tw5] Re: Wikitext lists in Shiraz Card Plugin

2020-12-29 Thread Mohammad Rahmani
> > Hello Mohammad, > Thank you very much for the solution. It's exactly what I was after. > You make everything appear so easy - I wish Santa could have brought me > your coding skills for Christmas. > Amen! You need to love Tiddlywiki, that is it ;-) > Best Wishes, > > Scot > > > On Tuesday,

[tw5] overflow in tiddlers for items explicitly have a width greater than tiddler width

2020-12-29 Thread Mohammad
Referring to some old discussions, it seems tiddler do not keep their contents in some circumstances see https://groups.google.com/g/tiddlywiki/c/5bZwwj6cyac/m/pKZAzZy9AwAJ and overflow in x direction is seen. One example is ... where xx is a class with a width greater than tiddler width!

[tw5] Re: v5.1.23 + Stroll issue

2020-12-29 Thread Zak Wessels
> try my hand a bit of scripting That's good to hear - just stick with it and you will be amazed what /you/ can do :) For reference the developer docs are usually a good place to start (if you haven't already) [1]. >From a very quick check, maybe you can try having a look at [2][3] which

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Mohammad Rahmani
Mat, I was not quite successful! I had to use a custom substroy to open the links in the same Modal, but it works! This is nice to create a multi step wizard. Cheers Mohammad Best wishes Mohammad On Mon, Dec 28, 2020 at 9:25 PM Mat wrote: > As I understand it, it is not a matter of how

Re: [tw5] Question to Context Search

2020-12-29 Thread Mohammad Rahmani
Stefan, I did some experiments. It seems it works with raw text not rendered one! But let's see what others say or if Danielo is around to answer this question. --Mohammad Best wishes Mohammad On Mon, Dec 28, 2020 at 8:27 PM Stefan Schlechter < schlechter.stefan@gmail.com> wrote: >

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread Saq Imtiaz
Matt: you may find some of the discussion here of interest: https://github.com/Jermolene/TiddlyWiki5/issues/5286 I do plan to work on something similar to the Github mechanism for pasting/importing images, but my focus will likely primarily be on importing and inserting the relevant syntax

[tw5] Re: Any way to calculate "6 days from now" using core tools?

2020-12-29 Thread Soren Bjornstad
Hi all, I'm trying to use Mark S.'s solution, and it works great, except it appears to have a minor bug in leap years: when the result would be the 29th of February, it instead returns the 28th of February. It otherwise is doing all of the calculations for leap years correctly (e.g., adding 2

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-29 Thread Charlie Veniot
Myself, I'm rather a fan of, kind of attached to, the word "tiddler" and all the goodness the word represents semantically/philosophically. Every time I create a tiddler, "tiddler" immediately puts me in the philosophical mindset while in the process of creating/writing/organizing. On

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Saq Imtiaz
Apologies, I misspoke. I was thinking of the PR to add drag actions to the Link widget. On second thought, adding actions to the LinkWidget doesn't seem all that useful. You would need to create links with the full widget syntax, at which point you may as well use the ButtonWidget. On

[tw5] Re: Any way to calculate "6 days from now" using core tools?

2020-12-29 Thread TW Tones
Soren, There is a new format operator for dates; Past this in a tiddler on tiddlywiki.com and see the result. Note how it seems to honor months and leap years but will not increment the year. {{{ [all[current]get[created]format:date[0MM0DD]] }}} {{{

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread 'Mark S.' via TiddlyWiki
Now I remember. You can use the external attachments plugin with tiddlydesktop to drag and drop and create a _canonical_uri tiddler to your source image. On Tuesday, December 29, 2020 at 2:21:50 PM UTC-8 Mat wrote: > Mark S. wrote: > >> I think the approach would have to be from the other

[tw5] Re: Task Tracker scripting challenge

2020-12-29 Thread TW Tones
Hi, In the new release there is a toggle or cycle operator see here https://tiddlywiki.com/#toggle%20Operator and the examples provided include a tag. or https://tiddlywiki.com/#cycle%20Operator and the first exmple Tones On Tuesday, 29 December 2020 at 20:36:00 UTC+11 ludwa6 wrote: >

[tw5] Interesting test for unique string processing

2020-12-29 Thread Arlen Beiler
Here is an interesting test to see which method of unique strings is faster in Javascript. Paste it into your browser console in a new tab and see what happens. for (let r = 0; r < 100; r++) { let test = Math.random().toExponential(10); let count = 1000; let test1 = {}; let test2 = [];

[tw5] Re: Interesting test for unique string processing

2020-12-29 Thread TW Tones
Hi, If you are proposing this be used in the core or such perhaps it would be better to raise this in the developer discussion's. Since as a rule Javascript is not native in User interface but provides modules and plugins. https://github.com/Jermolene/TiddlyWiki5/discussions tones On

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-29 Thread Thomas Stone
Thanks for all the great responses. I agree with Arun Babu that the modernization of TiddlyWiki is in a separate project would be great to have, and rebranding would be helpful to that end. I also agree with Charlie Veniot that the current project's name is NOT a problem. Everyone who I talk

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-29 Thread TW Tones
Interesting and well considered commentary in this thread. - Sadly TiddlyWiki has trouble being taken seriously, friends think I am obsessed with something, no more complex than "tiddly Winks" (this annoys me but is true). They rarely hear Wiki. Some points from my view. I delight

[tw5] Re: Task Tracker scripting challenge

2020-12-29 Thread TW Tones
Post script, I mean to suggest that a checkbox is not really the way to go here since it typically toggles between existence and non existence or two values. Where when using tags that replace another tag the new toggle or cycle is more logical. Regards Tones On Wednesday, 30 December 2020

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Mat
OK, thanks. On second thought, adding actions to the LinkWidget doesn't seem all that > useful. You would need to create links with the full widget syntax, at > which point you may as well use the ButtonWidget. > I'd think Atronoush's idea is to let the clicking *user *decide if the link

Re: [tw5] Re: Wikitext lists in Shiraz Card Plugin

2020-12-29 Thread Mohammad Rahmani
If it's not too much trouble, could you answer another question. > I was trying to use cards for tasks. > I would like to add the duedate in the header like below. > <$checkbox tag="done"> <$link to={{!!title}}><$view field="duedate" > format=&quo

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread 'Mark S.' via TiddlyWiki
I think the approach would have to be from the other direction. You would have a script or program that would look at a directory of images, create tiddlers, and maybe create thumbnails. Then you could import the generated tiddlers into your TW. We've been told (I think) that the name of the

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread Mat
Mark S. wrote: > I think the approach would have to be from the other direction. You would > have a script or program that would look at a directory of images, create > tiddlers, and maybe create thumbnails. Then you could import the generated > tiddlers into your TW. At least for my use

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Mat
saq wrote: > Lastly note that there is an open PR to add actions to the LinkWidget. I can't find this PR. Anybody care to provide a link. Thanks. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: Wikitext lists in Shiraz Card Plugin

2020-12-29 Thread scot
; format="date" template="DDD DDth MMM YYYY"/> This card works, but the duedate format is 20201229. I would like Tuesday 29th December 2020 <$list filter="[tag[task]!tag[done]]"><$macrocall $name="card" header="{{!!duedate}} @ {{!!time}}

[tw5] Seeking help for my idea of a more easily image import working process

2020-12-29 Thread HP
Hello all, I'm looking for a plugin or an already existing TW5 function for my excessive image based working process. Based on the sheer number of to be processed images, it is neither possible to save them manually nor in TW5 (I don't like nodejs a lot - so "lazy load" isn't an option). I

[tw5] Seeking help for my idea of a more easily image import working process including thumbnail Tiddler

2020-12-29 Thread HP
tl;dr atb Hello all, I'm looking for a plugin or an already existing TW5 function for my excessive image based working process. Based on the sheer number of to be processed images, it is neither possible to save them manually nor in TW5 (I don't like nodejs a lot - so "lazy load" isn't an

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread Mat
+1 I'm in a very similar situation! I posted this request a few days ago which is related but complimentary. These functionalities would make TW substantially more useful for e.g authoring books or other image intensive documents. <:-)

[tw5] Re: Tag is created even if you don't click 'Add' - bug or feature ?

2020-12-29 Thread PMario
On Tuesday, December 29, 2020 at 9:26:34 PM UTC+1 Mark S. wrote: > In the tag field you sometimes need to type a partial text, perhaps to see > a list of matching tags. If you don't clear this text, and if you close the > tiddler, the partial text is added as a tag even though you didn't click

[tw5] Tag is created even if you don't click 'Add' - bug or feature ?

2020-12-29 Thread 'Mark S.' via TiddlyWiki
In the tag field you sometimes need to type a partial text, perhaps to see a list of matching tags. If you don't clear this text, and if you close the tiddler, the partial text is added as a tag even though you didn't click the "Add" button. Has it always been this way? Is this a bug, or a

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Saq Imtiaz
In 5.1.23, links within modals open in the main story. This is what the original behaviour was and what is desirable in most situations. However as of a few versions ago there was a regression and this stopped working, that is links within a modal did nothing at all. If you want a link within

[tw5] Re: v5.1.23 + Stroll issue

2020-12-29 Thread Zak Wessels
A different approach to also consider :) https://joearms.github.io/#2018-12-26%20Fun%20with%20the%20TiddlyWiki On Tuesday, December 29, 2020 at 9:27:00 PM UTC+2 ludwa6 wrote: > Thanks for the pointer, @Zak, to that 'FieldMangler Widget' -just what i > needed to solve the problem (sorta :-/ >