Re: [tw5] Re: Random html tags appear in my wiki

2021-12-14 Thread Hubert
at 18:09:22 UTC Mark S. wrote: > What version of TiddlyWiki ? > > On Saturday, December 11, 2021 at 9:23:20 AM UTC-8 Hubert wrote: > >> I've found the same issue today (both Tiddloid and Tiddloid Lite, latest >> versions), Android 11 (not an issue on Android 8). >>

[tw5] Re: Coding fun: Pie Chart with Google Charts, via some trickery

2021-11-05 Thread Hubert
This is great! It could replace my own custom SVG charting solution that is way too heavy. Thank you Charlie. On Thursday, 4 November 2021 at 18:11:41 UTC cj.v...@gmail.com wrote: > The screenshot in my first post gave a chart of tiddler types in > tiddlywiki.com. > > There are so many

Re: [tw5] Re: Tiddloid or TiddloidLite instalation

2021-05-08 Thread Hubert
on github is still from late 2019. That said, it works perfectly fine and I'm using it all the time — my most used Android app actually ;) Hope this helps. Thanks, Hubert On Saturday, 8 May 2021 at 06:39:18 UTC+1 TiddlyTweeter wrote: > Mark S. wrote: > >> Also quinoid, with similar

[tw5] Re: The case against in TW?

2021-04-15 Thread Hubert
Hi Saq, Thanks for sharing your take on this, I appreciate it. The inputActions parameter sounds interesting. Sounds like it will save me a button click in certain scenarios :) Thanks for bringing this up. Regards, -Hubert On Tuesday, 13 April 2021 at 14:57:20 UTC+1 saq.i...@gmail.com wrote

[tw5] Re: The case against in TW?

2021-04-13 Thread Hubert
ome extent but again I'm not sure if it's worthwile. Anyway, thank you for linking to the additional resources, I'll have a read. Regards, -Hubert On Tuesday, 13 April 2021 at 00:42:54 UTC+1 joshua@gmail.com wrote: > > From a technical standpoint, that HTML entity may be remo

[tw5] The case against in TW?

2021-04-12 Thread Hubert
fy <https://projectify.wiki/demo.html>). Except for browser compatibility, is there any particular reason why the use of the "pure" html implementation of a datepicker is generally discouraged? Thanks -Hubert -- You received this message because you are subscribed to the

Re: [tw5] Order of template tiddlers tagged with $:/tags/ViewTemplate

2021-04-02 Thread Hubert
m/#Order%20of%20Tagged%20Tiddlers> to understand list-before and list-after better. Regards, -Hubert On Friday, 2 April 2021 at 11:57:47 UTC+1 Mohammad wrote: > The simplest is to click on the tag pill for $:/tags/ViewTemplate and > reorder the templates > The best practice is to use

[tw5] Re: Making zoomin story view scroll to the top of the tiddler

2021-04-02 Thread Hubert
Interesting observation, I'd like to know this too. On Wednesday, 24 March 2021 at 11:37:05 UTC Soren Bjornstad wrote: > So when I took a look at $:/core/modules/storyviews/zoomin.js, I found > that seemingly the necessary code was already there, just commented out: > > // Scroll the target

[tw5] Order of template tiddlers tagged with $:/tags/ViewTemplate

2021-04-02 Thread Hubert
t;apple" tiddler (as defined by the core viewtemplates) or the text in my own viewtemplate ("viewer")? What determines the order? If I decided I want to see "This is a fruit" before or after "Lorem ipsum" how could I achieve this? Apologies if this is not cle

[tw5] Re: Lag in edit-text widget

2021-04-02 Thread Hubert
k performance, whether desktop or mobile and this solution provides that. Hope this helps. Please let me know if you need any help with this or any example code, etc. Cheers, -Hubert On Friday, 2 April 2021 at 03:16:20 UTC+1 clutterstack wrote: > > Thanks, Mark. No, I used a separate state tid

[tw5] Re: Embedding sound files

2021-01-20 Thread Hubert
Odd. In Chrome on mobile (Android 10) and desktop (Win 10), autoplay works > for me. > > On Wednesday, January 20, 2021 at 4:22:44 PM UTC+1 Hubert wrote: > >> Thanks. >> >> Since I last responded, I checked this on mobile using Tiddloid Lite. >> >> The sound did no

[tw5] Re: Embedding sound files

