Re: [tw5] Re: Use Talk Tiddlywiki instead of Google Forum

2021-08-28 Thread Charlie Veniot
. > > On Sunday, August 29, 2021 at 5:31:08 AM UTC+2 Mohammad wrote: > >> On Sun, Aug 29, 2021 at 12:03 AM Charlie Veniot >> wrote: >> >>> Yeah, GG still works better for me than TT on my desktop. >>> >>> I don't do mobile, and I susp

[tw5] Re: Some coding fun: A Word Occurrence Highlighter

2021-08-29 Thread Charlie Veniot
Cognitively, "mark" throws me off because every time I see that I think of "Mark", a great childhood buddy. Then, whatever I'm trying to do at the moment hits a major pause as I'm distracted by childhood memories. Everything, and I mean everything, is just one degree of separation from

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread Charlie Veniot
etically disagreeable can be easily >> adjusted via some quick CSS adjustments. >> >> For example: different border setup or no borders, background colors, >> indent of sections within other sections, etc. etc. >> >> That code demo is very rough around the edges, ju

Re: [tw5] Re: Use Talk Tiddlywiki instead of Google Forum

2021-08-29 Thread Charlie Veniot
and suggested having a look at Discourse themes, they > welcome to add more themes! > Please see https://talk.tiddlywiki.org/t/other-themes-for-discourse/446 > > > > Best wishes > Mohammad > > > On Sun, Aug 29, 2021 at 8:46 AM Charlie Veniot wrote: > >> Just

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread Charlie Veniot
29/08/21 4:24 am, David Gifford wrote: >>> >>> Everyone always forgets the simplest solution to this. The HTML details >>> disclosure element. >>> >>> Your section header >>> >>> {{Your transcluded tiddler}} >>> >>>

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-30 Thread Charlie Veniot
gt; wikitext. >>>>>> >>>>>> I was looking to solution like Emacs org-mode Visibility Cycling >>>>>> <https://orgmode.org/manual/Visibility-Cycling.html>. >>>>>> >>>>>> >>>

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-30 Thread Charlie Veniot
t;>>>>> matter >>>>>>> of applying that template anywhere you need via the beauty of >>>>>>> transclusion >>>>>>> and then you never need to put your eyeballs on that HTML again. Well, >>>>>>> ma

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread Charlie Veniot
On Monday, 16 August 2021 at 12:39:05 UTC+10 cj.v...@gmail.com wrote: > >> Better to keep the HTML readable, drag the attached json with two >> tiddlers into some TiddlyWiki: >> >> On Sunday, August 15, 2021 at 11:27:41 PM UTC-3 Charlie Veniot wrote: >> >>>

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread Charlie Veniot
o the back button in the iFrame (by blocking access to the entire menu), which winds up performing the back button operation on the entire browser page. On Sunday, August 15, 2021 at 11:27:41 PM UTC-3 Charlie Veniot wrote: > I don't know what made me think of this. > > In case this has

Re: [tw5] Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread Charlie Veniot
Mohammad wrote: > Charlie > > I assume this is a very clever solution! > Can we say this is a backdoor to inject JS into TW. > Of course I am not familiar with iframe features in TW! > > > Best wishes > Mohammad > > > On Mon, Aug 16, 2021 at 6:57 AM Charlie V

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread Charlie Veniot
ckDiv"); >> ... >> >> The reason for the added code: block access to the back button in the >> iFrame (by blocking access to the entire menu), which winds up performing >> the back button operation on the entire browser page. >> On Sunday, Aug

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread Charlie Veniot
tes how an iFrame can show dynamically created/modified HTML+javascript. On Monday, August 16, 2021 at 11:55:46 AM UTC-3 Charlie Veniot wrote: > Updated one of the tiddlers in the JSON package. New version attached. > > The addition highlighted below: > > > > >

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread Charlie Veniot
olk having an "oh poop" moment.) Hmm, maybe I should be thinking of a career as a white hat, kind of an Inspector Clouseau version ... On Monday, August 16, 2021 at 12:51:35 PM UTC-3 Charlie Veniot wrote: > It kind of sounds like the iFrame element should then be outright &g

