[tw5] Re: An easier way to create a band of specific colors

2021-11-30 Thread Charlie Veniot
For sure a macro could do that. Give me a few minutes. On Tuesday, November 30, 2021 at 2:33:00 PM UTC-4 taale...@gmail.com wrote: > Oh, sorry - I forgot some details: > > I just want to be able to ID colors as a visual example easily - they > don't have to be dots. > If I had my druthers,

[tw5] Re: Portal Prototype: Added "Surveys" page and subpages

2021-11-30 Thread Charlie Veniot
indow" button will appear in the top-right corner of the spreadsheet, so you can then view everything in (and have the full functionality of) Google Sheets. On Tuesday, November 30, 2021 at 2:04:15 PM UTC-4 Charlie Veniot wrote: > Arg, forgot to add the link to the Surveys Page &g

[tw5] Re: Portal Prototype: Added "Surveys" page and subpages

2021-11-30 Thread Charlie Veniot
Arg, forgot to add the link to the Surveys Page <https://sites.google.com/view/tiddlywiki-portal/surveys>. On Tuesday, November 30, 2021 at 2:02:57 PM UTC-4 Charlie Veniot wrote: > The Surveys page displays a spreadsheets containing results from filled > out surveys. > >

[tw5] Portal Prototype: Added "Surveys" page and subpages

2021-11-30 Thread Charlie Veniot
The Surveys page displays a spreadsheets containing results from filled out surveys. The idea is here is to display a spreadsheet with multiple tabs, each tab displaying the results for a specific survery. I imagine this page eventually being just about surveys related to how folk are using