2021-01-20 Thread Hubert
, Hubert On Wednesday, 20 January 2021 at 15:05:29 UTC saq.i...@gmail.com wrote: > I was copying from what I posted for someone else since I'm on my phone > and it's hard to type wiki syntax. > Surprised that worked, I would have used audio/mpeg > > As for other types you will just

[tw5] Re: Using tm-scroll to scroll to a section of a long tiddler (5.1.23)

2021-01-20 Thread Hubert
t; itself that could be invalidating the scrolling mechanism (well, I hope it's not the latter). Regards, Hubert On Wednesday, 20 January 2021 at 12:50:59 UTC saq.i...@gmail.com wrote: > try selector=".bottom" and not $selector. > > On Wednesday, January 20, 2021 at

[tw5] Re: Embedding sound files

2021-01-20 Thread Hubert
s just a meaningless placeholder that will also accept non-mpeg filetypes, like ogg etc? Regards, Hubert On Wednesday, 20 January 2021 at 12:41:08 UTC saq.i...@gmail.com wrote: > Again untested code but try this: > > autoplay /> > > On Wednesday, January 20, 2021 at 1:29:57 PM UTC+

[tw5] Re: Reveal a element only when dragging (not necesarily hovering)

2021-01-20 Thread Hubert
OK, perfect. I'll give the dragstart actions a try, it sounds promising. Thanks, Hubert On Wednesday, 20 January 2021 at 12:43:22 UTC Hubert wrote: > Thank you Saq. > > The droppable element is now showing when I'm dragging an element over it. > However, I'd like it to show *the v

[tw5] Re: Reveal a element only when dragging (not necesarily hovering)

2021-01-20 Thread Hubert
Thank you Saq. The droppable element is now showing when I'm dragging an element over it. However, I'd like it to show *the very moment I start dragging*, so even *before* I've hovered it over the area of the droppable . Is that possible? Thanks again, Hubert On Wednesday, 20 January 2021

[tw5] Re: Embedding sound files

2021-01-20 Thread Hubert
a tiddler and then open that tiddler, the sound does not play: Is there anything else I'd need to do for autoplay to work for *embedded * files? Thanks again, Hubert On Wednesday, 20 January 2021 at 12:04:19 UTC sil...@gmail.com wrote: > Le mercredi 20 janvier 2021 à 11:35:41 UTC+1, H

[tw5] Using tm-scroll to scroll to a section of a long tiddler (5.1.23)

2021-01-20 Thread Hubert
ot;.bottom"/>"""> Scroll Then there's several paragraphs of the lorem ipsum text with the bottom part wrapped in a div with the class "bottom", i.e.: {{Lorem Ipsum}} {{Lorem Ipsum}} When clicking the above button to scroll, I always get the same JS error messa

[tw5] Reveal a element only when dragging (not necesarily hovering)

2021-01-20 Thread Hubert
ragover-only { display: none; } .show-on-dragover-only > .tc-droppable.tc-dragover div { display: block; } Thank you in advance for your hints. Regards, Hubert -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscri

[tw5] Embedding sound files

2021-01-20 Thread Hubert
eeping it as an external source file. We don't have any relevant tiddler content types for sound at the moment. Was anyone able to come up with a solution that works? Perhaps using binary data tiddlers? Thanks in advance for sharing your ideas. -Hubert PS. Here's Eric's post for reference. Try th

[tw5] Re: [5.1.23] Text alignment issue in More Actions menu

2020-12-25 Thread Hubert
Apologies, it looks like the screenshots did not load. Trying again: [image: test.png] On Friday, 25 December 2020 at 20:21:17 UTC Hubert wrote: > Hi All, > > I've noticed that the word "Delete" looks as if it had a negative > "margin-left" value or ther

[tw5] [5.1.23] Text alignment issue in More Actions menu

2020-12-25 Thread Hubert
Hi All, I've noticed that the word "Delete" looks as if it had a negative "margin-left" value or there was some other alignment issue (screenshot below). Before altering a shadow tiddler in my own wiki, I've decided to report it to the Group because the issue can be replicated on

[tw5] Re: Announcing the release of TiddlyWiki v5.1.23

2020-12-25 Thread Hubert
Thank you Jeremy and everyone involved in bringing this fantastic release to life! I wish you all Happy Holidays and a healthy 2021! Best regards, Hubert On Friday, 25 December 2020 at 11:32:55 UTC Ton Gerner wrote: > Hi all, > > Thank you very much Jeremy et al. > Many things to

[tw5] Re: unwanted space in, macro result

2020-09-24 Thread Hubert
Hi, I haven't studied your code in its entirety (I'm currently on mobile) but maybe try adding \whitespace trim in the line immediately following your macro definition. Good luck! Hubert On Thursday, 24 September 2020 at 19:14:03 UTC+1 jn.pierr...@gmail.com wrote: > I have spa

