Re: [tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread BurningTreeC
We haven't tested it on iOS, but it should work there when Siri is enabled TW Tones schrieb am Dienstag, 10. August 2021 um 00:06:11 UTC+2: > flanc... > > Lovely, works well on windows/chrome browser as it does natively on > Android. This is great. > > IoS users should look at apples native

[tw5] Better indexes through semantic modeling

2021-08-09 Thread Soren Bjornstad
Some of you all might be interested in this new post on my blog: https://controlaltbackspace.org/notes/better-indexes-through-semantic-modeling/ It's a proposal for a system for indexing large documents based on a hypertext graph, including a discussion of a possible TiddlyWiki prototype.

[tw5] Re: Help with hovering tiddler pop-up in list

2021-08-09 Thread Soren Bjornstad
Noa, You want: <$list filter="[tag[control]]"> <$macrocall $name="hoverTiddler" tiddler1={{!!title}} tiddler2={{!!text}}/> You can only use constant values, not {{field transclusions}}, with the double-angle bracket <>. For {{field}} or <> transclusion support, you need the full widget as

[tw5] Help with hovering tiddler pop-up in list

2021-08-09 Thread Noa Perlmutter
Hello, everyone, I just started using tiddlywiki today and I'm loving it! I'm trying to use this macro with dynamic lists to make a list or tiddlers where when you

[tw5] Re: TW the finite state machine

2021-08-09 Thread PMario
On Monday, August 9, 2021 at 7:01:42 PM UTC+2 davou...@gmail.com wrote: I don't suppose there is documentation of TW as finite state machine. There is the TW dev documentation, that has been started, I think by 2 students as a project to analyse the internal structure of TW. See:

[tw5] Re: TW the finite state machine

2021-08-09 Thread Louis Davout
Tones, I think we're looking at the state of different things. Let me see if I can articulate. If I'm understanding what you're saying, you're talking about the entire application including all the tiddlers as the state machine. I create a new tiddler in my wiki instance, the state of that

Re: [tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread TW Tones
flanc... Lovely, works well on windows/chrome browser as it does natively on Android. This is great. IoS users should look at apples native transcription on iPhone or mac or make use of this in chrome. I do think the current method hit mike and once you stop talking a transcript tiddler is

[tw5] Re: TW the finite state machine

2021-08-09 Thread TW Tones
Davou, I just refreshed the concept of finite state machine and I would be confident in saying tiddlywiki is not one. You may see elsewhere and reasonable claim tiddlywiki is a "non-trivial quine", it can change itself and save its state.

Re: [tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread Finn Lancaster
@David Grifford, You should be able to run a test, right in the browser, at the demo site https://flancast90.github.io/Speech-To-Text-in-TW5/. >From there, you can also drag-and-drop the plug-in, etc. Enjoy! On Mon, Aug 9, 2021 at 3:50 PM David Gifford wrote: > Looking forward to the demo

[tw5] Re: Feel free to ask me for help

2021-08-09 Thread TW Tones
Bimlas can you send this invite to me in Discord?, I can't seem to use your invite from the above link. I am happy to help with your english, without your doing something for me in TiddlyWiki, although TiddlyWiki is good common ground on which to speak in English, and you have a lot to offer.

[tw5] Re: Using <$list> widget to generate table rows

2021-08-09 Thread Louis Davout
Well this works: \define davout-list(levels: "1,3,5") LevelBlah <$list filter="[[$levels$]split[,]]" variable="level"> <> Blah \end On Monday, August 9, 2021 at 9:53:34 AM UTC-4 Louis Davout wrote: > \define davout-list(levels: "1,3,5") > | ! Level | ! Blah | > <$list

[tw5] Re: TW the finite state machine

2021-08-09 Thread David Gifford
Thanks for pointing out Tones' standard nomenclature, I hadn't seen that. I just added it to the TiddlyWiki toolmap. On Monday, August 9, 2021 at 1:01:42 PM UTC-4 davou...@gmail.com wrote: > > Hello all, > > I've been casually using TW for a few months now. In the past couple weeks > I have

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread David Gifford
Looking forward to the demo site! On Monday, August 9, 2021 at 9:25:34 AM UTC-4 flanc...@gmail.com wrote: > *Have you ever wanted a plugin in TW5 to make tiddler-creation easier?* > > Well... look no further! With the Speech-to-Text-in-TW5 plugin >

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread Finn Lancaster
ludwa6: I believe it should work on iOS, although I have not done the necessary testing myself to say so. The required API which makes it not work for FireFox is present in Safari, so it should function normally! Let me know how it goes! On Monday, August 9, 2021 at 2:02:30 PM UTC-4 ludwa6

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread ludwa6
Ditto @arunn : works in Chrome for me too, tho not in TiddlyDesktop nor Quine2 -my primary working tools for desktop and mobile, alas- and it would indeed be good to have recording stop by button-push instead of timeout. In fact it is in mobile UseCase that i am most keen to use this, so if

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread arun babu
Hi Finn Lancaster and BurningTreeC, Great work. I tried the plug-in in Chrome browser. It works fine. One thing I noticed is that if I pause or stop talking for a few seconds, it automatically stops recording. It would be nice if the button can be used to "stop recording" also in addition to

[tw5] TW the finite state machine

2021-08-09 Thread Louis Davout
Hello all, I've been casually using TW for a few months now. In the past couple weeks I have started working with the slightly more advanced features. https://groktiddlywiki.com/read/ has been very helpful, thanks Soren. One of the obstacles for me to grok TW is there appears to be a lot of

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread BurningTreeC
Drag installation can now be done from https://flancast90.github.io/Speech-To-Text-in-TW5/ PMario schrieb am Montag, 9. August 2021 um 17:21:37 UTC+2: > On Monday, August 9, 2021 at 4:09:53 PM UTC+2 flanc...@gmail.com wrote: > >> @ludwa6, >> >> Because the plugin is still (sort of) in its Beta

[tw5] Re: Inconsistency is so frustrating

2021-08-09 Thread David Gifford
Yes, PMario, I concur with davou's comment, that your description was very helpful. My apologies to you, PMario, for not thanking you sooner for your patient and thorough reply that must have taken some time to write out. What a friendly gesture. Blessings to you! On Monday, August 9, 2021 at

[tw5] Re: Inconsistency is so frustrating

2021-08-09 Thread Louis Davout
PMario, Thanks for this explanation. It was very helpful. On Sunday, July 11, 2021 at 10:06:08 AM UTC-4 PMario wrote: > Hi David, > > I hope you feel better now ;) > > So the only thing I can do here is : Try to explain how the parser > algorithm works, so that you can see, why it behaves the

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread PMario
On Monday, August 9, 2021 at 4:09:53 PM UTC+2 flanc...@gmail.com wrote: > @ludwa6, > > Because the plugin is still (sort of) in its Beta stage, you must load it > yourself. > Beta with a 1.0.x version number? That's new. You should probably have a closer look at semantic versioning:

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread BurningTreeC
It's probably worth mentioning that it doesn't work on Firefox because it's missing the API best wishes, BTC ludwa6 schrieb am Montag, 9. August 2021 um 16:17:38 UTC+2: > Thanks for the quick help, @flanc... But that's a few more steps than i > have time for on this lunch break :-) > Will

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread ludwa6
Thanks for the quick help, @flanc... But that's a few more steps than i have time for on this lunch break :-) Will definitely give this a whirl come weekend, if not sooner. Amazing accomplishment, Finn, presuming it actually works -congrats! /walt On Monday, August 9, 2021 at 3:09:53 PM

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread Finn Lancaster
@ludwa6, Because the plugin is still (sort of) in its Beta stage, you must load it yourself. The page at https://tiddlywiki.com/dev/static/How%2520to%2520create%2520plugins%2520in%2520the%2520browser.html seems to document how to do this well. Another method to load the plugin from the

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread ludwa6
Sounds awesome, @flanc... But how to install? The github repo you've linked has a bunch of files; is there one we can just drag into a TW instance, like most other plugins? /walt On Monday, August 9, 2021 at 2:25:34 PM UTC+1 flanc...@gmail.com wrote: > *Have you ever wanted a plugin in TW5

[tw5] Re: Shiraz Plugin: Lets use Tiddlywiki with More Ease

2021-08-09 Thread Louis Davout
If I order now, will you send me a second one absolutely free? On Monday, August 9, 2021 at 9:14:37 AM UTC-4 ludwa6 wrote: > W00t! For a late-night infomercial junkie like me, this is like the > famous Ginsu knife offer (as > you were wondering >

[tw5] Re: Using <$list> widget to generate table rows

2021-08-09 Thread Louis Davout
\define davout-list(levels: "1,3,5") | ! Level | ! Blah | <$list filter="[[$levels$]split[,]]" variable="level"> | <> | Blah | \end Removes the tags but makes each row into its own table. On Monday, August 9, 2021 at 9:46:15 AM UTC-4 Louis Davout wrote: > > I'm trying to use the <$list>

[tw5] Using <$list> widget to generate table rows

2021-08-09 Thread Louis Davout
I'm trying to use the <$list> widget generate table rows. One is this even possible. Two How? Here is simplified version of code I've tried. \define davout-list(levels: "1,3,5") | ! Level | ! Blah | <$list filter="[[$levels$]split[,]]" variable="level"> | <> | Blah | \end \define

[tw5] Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread Finn Lancaster
*Have you ever wanted a plugin in TW5 to make tiddler-creation easier?* Well... look no further! With the Speech-to-Text-in-TW5 plugin , you can click the Record button in the sidebar, speak into your computer, and a new tiddler with the

[tw5] Re: cannot transclude a tiddler name built from inside a macro

2021-08-09 Thread CarloGgi
Thanks a lot, I'll go through it carefully! CG On Sunday, August 8, 2021 at 10:56:10 PM UTC+3 Soren Bjornstad wrote: > The links I gave you were to my TiddlyWiki textbook, not the TW > documentation. It might not be "self-contained" since it's intended to be > in the context of the whole

[tw5] Re: Shiraz Plugin: Lets use Tiddlywiki with More Ease

2021-08-09 Thread ludwa6
W00t! For a late-night infomercial junkie like me, this is like the famous Ginsu knife offer (as you were wondering , @PMario :-) -totally irresistible. Can't wait to try it!

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread David Gifford
@Eric - I will try that out! Thanks! @Tones - ah, now I understand your earlier post better. Thanks for clarifying that! On Mon, Aug 9, 2021 at 8:42 AM TW Tones wrote: > David, > > I am happy to accept being wrong (when I am and no doubt too often) but my > reply only intended assertion

[tw5] Re: Feel free to ask me for help

2021-08-09 Thread TW Tones
Love too, I will follow up tomorrow or the next day. Feel free to email me directly. Tones On Sunday, 8 August 2021 at 20:57:36 UTC+10 bimlas wrote: > Dear all, > > I have to practice English, especially voice conversation. I would like to > help to anyone who would like to implement his/her

[tw5] Re: Does anyone import Tailwind CSS into tiddlywiki?

2021-08-09 Thread TW Tones
And the .classname works elsewhere eg the class "g" in the stylesheet .g { css } ;.g text :.g text *.g text #.g text Tones On Monday, 9 August 2021 at 03:32:59 UTC+10 Soren Bjornstad wrote: > Somewhat off-topic, but: > > >> BTW, the "period" in front of class names always confuses me,

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread TW Tones
David, I am happy to accept being wrong (when I am and no doubt too often) but my reply only intended assertion was, the title which acts as a tooltip can be styled, as a counter claim to "tooltips cannot be styled". Eric has fortunately shown how to defeat TiddlyWiki's own tooltip css to

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread Eric Shulman
On Sunday, August 8, 2021 at 6:42:37 PM UTC-7 TW Tones wrote: > Knowing this I found How to change the style of the title attribute > inside an anchor tag? > > The title attribute

[tw5] Re: Table-of-Contents Macros

2021-08-09 Thread
Hello Springer, thanks for your feeback. I found out, that sorting works without any changes, when I close my Wiki and reopen it. (I'm using TiddlyDesktop). Only 'save' and start vom 'home' within the Wiki doesn't help. *--> (Is there a reason you're using the more verbose macrocall, rather

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread David Gifford
Hi Tones and PMario For once you guys are both wrong. Tones: If you go to the link you provided, and do the Run snippet, you will see it also has two tooltips. The one they generated comes up instantly, and the default one lags behind by a second. I also tried with and it does the same

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread PMario
On Sunday, August 8, 2021 at 4:24:57 PM UTC+2 David Gifford wrote: 3. The above looks great, but then moments later the 'normal' TiddlyWiki > tooltip shows up. Is there any way to hide it? Or delay it so long it won't > interfere? > Hi Remove the "tooltip" parameter from the widget you use.