[tw5] Re: Speech-to-Text v1.0.5 is here!

2021-08-14 Thread BurningTreeC
... And *custom VoiceCommands* are possible! Create a tiddler tagged *$:/tags/VoiceCommand* Fill its text field with your desired actions Use the field *voice-commands *to add a list of commands that should trigger the actions flanc...@gmail.com schrieb am Sonntag, 15. August 2021 um 00:55:13

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-14 Thread Joshua Fontany
Hi Misterel85, This behaviour is found in https://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fwidgets%2Ftransclude.js ``` /*\ title: $:/core/modules/widgets/transclude.js type: application/javascript module-type: widget Transclude widget \*/ ... var parser = this.wiki.parseTextReference(

[tw5] Re: Highlighting duplicates in lists

2021-08-14 Thread paulgilbert2000
Sorry one more questions if the values are dates, how can they be displayed in normal format ,and not the tiddly wiki format On Monday, August 9, 2021 at 1:10:18 AM UTC+2 paulgilbert2000 wrote: > Thank you tones > > Will take me a while to understand all that . but it works like a charm , >

[tw5] Re: System and shadow need some love

2021-08-14 Thread springer
David, I'm confused why you see 5 steps to get to advanced search. Control-Shift-A opens the Advanced Search tiddler and puts your cursor in the search field... The tab is whatever you last chose, so often there's only the one quick step. Your other points are important (and I too use

Re: [tw5] Re: Better indexes through semantic modeling

2021-08-14 Thread Joshua Fontany
Good discussion. I have been experimenting with dynamically generating Indexes from individual Tiddlers in my Martial-Arts wiki. https://silat.chronicles.wiki/#Glossary I had to set that aside for my real-time multiplayer experiments, but hope to get back to UI work soon. Best, Joshua Fontany

[tw5] Re: Timely help needed

2021-08-14 Thread paulgilbert2000
Hey, i have a similar setup , not sure if this helps , but check this thread https://groups.google.com/g/tiddlywiki/c/OUJlcbbK5v0/m/Wpc2SWMWAgAJ?hl=en for adding a day , i don't know how to do it , however i got help to add an hour in this thread

[tw5] Re: Timely help needed

2021-08-14 Thread paulgilbert2000
Hey, i have a similar setup , not sure if this helps , but check this thread https://groups.google.com/g/tiddlywiki/c/uB1RxGj2qz0/m/QYjk6VO_AwAJ?hl=en for adding a day , i don't know how to do it , however i got help to add an hour in this thread

[tw5] Speech-to-Text v1.0.5 is here!

2021-08-14 Thread Finn Lancaster
*What's New?* New language features: - auto switch when TW language switched (opt-in on plugin settings) - more settings, such as continuous listening option! - Loads of more languages! - minor BUG fixes - and lots more! -- You received this message because you are subscribed

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-14 Thread PMario
Hi, Try this: <$transclude field="foo" /> <$transclude field="bar" /> See the red space! It should do the trick -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

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
Woohoo ! All is working A-1. Thank-you very much for your help ! I got rid of the wonky tiddler likely created while in the midst of coding a new-tiddler action widget. I also replaced my on startup "context-setting" javascript macro with some native TW code to do the job, which makes me a

[tw5] How can I prevent TW from trimming leading space in field transclusion?

2021-08-14 Thread Misterel85
How can I prevent TW from trimming leading space in field transclusion? When transcludings two fields one after the other, for instance: `<$transclude field="foo" /><$transclude field="bar" />` if the value of field "bar" starts with a space, that space is automatically removed in the

[tw5] Re: convert date in a text field to date format

2021-08-14 Thread
Hello Eric, thanks for the new macro, but I have no idea, how to assign it :-( Regards Stefan Eric Shulman schrieb am Freitag, 13. August 2021 um 23:53:09 UTC+2: > On Friday, August 13, 2021 at 12:36:11 AM UTC-7 S² wrote: > >> I use a created text field 'published', which will be filled with a

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 9:30:58 PM UTC+2 PMario wrote: > You have a very strange tiddler title, that start with: <$vars vWorkingTid > . It seems to cause a problem with the node.js syncer. ... No > tiddlers are saved. ... I did disable it at import so all tiddlers seemed > to be

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
I'm not really sure, what the macro does, but if the .run function would look like this: exports.run = function() { if ($tw.browser) { const queryString = window.location.search; try { const urlParams = new URLSearchParams(queryString); const

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
Please don't spend too much of your time on that macro. That was very early going when I couldn't figure out a way to accomplish the same thing with just native TW code. I am no fan of javascript, so quite happy to send that js code to the dustbin. Maybe not tonight. Bad thunderstorm going

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
Hi, Yea, if those 2 tiddlers are removed it works. ... Will have a closer look at the macro. ... -m On Saturday, August 14, 2021 at 9:45:19 PM UTC+2 PMario wrote: > On Saturday, August 14, 2021 at 9:35:11 PM UTC+2 cj.v...@gmail.com wrote: > >> getstartupcontext.js, that I can get rid of going

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 9:35:11 PM UTC+2 cj.v...@gmail.com wrote: > getstartupcontext.js, that I can get rid of going forward. > > If you want, delete that tiddler from the process. > It's astonishing that this mechanism works. ... Where did you get this implementation from? The

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
And that "<$vars vWorking Tid..." tiddler, that's definitely something I created by mistake while in the process of creating an action widget. I think. I can't explain that tiddler. On Saturday, August 14, 2021 at 4:30:58 PM UTC-3 PMario wrote: > You have a very strange tiddler title, that

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
getstartupcontext.js, that I can get rid of going forward. If you want, delete that tiddler from the process. On Saturday, August 14, 2021 at 4:30:58 PM UTC-3 PMario wrote: > You have a very strange tiddler title, that start with: <$vars vWorkingTid > . It seems to cause a problem with

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
You have a very strange tiddler title, that start with: <$vars vWorkingTid . It seems to cause a problem with the node.js syncer. ... No tiddlers are saved. ... I did disable it at import so all tiddlers seemed to be created ... But .. see next issue ;) And there seems to be a

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
If it matters any: version of node is 10.24.0 On Saturday, August 14, 2021 at 4:22:25 PM UTC-3 PMario wrote: > On Saturday, August 14, 2021 at 8:54:15 PM UTC+2 cj.v...@gmail.com wrote: > >> version 5.1.23 >> >> Should I first upgrade the single-file TiddlyWiki from 5.1.22 to 5.1.23 ? >> > > No.

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 8:54:15 PM UTC+2 cj.v...@gmail.com wrote: > version 5.1.23 > > Should I first upgrade the single-file TiddlyWiki from 5.1.22 to 5.1.23 ? > No. ... I did test it with the prerelease and it worked without a problem. I'll test it with 5.1.23 again. -mario -- You

Re: [tw5] Re: System and shadow need some love

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 7:19:53 PM UTC+2 Stobot wrote: > I agree that the other forms of search could be made a bit more > convenient, though I've gone back and forth on the best way to solve it. > For a few years I did what has been suggested, break the other options down > into tabs.

[tw5] Re: System and shadow need some love

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 4:01:54 PM UTC+2 David Gifford wrote: This made me wonder, why couldn't there be something similar: do a search > from the default searchbar, and have standard, system and shadow come up as > tabs? > I think this should be possible. ... The whole search

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
Hi, version 5.1.23 Should I first upgrade the single-file TiddlyWiki from 5.1.22 to 5.1.23 ? On Saturday, August 14, 2021 at 3:39:14 PM UTC-3 PMario wrote: > Hi, > Which TW server version do you use? > > tiddlywiki --version will show it. > > -m > > On Saturday, August 14, 2021 at 7:36:45

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
Hi, Which TW server version do you use? tiddlywiki --version will show it. -m On Saturday, August 14, 2021 at 7:36:45 PM UTC+2 cj.v...@gmail.com wrote: > Hello all, > > I was under the impression that the html file for a single-file TiddlyWiki > could simply be dragged to the node.js

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-14 Thread cmari
Yes, I have seen that, thanks. Unfortunately, I lack the necessary skills/time to identify the pieces that would need to be adapted to allow for viewing (and updating) a running overview of the task status for the last 10 days. On Saturday, August 14, 2021 at 10:04:33 AM UTC-7

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

2021-08-14 Thread noa@noanoa.space
Thank you for the help! i’ve actually just discovered that TiddlyMaps does an even better version of what I’m after, so I think I’ll try using that. (: -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread Charlie Veniot
Hello all, I was under the impression that the html file for a single-file TiddlyWiki could simply be dragged to the node.js TiddlyWiki for importing. Having tried this with two different single-file TiddlyWikis, the node.js TiddlyWiki (i.e. a clean/unmodified new TiddlyWiki instance) cannot

Re: [tw5] Re: Parameters into macros

2021-08-14 Thread Saq Imtiaz
Feel free to post here with your filter code (and of the macro) if you get stuck. On Saturday, August 14, 2021 at 7:24:06 PM UTC+2 Stobot wrote: > Thanks Saq, actually that sounds like an interesting challenge. From a > Javascript standpoint all I've done is tweak the macros of others so it

Re: [tw5] Re: Parameters into macros

2021-08-14 Thread Adam Stobbe
Thanks Saq, actually that sounds like an interesting challenge. From a Javascript standpoint all I've done is tweak the macros of others so it may be a bit over my head, but I'll give it a try. On Sat, Aug 14, 2021 at 1:04 PM Saq Imtiaz wrote: > The first thing that comes to mind is rewriting

Re: [tw5] Re: System and shadow need some love

2021-08-14 Thread Adam Stobbe
I agree that the other forms of search could be made a bit more convenient, though I've gone back and forth on the best way to solve it. For a few years I did what has been suggested, break the other options down into tabs. As a minimalist though, nowadays I instead built a "smarter" search bar

[tw5] Re: Parameters into macros

2021-08-14 Thread Saq Imtiaz
The first thing that comes to mind is rewriting the macro as a filter operator. On Saturday, August 14, 2021 at 6:54:22 PM UTC+2 Stobot wrote: > Is there a way to pass dynamic parameters into macros (javascript) other > than using <$macrocall/>? > > For instance I use a modified version of

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-14 Thread Saq Imtiaz
This is one of the first things that came up with a search, perhaps it may be of interest: https://rawgit.com/Guitlle/habito/build/build/habito-docs.html On Saturday, August 14, 2021 at 6:54:23 PM UTC+2 Saq Imtiaz wrote: > Just to add a bit more clarification to the issue since I have a bit

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-14 Thread Saq Imtiaz
Just to add a bit more clarification to the issue since I have a bit more time now than I did yesterday, this functionality should have been implemented as a widget and not a macro. I quickly dropped the link in reply yesterday so you would know that there was some follow up on your post.

[tw5] Parameters into macros

2021-08-14 Thread Stobot
Is there a way to pass dynamic parameters into macros (javascript) other than using <$macrocall/>? For instance I use a modified version of (Jed's I think) add-time.js that allows you to use a parameter 'days' to feed days to add to current date. So, doing something like <> would return the

[tw5] Re: Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2021-08-14 Thread cmari
Thanks Saq, that was certainly not the answer I was hoping for, but it's good to know which way the wind is blowing after so many years (I think the original dailytasks plugin that got me started 13 years ago came from you?). cmari (considering changing my name to "offspec user"!) On Friday,

[tw5] Re: System and shadow need some love

2021-08-14 Thread ludwa6
Like you, @David : i rely heavily on $:/AdvancedSearch -but that is often a 2nd step, after i first 'dump the search term' into the default searchbar, i will then click the magnifier icon beside to look into the other tabs provided by #:/AdvancedSearch. I guess this the search workflow on

[tw5] Re: System and shadow need some love

2021-08-14 Thread David Gifford
I hate the loss of the edit post button on this forum. I forgot a point: the actual steps are four, before you can enter your search term in $:/Advanced search: 1. Move from what you are doing in the story river, to the sidebar. 2. Resist the urge to do a regular search, and instead click

[tw5] System and shadow need some love

2021-08-14 Thread David Gifford
Hi everyone I am playing with the field-search plugin by PMario, and seeing how search results for a simple search come up in tabs one can pick from. This made me wonder, why couldn't there be something similar: do a search from the default searchbar, and have standard, system and shadow come

Re: [tw5] Re: TiddlyWiki Community Call and File Uploads Plugin

2021-08-14 Thread Jeremy Ruston
Just to add that an additional topic we intend to discuss is the start of a plan to migrate from Google Groups. We’ll give more details then, Best wishes Jeremy On Sat, 24 Jul 2021 at 17:36, Boris Mann wrote: > Yes, it's hard to fit Europe, west coast North American, and Australian >

[tw5] Re: !!! ''foo'' does not appear as bold

2021-08-14 Thread PMario
Hi, I did test it at tiddlywiki.com and it does, what it should do. So there may be a problem with your stylesheets somewhere. -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,

[tw5] !!! ''foo'' does not appear as bold

2021-08-14 Thread Sapphireslinger
The heading wikitext cancels out the bold wikitext. I went to the control panel and looked through the palette editor but couldn't find anything to edit to keep the H1 and H2 and H3 (etc) buttons from interfering with the bold formatting. I am using Vanilla theme. Thank you for any tips.

[tw5] How to turn off video auto-play?

2021-08-14 Thread Sapphireslinger
So I open a tiddler and all the videos contained in it all start playing at once. AAaagh! Even the ones embedded in Detail widgets. Is there some "do-not-autoplay" code I am missing? For instance: one of my tiddlers contains both of these codes: and <$list filter="[tag[video]]"> The

[tw5] Re: Help please for indicators in SideBar

2021-08-14 Thread TW Tones
Télumire, Hey thanks soo much, that is exactly what I needed. I have adopted the final css as follows to get smaller icons that the PageControls. .indicator-container { display:block; margin-top: -15px; margin-bottom: -22px; line-height:unset; } .indicator-item{ height:15px; width:15px;

[tw5] Re: Presenting my plugin library

2021-08-14 Thread TiddlyTweeter
Ciao Andrew Side comment. *It is lovely to see you have a plugin library!* I have used several of your contributions with vigor and to continuous good effect over what is now years. It is very nice to see you replenished stuff that continues to be useful! My very best wishes TT > -- You

[tw5] Re: [tw] Re: Continue order list numbering after code block?

2021-08-14 Thread Shareda
Thanks! I'm going to use this too! суббота, 14 августа 2021 г. в 06:22:36 UTC+6, Eric Shulman: > On Friday, August 13, 2021 at 3:17:28 PM UTC-7 dgle...@gmail.com wrote: > >> Although this is an old thread, > > > As you note, this is an old thread (over 6 years old!). > > *A general solution has