[tw5] Re: Advice for new TW5 user regarding line breaks

2020-09-08 Thread Hubert
just a quick and simple solution that you can use right away. Hope this helps. Enjoy! Hubert On Saturday, 5 September 2020 at 06:07:30 UTC+1 BhKh wrote: > Dear Tony, > > I have noticed your involvement in several related threads and I > appreciate the work you and others are doing on t

[tw5] Re: issue with the "Saved wiki" yellow notification

2020-08-05 Thread Hubert
hanged in every version since 5.1.17 you might need to have a look at the github repo here <https://github.com/Jermolene/TiddlyWiki5/releases>. Enjoy! Hubert On Tuesday, 4 August 2020 23:23:27 UTC+1, Jero wrote: > > > > On Tuesday, August 4, 2020 at 10:51:23 PM UTC+9, Hubert wrote

[tw5] Re: issue with the "Saved wiki" yellow notification

2020-08-04 Thread Hubert
;https://tiddlywiki.com/upgrade.html>. Remember to *backup* before upgrading! Best regards, Hubert On Tuesday, 4 August 2020 11:54:33 UTC+1, Jero wrote: > > Hi everyone. > > Tiddlywiki 5.1.17 , Firefox 78.0.2 64 bit, Windows 10 > > Issue: > The "Saved wiki" yellow no

[tw5] Re: issue with the "Saved wiki" yellow notification

2020-08-04 Thread Hubert
! Hubert On Tuesday, 4 August 2020 11:54:33 UTC+1, Jero wrote: > > Hi everyone. > > Tiddlywiki 5.1.17 , Firefox 78.0.2 64 bit, Windows 10 > > Issue: > The "Saved wiki" yellow notification covers the "hide/show sidebar" toggle > icon. > It can take se

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-07 Thread Hubert
g and drop for this, whether on mobile or desktop. See my original post here <https://groups.google.com/forum/#!msg/tiddlywiki/Jh3oH7gApJw/ONhHcS3OBAAJ>. Thanks, Hubert On Thursday, 2 July 2020 20:10:51 UTC+1, Eric Shulman wrote: > On Thursday, July 2, 2020 at 11:41:00 AM UTC-7,

[tw5] Re: [META/OT] Google Groups has a new look

2020-06-10 Thread Hubert
/Compact) like in Gmail There are many other issues. Usability definitely took a hit. Like Tony, I would like the GG dev team to iterate quickly and fix all of the points above, but I'm doubtful to be honest. Just my two cents. Thanks, Hubert On Wednesday, 10 June 2020 at 03:25:47 UTC+1 TonyM

[tw5] Re: [META/OT] Google Groups has a new look

2020-06-09 Thread Hubert
, Hubert On Tuesday, 9 June 2020 at 14:11:53 UTC+1 PMario wrote: > Hi, > How did you activate this view? > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: [META/OT] Google Groups has a new look

2020-06-09 Thread Hubert
[image: gg.png] On Tuesday, 9 June 2020 at 11:51:02 UTC+1 Hubert wrote: > Hello, > > GG is being redesigned: > > > It might not yet be available to everyone. > > For one, this could mean that GG is not going to be axed by Google for > some time. > > More h

[tw5] [META/OT] Google Groups has a new look

2020-06-09 Thread Hubert
Hello, GG is being redesigned: It might not yet be available to everyone. For one, this could mean that GG is not going to be axed by Google for some time. More here: https://support.google.com/groups/answer/9718200 Regards, Hubert -- You received this message because you are subscribed

[tw5] Re: ISO date query

2020-06-08 Thread Hubert
be rendered to this: 2020/06/07 You can wrap this macro in a filter to change all dates in one go and then simply copy/paste the output. The whole operation would probably be quicker and simpler using a text editor as these are just strings, not to mention that the above macro can probabl

[tw5] Re: TiddlyWiki github repo has 4913 stars but it should show 5000+ stars!!