[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-29 Thread Charlie Veniot
each command. I'll setup form for interested folk to submit each thing they've found working or not. We'll all be able to track this info and a related spreadsheet that gathers all submissions. Something like that. Cheers ! On Monday, November 29, 2021 at 4:39:53 PM UTC-4 Charlie Veniot wro

[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-29 Thread Charlie Veniot
wiki is Awesome !!!" {{ Code From Some Other Tiddler }} 20 goto 10 On Monday, November 29, 2021 at 4:26:25 PM UTC-4 Charlie Veniot wrote: > And because curiosity got the best of me: > [image: Screenshot 2021-11-29 4.25.32 PM.png] > > > On Monday, November 29, 2021 at 4:

[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-28 Thread Charlie Veniot
See the first working version in action: TiddlyWiki for BASIC Programming <https://www.youtube.com/watch?v=7r8H2D3QsnY> On Sunday, November 28, 2021 at 3:42:48 PM UTC-4 Charlie Veniot wrote: > " *if* " work ? Ugh: "*is* work" > > On Sunday, November 2

[tw5] Re: An all-in-one-file and portable BASIC language programming IDE + .BAS programs

2021-11-28 Thread Charlie Veniot
" *if* " work ? Ugh: "*is* work" On Sunday, November 28, 2021 at 3:41:27 PM UTC-4 Charlie Veniot wrote: > All it can do at the moment if work with one .BAS tiddler (editing and > running). > > Now to get all of the other menus and menu items setup ... > >

[tw5] Re: How to get simple i=i+2 in wiki macros?

2021-11-28 Thread Charlie Veniot
Hi, It looks like you are treating TiddlyWiki and widgets like a programming language, trying to do iteration in each loop. That doesn't work. Take a look at the "counter" attribute in list widget. That is a relatively new feature to help handle what you are doing. To get the desired

[tw5] Basic Programming Language hosting in TW ?

2021-11-26 Thread Charlie Veniot
*(Yeah, BASIC has always tugged at my heart strings.)* Download attached json, and drag into a TiddlyWiki instance to import the two tiddlers. See https://github.com/google/wwwbasic to read about the related javascript library. H, has me thinking: Using TW as a host for basic programming

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
osition:absolute; >>> left:50%; transform: translateX(-50%); >>> top:50%; >>> } >>> >>> >>> <:-) >>> On Wednesday, November 24, 2021 at 7:30:18 PM UTC+1 cj.v...@gmail.com >>> wrote: >>> >>>> Oops. Open the imported tiddl

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
ted tiddler and Poof. TiddlyWiki interface gone. >> >> Setup such a tiddler as the default tiddler to open, or default tiddler >> at startup. Maybe check for something in the URL to not open this tiddler >> at startup, or some mechanism (visible or hidden-keyboard-driven) to

[tw5] Re: Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
/hide this tiddler. Possibilities ... On Wednesday, November 24, 2021 at 2:20:58 PM UTC-4 Charlie Veniot wrote: > Into a TiddlyWiki you don't care about or can't edit (I suggest > TiddlyWiki.com), download and drag the attached file. > > Poof. TiddlyWiki interface gone. > > >

[tw5] Hiding the TiddlyWiki interface: sneaky sneaky simple ...

2021-11-24 Thread Charlie Veniot
Into a TiddlyWiki you don't care about or can't edit (I suggest TiddlyWiki.com), download and drag the attached file. Poof. TiddlyWiki interface gone. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread Charlie Veniot
@gmail.com wrote: > >> Poop. Typo: there is one *KINK* in the setup. >> >> On Wednesday, November 24, 2021 at 1:27:44 PM UTC-4 Charlie Veniot wrote: >> >>> Arg. I forgot to mention there is one kind in the setup: tiddler import >>> mechanism. >&

[tw5] Re: Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread Charlie Veniot
Poop. Typo: there is one *KINK* in the setup. On Wednesday, November 24, 2021 at 1:27:44 PM UTC-4 Charlie Veniot wrote: > Arg. I forgot to mention there is one kind in the setup: tiddler import > mechanism. > > An enterprising and knowledgeable-enough TiddlyWiki user can break

[tw5] Re: Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread Charlie Veniot
. On Wednesday, November 24, 2021 at 1:22:46 PM UTC-4 Charlie Veniot wrote: > Alternatively, you could setup a "guest" login account that anybody could > use to edit only certain tiddlers. > > For that to work requires some trickery that allows only certain users to > do c

[tw5] Re: Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread Charlie Veniot
trol which I seem to have working, but have no time to explain. Just know it can be done, just with tiddlers. On Wednesday, November 24, 2021 at 1:10:51 PM UTC-4 Charlie Veniot wrote: > I think how I'd set things up: > > Those few tiddlers you want anonymous users to edit, p

[tw5] Re: Sending tm-save-wiki while running as WebServer and avoiding the download dialog

2021-11-24 Thread Charlie Veniot
I think how I'd set things up: Those few tiddlers you want anonymous users to edit, put those in another TiddlyWiki, say TiddlyWiki B. TiddlyWiki A being the one you referenced in your OP. Setup TiddlyWiki A to include TiddlyWiki B. For tiddlers from TiddlyWiki B, setup an alternative "edit

[tw5] A collaboration experiment: code and documentation

2021-11-24 Thread Charlie Veniot
G'day, A festering thought for a while, I decided to throw that into my portal project. It is, in my mind, the next best thing to in-person collaboration. Maybe better in many respects. I've added this page

[tw5] Portal Prototype: added Change Request and Bug Report forms

2021-11-22 Thread Charlie Veniot
For lack of interest, going forward, I'm not sure it makes much sense me reporting updates on this little prototyping project of mine. If anybody is interested in keeping track of updates, let me know where/how/when would be useful to you. *Latest Updates* I'm not a fan of Github as a way to

[tw5] Re: TW 5.2.0 + CouchDB ?

2021-11-22 Thread Charlie Veniot
That would be very cool. *Comments* Other than technical coolness, what would be the advantage of it? From just a user perspective (i.e. forget technical stuff) what reason would I have to want that? You're talking technological "wowness", but bring it back to "in the trenches" "daily

[tw5] Re: negative numbers in RevealWidget comparison not ... mathematically accurate?

2021-11-21 Thread Charlie Veniot
G'day, I think gt and lt in reveal widgets, only works with positive integers. On Sunday, November 21, 2021 at 10:45:58 PM UTC-4 andres@gmail.com wrote: > I might be missing something, but given this demo here: > > 0 gt -5: <$reveal type="gt" default=0 text=-5>yes > -1 gt -5: <$reveal

[tw5] Re: can I create a tiddler without it entering edit mode?

2021-11-21 Thread Charlie Veniot
G'day, I haven't tried this with latest edition of TiddlyWiki, but you should be able to use the ActionSetFieldWidget to create a tiddler with a value in some field. Set, say, the text field to some value. If the specified tiddler does not exist, it should get created. On Sunday, November

[tw5] Re: A project: Portal Prototype for TiddlyWiki

2021-11-20 Thread Charlie Veniot
in the TiddlyWiki Google Group. (I'll be setting up a form for anybody to contact me privately.) Cheers ! On Saturday, November 20, 2021 at 4:48:14 PM UTC-4 Charlie Veniot wrote: > G'day all, > > As loads of folk know, due to cognitive challenges, I've been finding > TiddlyTalk too challe

[tw5] A project: Portal Prototype for TiddlyWiki

2021-11-20 Thread Charlie Veniot
G'day all, As loads of folk know, due to cognitive challenges, I've been finding TiddlyTalk too challenging for my abilities. Not satisfied with either TiddlyTalk or TiddlyWiki documentation, and finding it much too difficult to explain this mass of intertwingled thoughts in my head: -

[tw5] Re: gg VS talk

2021-11-11 Thread Charlie Veniot
It is all about perspective. I don't find TiddlyTalk better at all. It is a challenge to use the thing. If want to say it is better for the great majority, fine. But a blanket statement that it is better, that's it, that's all, for everybody is a load of poop. On Thursday, November 11,

Re: [tw5] Re: Class to use an image with background-clip

2021-11-08 Thread Charlie Veniot
: > Thanks! I don't think the transclusion is gonna work, given what I wanna > do, but it's a possibility. > > By the way > > JACK > !! This Heading > > EVERYTHING is gilded, including the "This Heading" - any thoughts on why? > > > On Mon, Nov 8, 2021 at

Re: [tw5] Re: Class to use an image with background-clip

2021-11-08 Thread Charlie Veniot
...@gmail.com wrote: > Thanks! I don't think the transclusion is gonna work, given what I wanna > do, but it's a possibility. > > By the way > > JACK > !! This Heading > > EVERYTHING is gilded, including the "This Heading" - any thoughts on why? > > >

[tw5] Re: Class to use an image with background-clip

2021-11-08 Thread Charlie Veniot
G'day Aidan, What text? Where is the text? Do you mean all of the content showing in a tiddler? Or just the text in a specific area in a tiddler? On Monday, November 8, 2021 at 3:52:06 PM UTC-4 taale...@gmail.com wrote: > I'm trying to make a class that will allow me to fill text with an

[tw5] Re: ACE editor plugin

2021-11-06 Thread Charlie Veniot
Thank goodness! I wasn't loving my explaining, so I am some happy you got that working ! On Saturday, November 6, 2021 at 5:18:09 PM UTC-3 CarloGgi wrote: > It worked nice and easy, thanks! > > On Saturday, November 6, 2021 at 3:02:23 PM UTC+2 cj.v...@gmail.com wrote: > >> Hello, >> >> Drag

[tw5] Re: ACE editor plugin

2021-11-06 Thread Charlie Veniot
Hello, Drag the $:/plugins/innoq/ace link to the top-ish part of your TiddlyWiki and drop, which should bring up an import tiddler. That will bring in all of the necessaries. (Well, dragging each shadow tiddler might work, but I'm

[tw5] Re: Programmatic Tag Colors/Icons/Fields

2021-11-05 Thread Charlie Veniot
;> i.e. "if I have a color specified and a Tag_Category that specified a >> color, my color overrides the category color. Otherwise, I'll use the >> category color." >> >> Something like that. >> >> On Monday, October 11, 2021 at 10:45:16 PM UTC-3 Ch

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

2021-11-04 Thread Charlie Veniot
slice sizes. [image: Screenshot 2021-11-04 3.07.39 PM.png] On Wednesday, November 3, 2021 at 11:42:42 PM UTC-3 Charlie Veniot wrote: > Download the attached json, and drag into some TiddlyWiki > (TiddlyWiki.com!) to import three tiddlers: > >- Pie Chart HTML > - Code sam

[tw5] Re: Help: Inline dice rolling

2021-11-02 Thread Charlie Veniot
Hey Baj, If you're into scientific programming / software engineering, you may (for the giggles) interested in the attached code in my Coding Fun: Dice Rolling post. Yeah, my code is a little bit out there, but just to show how TiddlyWiki

[tw5] Coding Fun: Dice Rolling

2021-11-02 Thread Charlie Veniot
Baj's post about dice-rolling for Pathfinder/D games got me thinking about how I'd go about it with what I've learned so far. Part and parcel of my on-going "how would I do this with TiddlyWiki" brain-age games ... The attached JSON file

[tw5] Re: Question: Only show checked items from a simple data tiddler?

2021-10-28 Thread Charlie Veniot
Good stuff ! In the last couple of hours, the zen of making soup and then totally pigging out ... an alternative approach came to mind. Involves a little bit more code, and fun brain-age game. Serving up alternative later, I think. On Thursday, October 28, 2021 at 7:30:54 PM UTC-3 David

[tw5] Re: Question: Only show checked items from a simple data tiddler?

2021-10-28 Thread Charlie Veniot
Oh poop, TW versions. I am not up and up on the differences between versions, but I'm guessing that "filter" operand is the culprit. You might want to consider upgrading your TiddlyWiki to the latest version (keeping a backup of your older version, of course.) Well worth it, I think, to get

[tw5] Re: Question: Only show checked items from a simple data tiddler?

2021-10-28 Thread Charlie Veniot
Man, it would have saved me a whole bunch of time if you had provided tiddlers for this so folk don't have to build everything from scratch. Regardless, that was a fun exercise !!! Coding fun attached. Download and drag into TiddlyWiki.com for import and your analysis. (One "Road Eats"

[tw5] Full Page Video Background

2021-10-26 Thread Charlie Veniot
Because TiddlyTalk doesn't allow attachments ... not that I can see. Long live GG. Backup your TiddlyWiki first, then download and drag the attached into it to import two tiddlers, a new one by me and one of your tiddlers that I changed. -- You received this message because you are

Re: [tw5] Re: How make TW appear alive?

2021-10-25 Thread Charlie Veniot
ng > more people aboard the TiddlyWiki train, and not only tech enthusiasts. > > Here's another great wiki with an unique design that I like: > https://philosopher.life/ > > > Le lun. 25 oct. 2021 à 02:18, Charlie Veniot a écrit : > >> Oh good lord, please don't. Good d

[tw5] Coding fun: random sort

2021-10-24 Thread Charlie Veniot
This is "pre me understanding regular expressions", and "before I go about refactoring" code. Usually, whatever we are sorting, we want to sort in either ascending or descending order. This is about sorting in random order. Useful for gaming, or random quote/tiddler of the day, or whatever

[tw5] Re: How make TW appear alive?

2021-10-24 Thread Charlie Veniot
Oh good lord, please don't. Good design has been part of my bread and butter since 1995, and I enjoy it very much in that context, but it is an annoying topic for me outside of work. However, that kind of stuff might be of interest to a whole bunch of other folk, but really should be in a

[tw5] Re: Idea: filter links

2021-10-23 Thread Charlie Veniot
There's definitely something brewing in that sponge of yours. Not sure what it is, I'm thinking it is big and complicated, definitely interesting, maybe not all that easy to verbalize. Not quite sure what questions to ask to draw my own picture in my head that matches the picture in your

[tw5] Re: Idea: Filtered transclusion but as only the filter

2021-10-23 Thread Charlie Veniot
Oh for sure, I agree: it is *very* pretty. And subtle looking too, but then I quickly fall back into paralysis by analysis, thinking "but maybe that is too subtle": will it grab me by the jugular to let me know clearly what's going to happen right there, in the mist of everything above and

[tw5] Re: Idea: filter links

2021-10-23 Thread Charlie Veniot
G'day Mat, When clicking on the link showing "pretty label", you want a related filter to show the resulting links in some tiddler that appears in the story river ? Maybe a silly question: why wouldn't you want the results of the filter to show right there where you clicked ? I suppose I ask

[tw5] Re: Idea: Filtered transclusion but as only the filter

2021-10-23 Thread Charlie Veniot
G'day Mat, Without knowing TW's guts, I'm tempted to say that kind of notation would get TW into a bit of notation overload (i.e. a notation meaning different things depending on the scenario/context, and maybe getting a little hard to differentiate between the scenarios/contexts.) That

[tw5] Re: Getting to know regular expressions

2021-10-21 Thread Charlie Veniot
And it is a wonderously fantastic resource. Just too overwhelming when I want to just focus on and learn the individual pieces, in isolation, of regular expressions. Once I've got a good feel for everything regular expressions, then I'll be interested in combinations of the pieces to do things

[tw5] EditTextWidget and the "trap"

2021-10-20 Thread Charlie Veniot
>From https://tiddlywiki.com/#EditTextWidget: *One trap to be aware of is that the edit text widget cannot be used to edit a field of the tiddler that contains it. Each keypress results in the tiddler being re-rendered, which loses the cursor position within the text field.* I thought that

[tw5] Re: Sidebar Navigation: Trying to use TW as an SRD

2021-10-20 Thread Charlie Veniot
That's good stuff. If you like to tag content for a menu to be automatic reflect the content, the built-in stuff in TiddlyWiki is right awesome. Me, I tend to like control on my menus, adding menu items which then take me to the content. It is a bit like one approach is bottom up, and the

[tw5] Re: Sidebar Navigation: Trying to use TW as an SRD

2021-10-20 Thread Charlie Veniot
Would you consider using details disclosure element as an alternative? For the giggles, sample attached. On Wednesday, October 20, 2021 at 8:42:34 PM UTC-3 squid...@gmail.com wrote: > Hello! > > I'm a complete noob and trying to get my TW dialed in to where it's just > right for me. That

[tw5] Re: External links on usb

2021-10-20 Thread Charlie Veniot
Do be careful how you setup your canonical uri. Try to use "relative paths" to your external files, and avoid "absolute paths." (https://www.w3schools.com/html/html_filepaths.asp) If you setup absolute paths, they might work well with, say, your Linux laptop, but not work at all on your

[tw5] Re: How make TW appear alive?

2021-10-19 Thread Charlie Veniot
I'm not clear on what exactly the problem is. What problem are we trying to solve, how will making TW appear alive solve it? Alive to who? And alive how? Yeah, I think I'm either over-analyzing things or things are too broad/unclear for me to contribute anything useful. I do look forward to

[tw5] Re: Getting to know regular expressions

2021-10-19 Thread Charlie Veniot
Rats. I forgot to mention: I'll be studying the regular expression stuff from grep that is common with javascript. (I want to learn common grep/javascript stuff first because it is useful for both things I'm doing with the GNU nano text editor and applying in TiddlyWiki.) At some point, I'll

[tw5] Re: External links on usb

2021-10-19 Thread Charlie Veniot
Something I've never tried, and just tried for fun. I set my _canonical_uri for an image tiddler with a relative path, relative to the location of the TiddlyWiki file. So wherever my TiddlyWiki file is, the _canonical_uri = ./CjVeniot/PatrioticMe.jpg seems to work A-1 for that jpeg file.

[tw5] Re: How make TW appear alive?

2021-10-19 Thread Charlie Veniot
Silly questions from me: What does "nicely designed" mean? I may find something wonderfully designed, while 99% of normal folk find the same thing awful. Same vice versa. That is really a subjective matter. Better to have a gallery and let folk be drawn to what they individually consider

[tw5] Getting to know regular expressions

2021-10-19 Thread Charlie Veniot
G'day all, I've recently taken an interest in the study of regular expressions. Tentatively, I'd like to do a series of short videos about regular expressions as my learning progresses. In the meantime, I've created the attached (three-tiddler-set) which includes a Regular Expression Tester.

[tw5] Re: Teaser: A Puzzle Game

2021-10-17 Thread Charlie Veniot
I need to add some polish, but the main components seem to be working a-1. Here's a video of the Puzzle Game in action: TiddlyWiki Puzzle Game: A Silent Preview <https://www.youtube.com/watch?v=iGS8c-EwIh0> On Sunday, October 17, 2021 at 4:09:28 PM UTC-3 Charlie Veniot wrote: >

[tw5] Re: Teaser: A Puzzle Game

2021-10-17 Thread Charlie Veniot
TiddlyTalk doesn't allow PDF attachments, so I guess you have to visit the GG post to view the PDF attachment: https://groups.google.com/g/tiddlywiki/c/rg9Fy26F1AQ <https://groups.google.com/g/tiddlywiki/c/rg9Fy26F1AQ> On Sunday, October 17, 2021 at 4:09:28 PM UTC-3 Charlie Veniot

[tw5] Teaser: A Puzzle Game

2021-10-17 Thread Charlie Veniot
All built with native TW 5.2.0, except for one javascript macro to provide random number functionality. I loathe javascript (thank goodness for those who are proficient javascript programmers and all the good stuff they create), but sometimes there just isn't any choice... The foundation

[tw5] Re: returning all the tiddlers that contain at least the same tags as the current tiddler

2021-10-17 Thread Charlie Veniot
Hello Eric, Download the attached and drag it into TiddlyWiki.com. Cheers ! On Sunday, October 17, 2021 at 7:32:35 AM UTC-3 Eric N wrote: > Hi all, > > I am looking for a way to select all the tiddlers that contain *at least > the same tags* as the current tiddler. > > Say the current

[tw5] Re: Heads up: Transclude Widget does not behave as per documentation

2021-10-15 Thread Charlie Veniot
with contradictory titles. Apologies to TiddlyTalk members! On the bright side, I suppose: TiddlyTalk solidly nabs posts from GG, which is pretty cool. On Friday, October 15, 2021 at 11:41:10 PM UTC-3 Charlie Veniot wrote: > Concerned about hi-jacking the Question for clarification transcl

[tw5] Re: Tiddlers are dense and long

2021-10-15 Thread Charlie Veniot
G'day, The best practices are the ones that fit you, and they incrementally evolve as you evolve making all kinds of discoveries. When you find your workflows and organization becoming unwieldy, then you'll know you need to change something. (Change when it "costs", in whatever way

[tw5] Coding Fun: Background colour of "Student" tiddlers, etc.

2021-10-14 Thread Charlie Veniot
G'day all, Download attached and drag into some TiddlyWiki ( TiddlyWiki.com !) to play. I wanted to investigate a little bit Custom styles by data-tags . So I dreamt up a scenario in which tiddlers tagged as Student get a particular

[tw5] Re: tagging filter

2021-10-14 Thread Charlie Veniot
G'day James, Take a peek at this thread and also the one referred to in there. See if those help you out, or at least provide a foundation to start with. Cheers ! On Thursday, October 14, 2021 at 5:37:33 PM UTC-3

[tw5] Re: Programmatic Tag Colors/Icons/Fields

2021-10-11 Thread Charlie Veniot
On Monday, October 11, 2021 at 10:45:16 PM UTC-3 Charlie Veniot wrote: > Arg, I pointed you to the wrong shadow tiddler. I should have suggested > that you look at $:/core/ui/TagTemplate. > > Apologies ! > > Please find attached a file for you to download, drag into

[tw5] Re: Programmatic Tag Colors/Icons/Fields

2021-10-11 Thread Charlie Veniot
Arg, I pointed you to the wrong shadow tiddler. I should have suggested that you look at $:/core/ui/TagTemplate. Apologies ! Please find attached a file for you to download, drag into TiddlyWiki.com, and study. This is my way of setting up inheritance. I have "Some Tiddler" tagged with

[tw5] Re: Programmatic Tag Colors/Icons/Fields

2021-10-10 Thread Charlie Veniot
G'day, To personalize your organization of tags, it sounds like you to to tweak the $:/core/macros/tag tiddler . For each tag, you'll need to create a tiddler, in which you can specify fields of information for each tag. Fields that your custom $:/core/macros/tag tiddler can use for anything

[tw5] A test post from GG

2021-10-07 Thread Charlie Veniot
Just checking to see if posts to GG eventually wind up showing in TiddlyTalk. -- 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: Posts should be now cross-posted to the Talk TiddlyWiki Discourse again

2021-10-07 Thread Charlie Veniot
Well, this conversation is not getting updated over in TiddlyTalk. I will post a test here in Google Groups to see if it shows in TiddlyTalk. On Thursday, October 7, 2021 at 10:43:10 AM UTC-3 Charlie Veniot wrote: > Did that do anything? It does not look like this conversation in Goo

[tw5] Re: Posts should be now cross-posted to the Talk TiddlyWiki Discourse again

2021-10-07 Thread Charlie Veniot
Did that do anything? It does not look like this conversation in Google Groups is showing over in TiddlyTalk, unless I'm missing something. On Thursday, October 7, 2021 at 12:48:33 AM UTC-3 bo...@fission.codes wrote: > Rebooted the server once more, doing a test send. And it needs to be long

[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-06 Thread Charlie Veniot
Your images are quite nice. Besides, "real" checkboxes in HTML, aren't they pretty much images? I say un-Beta that bad boy. On Wednesday, October 6, 2021 at 5:56:07 AM UTC-3 Mat wrote: > Thanks for referencing my old http://toggle-in-field.tiddlyspot.com/ > > One reason for it to be in beta

[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-05 Thread Charlie Veniot
That's a lot fancier than what I was aiming for in much more compact code. Pretty cool. Looks to me like that it is past the "Beta" stage. On Tuesday, October 5, 2021 at 8:34:42 PM UTC-3 History Buff wrote: > I've been using the macro found here to do that for quite some time: >

[tw5] Some coding fun: "check boxes" that add/subtract from same field

2021-10-05 Thread Charlie Veniot
Of course, for me, it is always about "brain-age games" (how would I do "this") and the fun of filters ... Drag the attached into some TiddlyWiki (TiddlyWiki.com!) and give the one tiddler a gander. [image: Screenshot 2021-10-05 7.58.46 PM.png] -- You received this message because you are

[tw5] Re: To structure or not to structure? Depends, eh?

2021-10-04 Thread Charlie Veniot
Pff, it is stuff that has been swirling and expanding in my head since the early 90's and I still can't coherently spell it out. You've got it down to an art-form from my perspective. I am frigging envious. On Tuesday, October 5, 2021 at 12:17:08 AM UTC-3 TW Tones wrote: > Thanks Charlie, >

[tw5] Re: To structure or not to structure? Depends, eh?

2021-10-04 Thread Charlie Veniot
ce.neocities.org/IntertwingularitySlicenDice.html#Intertwingularity%20Mapping> (a work in progress that has been gathering dust.) On Monday, October 4, 2021 at 11:50:57 PM UTC-3 Charlie Veniot wrote: > Crap. Forgot to say: your post is a damned fine contribution to the > knowledge base

[tw5] Re: To structure or not to structure? Depends, eh?

2021-10-04 Thread Charlie Veniot
Crap. Forgot to say: your post is a damned fine contribution to the knowledge base. On Monday, October 4, 2021 at 9:13:29 PM UTC-3 TW Tones wrote: > Charlie, > > There is in fact a middle way between structured and unstructured. An > example would be if you were building a contact database

[tw5] Re: To structure or not to structure? Depends, eh?

2021-10-04 Thread Charlie Veniot
Well, yeah. I live in the gray. Everything you're talking about, that was the whole point of this little project I had in mind: pit the two extremes against each other, and then drop in everything in between. It is what I hope my (subsequently posted) "Collaborative Recipes TiddlyWiki

[tw5] Collaborative Recipes TiddlyWiki (Case Study)

2021-10-03 Thread Charlie Veniot
Check it out the early stages: Collaborative Recipes TiddlyWiki (Case Study) an environment to elucidate best practices *(more so architectural, less so dogmatic process/workflow)* which facilitate a multi-user environment in a "bare-bones" nodejs TiddlyWiki My plan is

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

2021-10-03 Thread Charlie Veniot
Congratulations to all involved! Aside: I'm in the process of setting up a new VM with TW5.2.0 on nodejs. I'll report later on install results. On Sunday, October 3, 2021 at 11:41:25 AM UTC-3 jeremy...@gmail.com wrote: > I'm delighted to announce the release of TiddlyWiki v5.2.0 at: > >

[tw5] Re: Sample code: Multi-user TiddlyWiki on nodejs: locking other users' tiddlers

2021-10-02 Thread Charlie Veniot
G'day, Thanks! TT has me feeling the same way as many people talking to me all at the same time. I have no idea how else to explain it. I think I gave this thread a lousy title. In the TiddlyWiki I have setup, we are three users, a few tiddlers created by each of us. When I sign in (just

[tw5] Sample code: Multi-user TiddlyWiki on nodejs: locking other users' tiddlers

2021-10-02 Thread Charlie Veniot
G'day, As I am testing with collaborators nodejs TiddlyWiki running on a Google Compute Engine virtual server, I started wondering about a way for us to work in the same TiddlyWiki while preventing each other mistakenly deleting/editing each other's tiddlers. This is also a way (I have some

[tw5] Re: Final Call for Testing for TiddlyWiki v5.2.0

2021-10-01 Thread Charlie Veniot
Hey, posts to GG are no longer showing up in TiddlyTalk. On Friday, October 1, 2021 at 9:25:10 AM UTC-3 jeremy...@gmail.com wrote: > The upcoming TiddlyWiki v5.2.0 is now – finally – ready for release. I’m > hoping to get it out over the weekend so this is a final request for help > with last

[tw5] Re: Final Call for Testing for TiddlyWiki v5.2.0

2021-10-01 Thread Charlie Veniot
Having just upgraded five TiddlyWiki instances in a row, the only thing I'd love to see improved: could the name of the file dragged into the upgrade wizard show somewhere? For each TiddlyWiki I upgraded, I kept forgetting which one I was dealing with (as I was saving upgraded TiddlyWiki

[tw5] Re: Final Call for Testing for TiddlyWiki v5.2.0

2021-10-01 Thread Charlie Veniot
Silly question: is anybody tracking what 3rd party plugins need upgrading to work with TW5.2? A compatibility matrix of some kind to let people know they should maybe upgrade certain plugins first? A big job for anybody to go test every plugin out there, but I'm thinking not so bad if one

[tw5] To structure or not to structure? Depends, eh?

2021-10-01 Thread Charlie Veniot
In my latest "brain-age" game (Coding Fun: My take on recipe ingredients ), I've gone all-in with structured data. *(Aside: I tend to prefer using data tiddlers over fields, but that's the kind of conversation that deserves its own

[tw5] Coding Fun: My take on recipe ingredients

2021-09-29 Thread Charlie Veniot
Just my thoughts on the ingredients "framework" that I would start with. I think. Download the attached and drag into some TiddlyWiki (TiddlyWiki.com!) *(It is a little bit crude. The point being getting the basic framework going, to make pretty later.)* -- You received this message

[tw5] Re: Using TiddlyDekstop the new Google Drive?

2021-09-28 Thread Charlie Veniot
Thanks for the info! I'm on a Chromebook, so I can't be of help in this thread, and I am dropping out. On Tuesday, September 28, 2021 at 5:08:12 PM UTC-3 theok...@gmail.com wrote: > > https://9to5google.com/2021/07/12/new-google-drive-desktop/ > > On the surface it just looks like a name

[tw5] Re: Using TiddlyDekstop the new Google Drive?

2021-09-28 Thread Charlie Veniot
Hi Ally, I use TiddlyWiki exclusively via TiddlyDrive to access all of my TiddlyWiki instances in Google Drive. No problems. If you want to try troubleshooting of that, could you give more detail about what is not working? Also, I don't know what you mean by "Google seems to be pushing to

Re: [tw5] Re: Sharing a hosted wiki with other Contributors

2021-09-28 Thread Charlie Veniot
Pretty sure setting up true collaborative capability isn't a trivial affair. Pretty sure it is something that would make single-file TiddlyWiki quite heavy and slow. For collaborative capability with TiddlyWiki, TiddlyWiki on nodejs hosted on some server is pretty good. On Tuesday, September

[tw5] Re: Sharing a hosted wiki with other Contributors

2021-09-28 Thread Charlie Veniot
TiddlyWiki running on nodejs on a Google Compute Engine virtual machine (or any other place that will host a TiddlyWiki on nodejs for you.) Not necessarily options for the faint at heart. I still think shared Google Docs/Sheets/Slides/Drawings as extensions to your TiddlyWiki could easily fit

[tw5] Some filtering fun

2021-09-27 Thread Charlie Veniot
Over at TiddlyTalk, in the A list containing tiddlers with the same tags as current tiddler? thread, I had posted the following as my approach: <$vars theseTags={{{ [tags[]sort[]join[,]] }}} >

[tw5] Re: Sharing a hosted wiki with other Contributors

2021-09-27 Thread Charlie Veniot
It might be safer for your remain solo editor of the TiddlyWiki, and have content that is multi-editor kept on Google Drive (Docs, Sheets, Slides, Drawings), because those support simultaneous/collaborative editing really well. Say you have a TiddlyWiki tiddler about Blender. Create a related

[tw5] Re: Just a Filtering Code Pattern

2021-09-27 Thread Charlie Veniot
You would need something to wrap tags that have spaces in them. The "what" to wrap that in, no idea. On Monday, September 27, 2021 at 9:08:07 AM UTC-3 jn.pierr...@gmail.com wrote: > Just a thought: it would be fine if the tagging operator could have a > "all" parameter which would select

[tw5] TiddlyWiki on nodejs running on Google Cloud Compute vm

2021-09-26 Thread Charlie Veniot
It was a huge pain in the rear to figure out, but I finally got it working. Now I have to see if I can do it again, and document the steps involved. So maybe in the next week or two I'll have a very basic guide to at least get that sort of thing working. Setting it all up as a secure

[tw5] TiddlyWiki and GNU Nano: custom syntax highlighting for complex Tiddlers

2021-09-25 Thread Charlie Veniot
Video on YouTube Not satisfied with available options for TiddlyWiki syntax highilighting, I decided to start fiddling with GNU nano as my TID editor when I need some visual help understanding/editing filters and widgets. Still early going, but

[tw5] Re: Just a Filtering Code Pattern

2021-09-24 Thread Charlie Veniot
't process things... On Friday, September 24, 2021 at 1:28:11 PM UTC-3 Charlie Veniot wrote: > Oh man, that is pretty awesome. I can see the majority of the folk loving > that. > > But you're right, for my disability, that isn't explicit enough for me to > distinguish what's going o

[tw5] Re: Just a Filtering Code Pattern

2021-09-24 Thread Charlie Veniot
Oh man, that is pretty awesome. I can see the majority of the folk loving that. But you're right, for my disability, that isn't explicit enough for me to distinguish what's going on. Too many ways of specifying individual tags, and I start getting into some cognitive overload. I'm the same

[tw5] Just a Filtering Code Pattern

2021-09-23 Thread Charlie Veniot
Me and my interest in brain age games, I couldn't help but play around with a filter to find all tiddlers that have all four specified tags, but only those four tags. You'll find three tiddlers in the attached json. Download the file, and drag into some TiddlyWiki instance (TiddlyWiki.com !)

[tw5] Re: List not working anymore when I enter // into the text

2021-09-22 Thread Charlie Veniot
G'day heusmich, Just a few "//" options. For the giggles, download attached and drag into TiddlyWiki.com (or any wiki) for import of sample tiddler. Cheers ! On Wednesday, September 22, 2021 at 6:32:53 PM UTC-3 heusmich wrote: > Hi @all, > > I´m currently creating a guideline with the help

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