[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] 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

[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 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 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
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 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

Re: [tw5] Do you already use https://talk.tiddlywiki.org/ ?

2021-08-19 Thread Charlie Veniot
I don't think I can go over there to play with it. When I'm forced to go, I'll try it. If I can't stand it, I'll have a decision to make then. Well, if there is an alternative interface, or an alternative way to interact with the discourse site without actually having to look at it, then

Re: [tw5] Do you already use https://talk.tiddlywiki.org/ ?

2021-08-19 Thread Charlie Veniot
Yeah, something else that irks me: I like one line per conversation, with few columns of info (person who started the conversation, last reply date/time, and subject (with a little bit of text from the message to fill remaining space, that's fine.) And: here I am with a nice 27" display, loads

[tw5] Re: A brewing idea: TiddlyWiki on node.js: check for changes

2021-08-21 Thread Charlie Veniot
ch tiddlywiki needs to be restarted to get the latest data tiddlers from the other tiddlywikis* Something like that. No fuss, no muss. Keeping it simple. On Tuesday, August 17, 2021 at 3:18:27 PM UTC-3 Charlie Veniot wrote: > Say I have a TiddlyWiki running on node.js, and t

[tw5] Re: Do you already use https://talk.tiddlywiki.org/ ?

2021-08-19 Thread Charlie Veniot
Yeah, just looked at it again. Created an account to see if I can customize the interface to be more GG looking, no dice. Love TiddlyWiki, *really* loathe that new forum. Not convinced I'll have the patience to deal with that interface. Too many bells and whistles going on. Bare-bones

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-25 Thread Charlie Veniot
All of that is totally valid and well said, but do keep in mind: When something is too complex for an individual with a cognitive disability (including Edward, including me, including whoever else), the complexity of an application and/or the interface, that doesn't really get resolved by more

[tw5] Can a tiddler be setup to not allow being overwritten?

2021-09-05 Thread Charlie Veniot
Say I have a tiddler that must not be overwritten by things such as: - an attempt to save a new tiddler with the same name - an import of a tiddler with the same name i.e. a critical tiddler, one which if overwritten, things will get completely screwed up. Is there an easy way to protect

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-05 Thread Charlie Veniot
Trying to achieve a robust architecture for a farm of node.js TiddlyWikis that together form a distributed database, with end-user level (and private) TiddlyWikis that have certain types of tiddlers that are automagically shared (and the rest private), and system-level TiddlyWikis that tie all

[tw5] TiddlyWiki Programming Fun: Date Picker Widgets +

2021-09-08 Thread Charlie Veniot
G'day all, While documentation for my "Date Picker Widgets" mini-programming-project is still in the works, and while I plan on putting a bunch of tiny tutorials/whatever videos together ... I decided to throw together a quick and dirty "preview" video

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-05 Thread Charlie Veniot
G'day Tones, I've got editing and delete of important tiddlers blocked via tiddler locking. That's easy and good. The only thing I have to handle, even if 99% unlikely, is certain tiddlers getting overwritten by any tech-savvy (well, TiddlyWiki-savvy) individual. Since that can't really be

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-05 Thread Charlie Veniot
Well, "Tiddly Locking" isn't a solution to my problem in this thread. My problem is about preventing tiddlers from being overwritten by an import or by a new tiddler getting created and saved with a name of a tiddler that already exists. That's not solved. Tiddly Locking is great, is

[tw5] Re: More playing around with TiddlyWiki on node.js: the makings of a distributed database

2021-09-05 Thread Charlie Veniot
only "Sales Rep 2 Customer List" that gets updated >> (automatically and behind the scenes) upon new/edit/delete of customer >> tiddlers, and also has view access to "Sales Rep *1* *(not 2)* Customer >> List". >> >> On Saturday, September

[tw5] Re: More playing around with TiddlyWiki on node.js: the makings of a distributed database

2021-09-05 Thread Charlie Veniot
be used for new customers and >>> remain the primary "source of truth". From which all sales reps obtain the >>> customer details. >>> >>> Regards >>> Tones >>> >>> On Sunday, 5 September 2021 at 07:07:55 UTC+10 cj.v...@gmail.

[tw5] Re: If possible, can GG continue to co-exist with TiddlyTalk?

2021-09-12 Thread Charlie Veniot
One would think a no-brainer because GG costs nothing, but not quite the no-brainer if there are costs/efforts on the TiddlyTalk side to maintain integration. If it is not a pain in the caboose to keep that integration, it might be good to completely alter the header for this GG and just have

[tw5] If possible, can GG continue to co-exist with TiddlyTalk?

2021-09-12 Thread Charlie Veniot
I gave TiddlyTalk a go, and it is like death by a million cuts, cognitively speaking. Too many design issues with TiddlyTalk for me to operate with it. The design of GG, for all of its warts, works for me because of lack of features, because of the simplicity. So I just have to manage

[tw5] Re: If possible, can GG continue to co-exist with TiddlyTalk?

2021-09-12 Thread Charlie Veniot
Knock on wood, moving from those other places to TiddlyTalk ? On Sunday, September 12, 2021 at 3:14:40 PM UTC-3 strikke...@gmail.com wrote: > . * (I think that's something that could be done now, seeing how well >> TiddlyTalk has been received.)* > > > I have no idea how many users that used

[tw5] Re: ISO week date format template

2021-09-12 Thread Charlie Veniot
quot; should be "[Sun],[7]" >> >> The dangers of mindless cut and paste ... >> >> On Saturday, September 11, 2021 at 12:49:23 AM UTC-3 Charlie Veniot wrote: >> >>> G'day, >>> >>> Just to get the conversation started, try this in a new tid

[tw5] Re: How to get the title of a tiddler in js?

2021-09-12 Thread Charlie Veniot
Hi, Instead of altering the javascript, give what's in the screenshot below a try. Do note: for the change to take effect, you do have to save and reload your TiddlyWiki. [image: Screenshot 2021-09-12 1.48.30 PM.png] On Sunday, September 12, 2021 at 12:34:03 PM UTC-3 imleg...@gmail.com

[tw5] Re: TiddlyWiki "Trail Mix" video: Startup Actions + other little things

2021-09-12 Thread Charlie Veniot
Thanks, much appreciated ! 25 years ago, I gave up trying to put personal "leave a message" recordings in voice mail because it would take me forever. Can't seem to speak without tripping over my words. Brain too fast, mouth to slow. Brain to fast, mouth to slow? Now I'm thinking of lyrics

[tw5] Re: shortcut to open the control panel

2021-09-12 Thread Charlie Veniot
ot all things. Darn. On Sunday, September 12, 2021 at 4:22:47 PM UTC-3 Charlie Veniot wrote: > I am going to throw a little curve ball at you. > > I can't figure out at all how to get the navigator widget thing working. > > However, I think I much prefer this (give a tiddler as per the scr

[tw5] Re: shortcut to open the control panel

2021-09-12 Thread Charlie Veniot
I am going to throw a little curve ball at you. I can't figure out at all how to get the navigator widget thing working. However, I think I much prefer this (give a tiddler as per the screenshot below a go.) The big advantage of opening the Control Panel in a separate window (side-by-side

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
G'day, Just focusing on this bit of your code: <$list filter="[all[current]!days:last-contact{!!frequency}]"> <$link><$view field="title"/> Let's do this: <$list *variable="thisTiddler" * filter="[all[current]!days:last-contact{!!frequency}]"> <$link><$view field="title"/> Now

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
steps are a visual/explicit reminder or something (i.e. a trail of breadcrumbs!) On Monday, September 13, 2021 at 10:46:50 AM UTC-3 Charlie Veniot wrote: > G'day, > > Just focusing on this bit of your code: > > <$list filter="[all[current]!days:last-contact{!!frequency}

[tw5] Re: How to start TW5 with sidebar collapsed

2021-09-10 Thread Charlie Veniot
Hello, Sorry, just taking a quick break at work, so no time to explain details. Please download and drag the attachment into some tiddlywiki, take a look at the one tiddler and alter for your needs. Cheers! On Friday, September 10, 2021 at 2:18:34 PM UTC-3 Faber wrote: > Hello, it's possible

[tw5] Re: ISO week date format template

2021-09-10 Thread Charlie Veniot
G'day, Just to get the conversation started, try this in a new tiddler in some tiddlywiki: <$vars dateNow= <>> {{{ [search-replace:[Mon],[1]search-replace:[Tue],[2]search-replace:[Wed],[3]search-replace:[Thu],[4]search-replace:[Fri],[5]search-replace:[Sat],[6]search-replace:[Thu],[7]] }}}

[tw5] Re: Very basic EditTextWidget tutorial and how I often specify target tiddler name

2021-09-10 Thread Charlie Veniot
Thank-you for the 5.2.0 info ! I added info about that in the comments section of the video. On Friday, September 10, 2021 at 5:37:18 PM UTC-3 amreus wrote: > Simplified work-flow videos like this would have shortened my TiddlyWiki > learning curve considerably. Please keep it up if you can.

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
Oh yeah, oops. Scatter-brained. On Monday, September 13, 2021 at 12:02:58 PM UTC-3 Eric Shulman wrote: > On Monday, September 13, 2021 at 6:51:14 AM UTC-7 cj.v...@gmail.com wrote: > >> Aside: we could merge the two <$list> filters together > > > That wouldn't work in this case, as the inner

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
<$list filter="[has[frequency]]"> *<$vars theCount={{{ [all[current]!days:last-contact{!!frequency}count[]] }}} >* <$list filter="[all[current]!days:last-contact{!!frequency}]"> <$link><$view field="title"/> ** On Monday, September 13, 2021 at 12:12:45 PM UTC-3 0 0 wrote: > Thank you

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
Well, in the middle of doing something else, so not quite sure if I have the right count in the highlighted filter. On Monday, September 13, 2021 at 12:18:45 PM UTC-3 Charlie Veniot wrote: > <$list filter="[has[frequency]]"> > *<$vars theCount={{{ [all[current]!days

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
e answer you're looking for.' On Monday, September 13, 2021 at 12:20:15 PM UTC-3 Charlie Veniot wrote: > Well, in the middle of doing something else, so not quite sure if I have > the right count in the highlighted filter. > > On Monday, September 13, 2021 at 12:18:45 PM UTC-3 Charli

[tw5] Re: How to get the title of a tiddler in js?

2021-09-15 Thread Charlie Veniot
That will require a change to the plugin's javascript, I think, which will be quite ugly. Alternatively, you could create a single-click button in the tiddler toolbar which copies the tiddler title to the clipboard. I think that would be a much more trivial affair. On Wednesday, September

[tw5] Re: How to get the title of a tiddler in js?

2021-09-14 Thread Charlie Veniot
Just to answer your first question, you want to modify the ViewTemplate in your TiddlyWiki that has the plugin. (screenshot below) Also, after you've edited the plugin, you have to make sure to save and reload the TiddlyWiki for the change to take effect. I just tested this again, and it all

[tw5] Re: How to get the title of a tiddler in js?

2021-09-14 Thread Charlie Veniot
Oh good. Big sigh of relief over here. *(I may have had "look, see, it works" moments while people politely nod in agreement while awkwardly hoping somebody else lifts a hand and breaks the news...)* On Tuesday, September 14, 2021 at 11:03:13 AM UTC-3 strikke...@gmail.com wrote: > cj.v, >

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
syyskuuta 2021 klo 3.47.40 UTC+3 cj.v...@gmail.com kirjoitti: > >> Arg. Please ignore the macro "theCount". That was part of an initial >> plan that I tossed aside. >> >> On Monday, September 13, 2021 at 9:44:38 PM UTC-3 Charlie Veniot wrote: >> >>

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-15 Thread Charlie Veniot
Just thinking out loud... Step 1 to safe-keep important tiddlers: add a little bit of custom code to $/core/ui/ImportListing (Well, I am pondering over what kind of trouble I might get myself into...) If a tiddler being imported already exists and the already existing one has a certain tag,

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-06 Thread Charlie Veniot
Well, by obfuscation, I see that as a catch-all word to also mean abstraction, encapsulation, and whatever other little design thingies so that the end result doesn't look anything like TiddlyWiki any more. So a user will have to work very hard to get into trouble. Your Plan B is my Plan A,

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-06 Thread Charlie Veniot
Oh, don't pursue that for my sake. I've got something in mind already that I want to try out. On Monday, September 6, 2021 at 3:53:44 AM UTC-3 TW Tones wrote: > Charlie, > > *My problem is about preventing tiddlers from being overwritten by an > import or by a new tiddler getting created and

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-06 Thread Charlie Veniot
Just to re-iterate, there are several ways an important tiddler can be unintentionally fricasseed. The most likely from a brain-fart moment, examples off the top o' me noggin': - delete button - drag and drop a crap version that overwrites the good version - bad set-field (or other

[tw5] More playing around with TiddlyWiki on node.js: the makings of a distributed database

2021-09-04 Thread Charlie Veniot
Say I have two sales reps, each with his/her own private TiddlyWiki on node.js. Neither sales rep has access of any kind to the other sales rep's TiddlyWiki. However, each sales rep does have view access to one tiddler from the other sales rep's TiddlyWiki: other sales rep's list of

[tw5] Re: More playing around with TiddlyWiki on node.js: the makings of a distributed database

2021-09-04 Thread Charlie Veniot
upon new/edit/delete of customer tiddlers, and also has view access to "Sales Rep *1* *(not 2)* Customer List". On Saturday, September 4, 2021 at 5:53:52 PM UTC-3 Charlie Veniot wrote: > Say I have two sales reps, each with his/her own private TiddlyWiki on > node.js. > >

[tw5] Re: Question about the TiddlyWiki GG

2021-09-16 Thread Charlie Veniot
Thanks for the confirmation, Jeremy. That is the way I like things. And the push I needed to bail on TiddlyTalk completely. Re TiddlyTalk, I don't know which is worse: that people's posts can be edited by moderators, or that there is no clear "Terms of Use" or other indicator that posts can

[tw5] Question about the TiddlyWiki GG

2021-09-16 Thread Charlie Veniot
Am I correct in saying that GG moderators do not and cannot edit posts by members? -- 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: "Loud Tones?" on Discourse discussion: talk.tiddlywiki.org

2021-09-17 Thread Charlie Veniot
It would be good for the discourse forum to indicate that moderators can also edit members' posts to benefit the community. That should be mentioned prominently in terms of use or something. That aside, I wish you and other members all the best over in the discourse forum. You've put together

[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Charlie Veniot
To study and copy for the creation of your own button: $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this for your button)* $:/core/images/edit-button *(nice to have one like this, even if your image is just an emoji or whatever)* $:/language/Buttons/Edit/Caption *(maybe

[tw5] What are editor options for TiddlyWiki syntax highlighting?

2021-09-18 Thread Charlie Veniot
I've been thinking lightly about this for the better part of a month. As a way to make it easier to review complicated TiddlyWiki tiddler content, especially convenient when those tiddlers are in their own files (TiddlyWiki on nodejs.) For the last couple of days, I've been pretty consumed by

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
aid there is no solution at my level of competence :/ > > maanantai 13. syyskuuta 2021 klo 18.36.56 UTC+3 cj.v...@gmail.com > kirjoitti: > >> This may seem silly, but a mock-up screenshot of expected output would be >> pretty awesome. Information with labels of what the informatio

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
gt; variable >>> will contain a 1 or a 0. >>> >>> I'm afraid there is no solution at my level of competence :/ >>> >>> maanantai 13. syyskuuta 2021 klo 18.36.56 UTC+3 cj.v...@gmail.com >>> kirjoitti: >>> >>>> This may s

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
Although I figure most folk will understand Eric's nice solution, I'll throw mine here anyway, for the giggles. If anything, you'll see clues that this old sponge of mine operates pretty much way out in left field, or the far side ... Assuming that the negative sign is included with the

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
Oh yeah, forgot to attach sample related tiddlers in case anybody wants to dive into that and play. On Monday, September 13, 2021 at 9:40:32 PM UTC-3 Charlie Veniot wrote: > Although I figure most folk will understand Eric's nice solution, I'll > throw mine here anyway, for the g

[tw5] Re: Count[], sum[] etc. in nested lists?

2021-09-13 Thread Charlie Veniot
Arg. Please ignore the macro "theCount". That was part of an initial plan that I tossed aside. On Monday, September 13, 2021 at 9:44:38 PM UTC-3 Charlie Veniot wrote: > Oh yeah, forgot to attach sample related tiddlers in case anybody wants to > dive into that and play. &

[tw5] Re: ISO week date format template

2021-09-11 Thread Charlie Veniot
* Oops, typo in the last "search-replace" * "[Thu],[7]" should be "[Sun],[7]" The dangers of mindless cut and paste ... On Saturday, September 11, 2021 at 12:49:23 AM UTC-3 Charlie Veniot wrote: > G'day, > > Just to get the conversation sta

[tw5] Re: Freelink and non-english tiddler title

2021-09-11 Thread Charlie Veniot
I have no idea if this would technically work. Even if it technically worked, I have no idea whether or not it would be crap (pardon my language!) What if you kept tiddler titles in English, but then had non-english titles with unicode characters as aliases? That aside, would the pending

[tw5] TiddlyWiki "Trail Mix" video: Startup Actions + other little things

2021-09-11 Thread Charlie Veniot
*(Related tiddlers in attached JSON. Download and drag/drop into some TiddlyWiki for import.)* https://www.youtube.com/watch?v=3QykVmZoemg -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Very basic EditTextWidget tutorial and how I often specify target tiddler name

2021-09-09 Thread Charlie Veniot
https://youtu.be/qOJc2sFiPd8 Not much of an award-winning video. Although I really don't like recording myself, I strangely had fun doing this one. Maybe because I wasn't tripping all over myself quite as badly as my norm. Well, the outtakes of my first three tries would prove otherwise...

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-09-02 Thread Charlie Veniot
ext (or whatever markup). >>>>>>>>> >>>>>>>>> But having to fall back on HTML/CSS isn't so bad. With >>>>>>>>> TiddlyWiki, it can be plug and play. Grab somebody else's HTML/CSS, >>>>>>>>> d

[tw5] yuml.de for simple UML diagrams

2021-09-02 Thread Charlie Veniot
Drag the attached JSON into TiddlyWiki.com In the imported tiddlers, you'll see that I've just setup static diagrams as external image tiddlers. It would be easy enough for an enterprising person to create dynamic diagrams based on existing tiddlers and some filtering magic. Food for thought

[tw5] Re: [Seeking Ideas] Issues with a TW in four languages ...

2021-07-13 Thread Charlie Veniot
G'day TT, If adding language plugins and using TW's language button make for an alright solution, then checking the value of $:/language makes for an easy way to set context based on currently selected language. It should be easy enough to show the language button anywhere you need it for

[tw5] Re: Teaser of my macros

2021-07-13 Thread Charlie Veniot
That is quite awesome, David. I'm a huge fan of the HTML detail element. Total aside: I am an even bigger fan of the Relink plugin. It saves me from, well, me. Very nice how you've configured Relink to also check your macros whenever you change a tiddler title. For anybody wondering what

[tw5] Code Patterns: A Tag Selector Gadget

2021-07-14 Thread Charlie Veniot
Hello, *(Attached JSON package with necessary tiddlers below. Drag and drop into a TEST TiddlyWiki to try it out and experiment with.)* I've been monitoring the How to make a more convenient method for selecting tags? , and I suddenly had

[tw5] Group Admin Question: cross-linking conversations

2021-07-14 Thread Charlie Veniot
G'day, In one conversation, I added a post with a link to another thread of conversation I started. I figured instead of potentially clogging up the original thread of conversation, better to start a different thread, and cross-link the two thread so that one thread can easily be discovered

[tw5] Re: Code Patterns: A Tag Selector Gadget

2021-07-14 Thread Charlie Veniot
Well, choice of filtering mechanism to reduce the number tags, that's kind of hard to setup in a way that suits everybody. Probably best to let each individual customize this basic code with the kind of filters (cosmetics, etc.) that work for her/him. I did the parts that were fun to do on my

[tw5] Re: Code Patterns: A Tag Selector Gadget

2021-07-14 Thread Charlie Veniot
Yeah, I never make pretty until general concept is iron-clad, and only if it is worth it (i.e. if nobody likes the general approach, why would I waste my time with prettiness? I'm quirky that way ...) On Wednesday, July 14, 2021 at 7:51:03 PM UTC-3 miket...@gmail.com wrote: > Very good! We

[tw5] Re: Teaser of my macros

2021-07-13 Thread Charlie Veniot
Me, just out of habit (to avoid monkeying around with Relink in every TiddlyWiki instance), always setup my macros like this: - example from your TiddlyWiki:<$macrocall $name=det tid="OT and NT as two voices" /> - my wordier approach: <$macrocall $name=det tid={{OT and NT as two

[tw5] Re: [Seeking Ideas] Issues with a TW in four languages ...

2021-07-13 Thread Charlie Veniot
Ste mockumentaire-là, cé pas moi qu'a faite ça. Chui y'inque un regardeux. Mais, personalité, on pourrait, en tchèque-sorte, me dire un bricoleux (bricoleur), un brin patenteux (patenteur), pis à m'ouère (vouère, voir) un vrai piocheux (piocheur) à cause que ma caboche pioche tou'l'temps:

[tw5] Re: [Seeking Ideas] Issues with a TW in four languages ...

2021-07-13 Thread Charlie Veniot
I must watch that gem! Looks fantastic. Now, where to find it ... For sure. I wish I had time to learn other ones. My hobby involves digging into dictionnaries of old French and various patois, all pre-20th-century books in Google Books. Not enough hours in a day. On Tuesday, July 13,

[tw5] Re: [Seeking Ideas] Issues with a TW in four languages ...

2021-07-13 Thread Charlie Veniot
Being a bilingual French-Acadian Canadian, and liking stable interfaces, I rather like that idea of just having captions switching language context and everything TiddlyWiki not shifting. *Aside and totally unrelated (well, totally intertwingled to me...)* Although I don't speak "chiac", I

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-14 Thread Charlie Veniot
G'day Mike, I was in a coding mood this morning. So for fun: In case of any use to you, check this out and see what you think: Code Patterns: A Tag Selector Gadget Cheers ! On Friday, July 9, 2021 at 6:10:15 PM UTC-3 miket...@gmail.com

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-14 Thread Charlie Veniot
G'day Mike, I was in a coding mood this morning. Just in case it is useful to you, check out (I started a different thread in case their are questions/ideas/comments) Code Patterns: A Tag Selector Gadget . If that's of any interest of

[tw5] Re: 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-03 Thread Charlie Veniot
That is a breathtakingly fantastic creation. It is like watching a time-lapse chapter from the TiddlyWiki book of Genesis. I love how it makes TiddlyWiki look like a living critter. (enter Gene Wilder screaming it's alive !) On Monday, August 2,

[tw5] Re: The synergy of TiddlyWiki + { ??? }

2021-08-05 Thread Charlie Veniot
G'day g'day TT, Yup, Zim installed in "Crostini" (i.e. the virtual machine, aka container, running Linux). Although I prefer having Zim and TiddlyWiki open side-by-side to copy content from Zim to TiddlyWiki, I'm sure some skilled and enterprising person could create some fancy gizmo to sync

[tw5] Re: Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-08 Thread Charlie Veniot
renders wikitext (so not the other goodies normally done by TiddlyWiki, like procesing transclusions, widgets, macros, etc.) On Friday, August 6, 2021 at 11:28:57 PM UTC-3 Charlie Veniot wrote: > Something like StackEdit <https://stackedit.io/app#>, but to create and > edit TID

Re: [tw5] Re: Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-08 Thread Charlie Veniot
4 PM UTC+1 cj.v...@gmail.com wrote: >>> >>>> I just found a better reference (i.e. in-browser simple text editor): >>>> https://browserpad.org/ >>>> >>>> That one knows filename when opening a file, and remembers that >>>> filename

[tw5] tiddlywiki.info : would a "includeFiles" property make sense?

2021-08-10 Thread Charlie Veniot
As I play around with TiddlyWiki on node.js, I had a thought ... Say I have a folder somewhere with all of my camera pictures, and I want a particular file to be included in a TiddlyWiki, I'm thinking it would be pretty nice to add that to my tiddlywiki.info file, something like:

[tw5] Re: Notes from the Coalface: Pasting URL's with pretty title

2021-08-07 Thread Charlie Veniot
Yuck how? What's a non-yuck URL? Understanding, of course, that yuck is in the eye of the beholder, and that URL's are first about being successful at getting to something on the web. I ask because of the potential for me to gain a new insight into how different people see things. On Friday,

Re: [tw5] Re: Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-07 Thread Charlie Veniot
.) So a bit like a simple text editor, but a little bit StackEdit-like, with a way to get the content into a TID. With something like that, I might actually use my small+old smartphone for more than just phone and text-messaging... On Saturday, August 7, 2021 at 1:01:22 PM UTC-3 Charlie Veniot

Re: [tw5] Re: Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-07 Thread Charlie Veniot
uld be exactly what I'm looking for. (Well, I wouldn't want the spell-checking check box, nor that github button in the bottom-right.) On Saturday, August 7, 2021 at 1:41:35 PM UTC-3 Charlie Veniot wrote: > In regards to open and save *(just for > reference: https://www.outpan.com

[tw5] Re: Notes from the Coalface: Pasting URL's with pretty title

2021-08-08 Thread Charlie Veniot
*"Although the link text looks nice, hover over it and look at the URL. Yuck!"* Thanks, but I still don't understand where The Islander was going with that. A URL is a URL. Not quite sure how it could be made prettier, or why it would matter when the link is pretty. On Sunday, August 8,

[tw5] Re: Notes from the Coalface: Pasting URL's with pretty title

2021-08-08 Thread Charlie Veniot
Um, there was no disagreement in this thread with Tones. Tones' initial post was about getting pretty links when the URL encoding are ugly. I think that's great. *(Already a usual habit of mine, just grabbing them links from the "Open" sidebar tab instead.)* I'm just trying to understand

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

2021-08-08 Thread Charlie Veniot
That is a pretty fantastic teaser ! On Sunday, August 8, 2021 at 1:38:00 PM UTC-3 Mohammad wrote: > >- Do you like to convert your old static/plain table in a tiddler into >a sortable table just by calling a macro (no edit, no hassles, ...) >- Do you like to drop a CSV text file

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

2021-08-08 Thread Charlie Veniot
I'm thinking most folk prefer the macro route, and that makes sense to me. The way I'm wired, I usually go with transclusions unless I really don't have a choice. Can't explain it. *For the "variety is the spice of life" giggles*: <$list filter="whateveFilterHere"> <$transclude

[tw5] Re: [Avenues] My take on TiddlyWiki ...

2021-07-28 Thread Charlie Veniot
"but Shirley". That tickles this old fart something silly. On Wednesday, July 28, 2021 at 3:53:05 AM UTC-3 TiddlyTweeter wrote: > ludwa6 / w wrote... > >> ... Story River *as implemented by TW* (not the only implementation >> around, NB) is a foreign concept to most inveterate web users

<    1   2   3   4   5   6   7   8   9   10   >