2020-06-08 Thread Hubert
Done :) Now only 55 stars left. On Monday, 8 June 2020 14:19:41 UTC+1, Lin Onetwo wrote: > > I'm doing my part and sharing this news in some tiddlywiki related wechat > and QQ group! > > LinOnetwo > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Mobile drag and drop out of the box

2020-06-04 Thread Hubert
rag%2520And%2520Drop%2520Shim%2520Plugin.html> . Regards, Hubert -- 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...@googlegro

[tw5] Re: Obsidian - Roam competitor

2020-05-28 Thread Hubert
I'm not sure if it's fair to compare TW with all these tools. What exactly is lost if TW does not immediately appeal to a broad audience? TiddlyWiki is like a programming language, so some learning curve is part of the experience. We can do amazing things with TW, both functionally and

[tw5] Re: Personal News

2020-05-18 Thread Hubert
Jeremy, I hope it's manageable. I wish you a quick recovery! Keep strong and get well soon! Best regards, Hubert On Monday, 18 May 2020 09:59:36 UTC+1, Jeremy Ruston wrote: > > I should let you all know that I have somehow contracted Covid-19, despite > being in careful lockdown for t

Re: [tw5] Show element when in viewport (on scroll)?

2020-05-18 Thread Hubert
Hi Jeremy, Thank you for the instructions add the additional information! Best regards, Hubert On Saturday, 16 May 2020 15:02:26 UTC+1, Jeremy Ruston wrote: > > Hi Hubert > > I’m afraid the dynaview plugin examples were out of date which made things > difficult. It’s fixed now,

[tw5] Re: Question for long time TiddlyWiki users

2020-05-18 Thread Hubert
ever expect it to happen because of encryption. BTW, there's also a plugin allowing you to encrypt single tiddlers only, though I don't personally use that. I hope this helps. Enjoy! Hubert On Monday, 18 May 2020 03:09:26 UTC+1, Reet Pandher wrote: > > Have you tried the encryption feature

[tw5] Re: Show element when in viewport (on scroll)?

2020-05-14 Thread Hubert
ks like a nail. > I 100% agree with you Tony. I'm a core purist/minimalist in the sense that I give precedence to the tools already available in the core. I'm actually in the process of replacing all my $formula macros with the core math/compare operators. But again, in this particular scen

[tw5] Re: Show element when in viewport (on scroll)?

2020-05-13 Thread Hubert
SS/@media/overflow-block> sounds familiar but I suspect that we do need a JS element for this approach. I might be wrong though. Thank you! Hubert On Wednesday, 13 May 2020 13:56:32 UTC+1, TonyM wrote: > > Hubert > > A possible line of enquiry may be html css overflow parameters w

[tw5] Re: Show element when in viewport (on scroll)?

2020-05-13 Thread Hubert
; what you mean. > The link I've included in my original post (sorry, it was somewhat hidden) shows what I mean, please see here: https://stackoverflow.com/questions/49916259/show-element-when-in-viewport-on-scroll Thanks again! Hubert On Wednesday, 13 May 2020 16:22:38 UTC+1, Mat wrote: &

[tw5] Show element when in viewport (on scroll)?

2020-05-13 Thread Hubert
d that there might be an issue getting this solution to work consistently across all the storyviews. I was wondering if anyone built something similar and would be willing to share their approach? Thank you, Hubert even through CSS ("display: none") based on it's class Show element when

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
t a useful one) example could be to show an alert and then close it 5 seconds later. But again, it all depends on the problem you're trying to solve. Hope this helps. Regards, Hubert On Thursday, 7 May 2020 14:06:59 UTC+1, TonyM wrote: > > Could those in the thread explain to a broader audien

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread Hubert
Thank you for sharing Jed, amazing work and extremely useful. Regards, Hubert On Thursday, 7 May 2020 12:42:53 UTC+1, Jed Carty wrote: > > I needed a break from my other work, so I made an action widget that can > add a delay to the execution of other action widgets. > > E

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
s made by the previous action widgets. So, I feel like there could be a wider need for your widget :) Thanks again, Hubert -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from i

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
Jed, thank you!!! This is fantastic. It works as advertised, great work! Many thanks, Hubert On Thursday, 7 May 2020 12:41:26 UTC+1, Jed Carty wrote: > > I got bored and needed a break from my other work, so I made the widget I > described: https://ooktech-tw.gitlab.io/plugins/del

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-07 Thread Hubert
That sounds great, thanks Jed. I'm only just beginning to learn JavaScript but this is some important info. I'm sure I'll come up with some solutions eventually and find new problems as I go :) Thanks, Hubert On Wednesday, 6 May 2020 20:02:04 UTC+1, Jed Carty wrote: > > In the sa

[tw5] Re: JS sleep/timeout function (custom widget)?

2020-05-06 Thread Hubert
by design (due to security?) or maybe it's just due to JS multi-threading, I have no idea. Either way, it appears that setTimeout will not just magically delay JS operations globally, not least in any subsequent action widgets. Thanks, Hubert On Wednesday, 6 May 2020 11:41:22 UTC+1, Jed Carty wrote

[tw5] JS sleep/timeout function (custom widget)?

2020-05-06 Thread Hubert
to do. I was wondering if someone knowledgeable in JS could share their thoughts on the best approach to achieve this with little to no risk. Many thanks, Hubert -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-06 Thread Hubert
g $reveal widgets or anything else you seem fit based on the name of the OS stored in the tiddler current_OS. I'm not sure whether a consistent URL keyword can be found on Apple devices as well, I assume there could be. Just my two cents, maybe someone will find this solution useful. Thanks, Hube

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-06 Thread Hubert
Hi Riz, Thanks for sharing. I like your demo, it looks fresher. I agree it would be great if Mohammad's alerts and tips made it to the core, they would bring a more attractive, modern look. Thanks, Hubert On Wednesday, 6 May 2020 00:04:40 UTC+1, Riz wrote: > > > I wonder, is it

[tw5] Re: TiddlyWiki Hangout #104 with Saq Imtiaz

2020-05-06 Thread Hubert
Thanks for sharing, Jeremy, and thanks to Saq for showcasing your solutions, this was very interesting and inspiring to watch. Best regards, Hubert On Monday, 4 May 2020 17:48:33 UTC+1, Jeremy Ruston wrote: > > TiddlyWiki Hangout #104 is now available to watch on YouTube, with my >

[tw5] Re: How to display an alert at a predetermined time?

2020-05-05 Thread Hubert
Hi again Thomas, Thank you very much for taking the time to share your mechanism in such detail! I was able to reproduce your approach, which opens so many new possibilities :) Thank you again, I really appreciate your help with this. Best regards, Hubert On Sunday, 3 May 2020 10:32:45 UTC

Re: [tw5] [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Hubert
That was a great read, skillfully written. Thank you Mat! Regards, Hubert On Thursday, 30 April 2020 17:51:31 UTC+1, Julio Peña wrote: > > Ah, thank you for clarifying...understood! > > On Thursday, April 30, 2020 at 12:24:07 PM UTC-4, Jeremy Ruston wrote: >> >> Bitmap

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Hubert
Thanks for sharing your plugin Max. It looks like a great addition to the core functionality . Good question! For example, I'm using JS in order to determine which > tiddler is the current one (because more

[tw5] Re: Open Tiddler in Edit Mode

2020-04-30 Thread Hubert
look of the button consistent with other internal links in your wiki (the class tc-tiddlylink is one example). Enjoy! Hubert On Thursday, 30 April 2020 18:47:18 UTC+1, David wrote: > > I'm always clicking the link to a tiddler and then having to switch it to > edit mode. > > P

[tw5] Re: How to display an alert at a predetermined time?

2020-04-30 Thread Hubert
Mat, Thank you for your suggestions. If I remember correctly, "tickler" was part of the PM solution named "Cardo". Unfortunately, "Cardo" appears to be offline at the moment, so I can't see how it was done. Thank you, Huberrt On Wednesday, 29 April 2020 23:23:17 UTC+1, Mat wrote: > > I'm too

[tw5] Re: How to display an alert at a predetermined time?

2020-04-30 Thread Hubert
rts. But I can't fire such actions by merely interacting with the TW itself, so I can't create alerts on demand in this way without running <$action-createtiddler/> somewhere. Apologies if this is too long winded & thanks for your time! Regards, Hubert On Wednesday, 29 April 2020 20:2

[tw5] Re: Search operator: search for whole words only

2020-04-29 Thread Hubert
For the record, \b appears limited to ASCII characters. It will not match non-English diacritics correctly, as explained in this post <https://stackoverflow.com/questions/5311618/javascript-regular-expression-problem-with-b-and-international-characters/5311760> . Regards, Hubert On Wed

[tw5] Re: Search operator: search for whole words only

2020-04-29 Thread Hubert
OK, I had to resort to the $wikify widget but now it works: <$wikify name="searchterm" text="""\b{{$:/note!!note}}\b"""> <$list filter="""[tag[note]search:title:regexp]"""> <> Thanks again Mark for pointing

[tw5] Re: Search operator: search for whole words only

2020-04-29 Thread Hubert
is in the note field of the $:/note tiddler: <$list filter="""[tag[note]regexp:title[\b{$:/note!!note}\b]]"""> Thanks! Hubert On Wednesday, 29 April 2020 15:32:31 UTC+1, Mark S. wrote: > > Something like: > > [regexp:text[\bTW\b]] > > > &

[tw5] Search operator: search for whole words only

2020-04-29 Thread Hubert
any idea how? Many thanks! Hubert -- 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 o

[tw5] How to display an alert at a predetermined time?

2020-04-29 Thread Hubert
ert in the "present" while showing its modified "future" date. Is there any way to make the alert mechanism delay displaying an alert if its field (the modified field or any other custom field, if possible) has a UTC timestamp set to the future? Thanks for your help. Regards,

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-28 Thread Hubert
be nice to have this action implemented on opening a tiddler in the zoomin story view and as part of any other single tiddler mode(s) that could be introduced in the future. But that's a discussion for a different thread. Thanks again! Hubert On Monday, 27 April 2020 11:09:55 UTC+1, Jan wrot

Re: [tw5] Random operator?

2020-04-23 Thread Hubert
macro or filter operation. The reason I originally asked for a random filter operator was based on the assumption that filters are central to so many things within TiddlyWiki, including maths. I wasn't aware of the proposed shuffle operator. I will follow the developments. Regards, Hubert

[tw5] Re: Random operator?

2020-04-23 Thread Hubert
er I thing some of the maths plugins include > this eg evans formula plugin. > Yes, Evan's formula has been my go-to maths plugin for years, also for random. Thanks again, Hubert On Thursday, 23 April 2020 13:06:16 UTC+1, TonyM wrote: > > Hubert, > > That could be useful - however

[tw5] Random operator?

2020-04-23 Thread Hubert
ships with random out of the box. However, I think it would be a great to have the random operator in the core, just like the range <https://tiddlywiki.com/#range%20Operator> operator was added not so long ago. Just some thoughts. Regards, Hubert -- You received this message

[tw5] Re: Modifying the "More actions" menu

2020-04-19 Thread Hubert
obile view have a viewport width of 360px today, so I've targeted that with a media query in my own stylesheet like below, but that's an unrelated note to anyone interested: @media (max-width: 650px) { .tc-drop-down { min-width: 360px; } } Regards, Hubert On Sunday, 19 Apr

[tw5] Re: Modifying the "More actions" menu

2020-04-18 Thread Hubert
hould do the trick. Thank you! PS. Mat, although that's not exactly what I needed, it's great that you've spotted the UI inconsistency there by the way. Thanks again to everyone for your involvement :) Regards, Hubert On Saturday, 18 April 2020 22:48:13 UTC+1, Mat wrote: > > Hubert, as

[tw5] Modifying the "More actions" menu

2020-04-18 Thread Hubert
lready set to "hide" for some reason) or remove their relevant tag(s) but thought I would ask here first in case there was a cleaner (and a reversible) solution. Thank you! Hubert -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&qu

[tw5] Re: Announcing the release of TiddlyWiki v5.1.22

2020-04-16 Thread Hubert
Thank you Jeremy and everyone involved for this exciting new release! I feel like a kid on Christmas morning ;) Best, Hubert On Wednesday, 15 April 2020 17:00:14 UTC+1, Jeremy Ruston wrote: > > I’m delighted to announce the release of TiddlyWiki v5.1.22. > > https://ti

[tw5] Re: Woff2 Web fonts and Tiddlywiki 5.1.22p

2020-04-09 Thread Hubert
Mohammad, thank you for taking the time to explain this in detail. Great work indeed! Best regards, Hubert On Thursday, 9 April 2020 16:04:47 UTC+1, Mohammad wrote: > > Hi Hubert, > It uses the official highlight.js plugin! see its link here: > https://tiddlywiki.com/prereleas

[tw5] Re: Woff2 Web fonts and Tiddlywiki 5.1.22p

2020-04-09 Thread Hubert
of the upcoming TW version 5.1.22? Many thanks, Hubert On Wednesday, 8 April 2020 20:53:22 UTC+1, Mohammad wrote: > > Hi Thomas! > > On Wednesday, April 8, 2020 at 11:59:49 PM UTC+4:30, Thomas Elmiger wrote: >> >> Thank you, Mohammad >> >> Looking forward to t

[tw5] Re: CSS styling of radio buttons

2020-04-02 Thread Hubert
will look into yours more tomorrow and learn something new. Thanks again! Regards, Hubert On Thursday, 2 April 2020 20:41:52 UTC+1, Mat wrote: > > Presenting: http://radiobuttons.tiddlyspot.com/ > > <:-) > -- You received this message because you are subscribed to

[tw5] CSS styling of radio buttons

2020-04-02 Thread Hubert
k here. Would anyone be willing to share their own CSS for custom radio buttons or a bare-bones "wireframe" type CSS code that I could build upon? Any help would be appreciated. Thank you, Hubert -- You received this message because you are subscribed to the Google Groups &q

[tw5] Re: Voting for v5.1.22 banner

2020-03-31 Thread Hubert
Hi Jeremy, Great news, I'm looking forward to the official release of 5.1.22! PS. I've just voted. Best regards, Hubert On Monday, 30 March 2020 16:13:20 UTC+1, Jeremy Ruston wrote: > > Thank you to everyone who entered the competition (see > https://groups.google.com/d/topic/t

[tw5] Re: general substring possible?

2020-03-27 Thread Hubert
I'm not quite sure what you're trying to accomplish. To split your input (2020-03-12) you can use the split[] operator and to replace the dash (-) with a point (.) you can also use join, like for instance: <$list filter="[[2020-03-12]split[-]join[.]]"> Thanks, Hubert On

[tw5] Re: general substring possible?

2020-03-27 Thread Hubert
Hi Gerald, Please also see Jed's solution here: https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/tiddlywiki/MBBVVsTb23M/CNhyN8RCAQAJ Best regards, Hubert On Friday, 27 March 2020 11:51:43 UTC, Gerald Weis wrote: > > Hi Tony > > example-String > > That is

[tw5] Re: Dictionary to JSON

2020-03-10 Thread Hubert
It works perfectly, thank you Mohammad! Regards, Hubert On Tuesday, 10 March 2020 15:28:05 UTC, Mohammad wrote: > > Try the attached code in tiddlywiki.com > > > --Mohammad > > > On Tuesday, March 10, 2020 at 6:26:39 PM UTC+3:30, Hubert wrote: >> >> Hello,

[tw5] Dictionary to JSON

2020-03-10 Thread Hubert
. Many thanks, Hubert -- 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 on the web vi

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Hubert
you can test different solutions and boost processing time by a few hundred ms in the best of cases. Apologies if this appears vague, I just don't want to speculate. Many thanks, Hubert On Tuesday, 10 March 2020 11:20:13 UTC, HC Haase wrote: > > > > tirsdag den 10. marts 2020 kl. 12

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Hubert
tps://tiddlywiki.com/static/all%2520Operator.html>. There might be performance benefits too, but I'm not qualified to answer this part of your question. Thanks, Hubert On Tuesday, 10 March 2020 11:04:19 UTC, HC Haase wrote: > > thank very much you for your answer. This was what

[tw5] Re: [Help] performance of plugin, filters

2020-03-10 Thread Hubert
ng it twice, which is inefficient. For example, this is less efficient: <$list filter="[all[tiddlers]tag[something]]"> <$list filter="[has[field]]"> than this: <$list filter="[all[tiddlers]tag[something]has[field]]"> Please correct me if I'm w

[tw5] Re: Filter comparison operators

2020-03-10 Thread Hubert
probably the best 'scenario routing'/comparison mechanism that we have in TW at the moment, short of js of course. More here. <https://tiddlywiki.com/static/RevealWidget.html> Thanks, Hubert On Tuesday, 3 March 2020 12:51:47 UTC, David Allen wrote: > > Looking for a filter ope

[tw5] Re: Question: how to produce a list of unique list items from a filter search?

2020-03-05 Thread Hubert
ist-item <https://tiddlywiki.com/static/each%2520Operator.html>, somewhat mysterious ;) but -- it works! Thanks again, -Hubert On Thursday, 5 March 2020 19:35:56 UTC, Mat wrote: > > Here's a... um... really awkward way that at least seems to work. I really > hope this is not th

[tw5] Re: Question: how to produce a list of unique list items from a filter search?

2020-03-05 Thread Hubert
Mat, thanks simplifying the code. Unfortunately, the output I get still contains duplicates. I've tried "each" in the meantime as well, but still no luck. Many thanks, Hubert On Thursday, 5 March 2020 18:39:33 UTC, Mat wrote: > > <$list filter="[all[tiddlers]pre

[tw5] Question: how to produce a list of unique list items from a filter search?

2020-03-05 Thread Hubert
hus produced duplicates. Could anyone suggest a fix to my lists that would produce a list of unique items? Thank you in advance. Regards, Hubert -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop r

Re: [tw5] Does ActionListopsWidget not support the $timestamp attribute?

2020-02-29 Thread Hubert
Ah, I see that now. Thank you for the clarification, Jeremy! Best regards, Hubert On Saturday, 29 February 2020 11:52:34 UTC, Jeremy Ruston wrote: > > Hi Hubert > > The tiddler $:/config/TimestampDisable is not a shadow tiddler from the > core plugin (see below), instead it

[tw5] Re: Does ActionListopsWidget not support the $timestamp attribute?

2020-02-29 Thread Hubert
is as part of the core) and on editing this tiddler, TW did produce the shadow tiddler warning. I could not find anything else in the TW documentation either. What's the "status" of $:/config/TimestampDisable? Is it yet another hidden setting? Thank you again! Regards, Hubert On Saturday,

[tw5] Does ActionListopsWidget not support the $timestamp attribute?

2020-02-27 Thread Hubert
estamp attribute, in a similar fashion as it's possible in the ActionSetFieldWidget and ActionCreateTiddlerWidget? Thank you, Hubert -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from i

[tw5] Re: tag dropdown slowdown - solution/discussion

2020-02-07 Thread Hubert
nt with it already > Thank you for that Ton! A nice optimisation feature that I didn't know I needed. It looks like yet another example of a useful feature that is missing in the documentation. Regards, Hubert On Friday, 7 February 2020 13:11:54 UTC, Ton Gerner wrote: > >

[tw5] Re: [data tiddlers] dealing with ":" (from <>)

2020-02-05 Thread Hubert
ps.google.com/forum/?utm_medium=email_source=footer#!msg/tiddlywiki/n_4IWZqHIEs/nbRAykfMAgAJ> . As it stands, they are candidates for deprecation. I still use them a lot though, especially for thousands of small data points. Just a slightly OT note. Regards, Hubert On Wednesday, 5 February 2020

[tw5] Image in a modal (CSS question)

2020-01-30 Thread Hubert
OK, I've solved it with: .tc-modal img { width: 100%; object-fit: contain; } -- 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] Image in a modal (CSS question)

2020-01-30 Thread Hubert
that stand out. Many thanks in advance. Regards, Hubert -- 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.co

[tw5] Re: TiddlyWiki support multi-user privilege

2020-01-30 Thread Hubert
the simplest (and one that does not require building a toggle/UI from scratch). Regards, Hubert On Thursday, 30 January 2020 08:11:27 UTC, PeterTheDog wrote: > > I'm talking about read only. > I'd like to share tiddlywiki on a network folder and only 1 user need to > be able to edit the wi

[tw5] Re: How to hide creation date/time shown on page?

2020-01-29 Thread Hubert
use the whole corresponding div will then be removed from view. Hope this helps. Regards, Hubert On Wednesday, 29 January 2020 07:21:40 UTC, Jon wrote: > > Hi, > > I have wiki with the creation date & time, normally shown at the top of > the tiddler, hidden and I'd like to reproduc

Re: [tw5] Default tiddlers do not reload. Bug?

2020-01-27 Thread Hubert
Thank you Jeremy! Fixed for me too. Best regards, Hubert On Monday, 27 January 2020 18:30:39 UTC, Jeremy Ruston wrote: > > Hi Mohammad, Hubert, > > I believe that this is now fixed: > > > https://github.com/Jermolene/TiddlyWiki5/commit/29461403ed5868500ac8e9917e1428a5809

[tw5] Re: zoomin story view: is this a bug? or this is the normal behaviour

2020-01-27 Thread Hubert
Fantastic! Thank you Jeremy for implementing the fix. Best regards, Hubert On Monday, 27 January 2020 18:40:56 UTC, Mohammad wrote: > > Hi Jeremy, > > I tested the new update at https://tiddlywiki.com/prerelease/ > I confirm the issue has gone! Tested on FF, Edge Chromium.

  1   2   3   >