[tw5] Setting a universal/standard style for images

2024-04-28 Thread Charlie Veniot
That's pretty easy/simple CSS. I'd suggest picking just one of width or height, so that images always maintain their respective proportions. Here, I'm using "VW" for sizing so that image sizes are readjusted along with browser window resizing. For example: [image: Screenshot 2024-04-28

[tw5] Help with sortby

2024-04-23 Thread Charlie Veniot
Not sure how to attach a file in Reddit, so sharing a file here for "Help with sortby ". Download the attached and drag into TiddlyWiki.com to import the tiddlers. I'm hoping this can help clarify the problem and the

[tw5] Re: Setting up a TiddlyWiki as a BASIC programming platform

2024-03-27 Thread Charlie Veniot
wBASIC.js hosted somewhere on the web. Cheers and best regards, - Charlie On Tuesday, March 26, 2024 at 2:31:33 AM UTC-3 Rahul Kashyap wrote: > This is awesome.. perhaps we can do python as well? > no matter how slow, I would be interested in that. > > On Thursday, February 29, 2024 at

[tw5] Re: Setting up a TiddlyWiki as a BASIC programming platform

2024-02-29 Thread Charlie Veniot
Charlie Veniot wrote: > https://youtu.be/kNNjmha5Fzg https://youtu.be/8obPweHvYWA > https://youtu.be/8RQb6E07sqE https://youtu.be/2T1Q3Mn092g > https://youtu.be/nyata8S71Rs > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" grou

[tw5] Setting up a TiddlyWiki as a BASIC programming platform

2024-02-29 Thread Charlie Veniot
https://youtu.be/kNNjmha5Fzg https://youtu.be/8obPweHvYWA https://youtu.be/8RQb6E07sqE https://youtu.be/2T1Q3Mn092g https://youtu.be/nyata8S71Rs -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: New Hear

2023-11-28 Thread Charlie Veniot
Hello, and welcome to the TiddlerHood! Yes, the Google Group still works. 99.99% of folk discuss things over at TalkTiddlyWiki, so you'll find more engagement over there. Anything you post here will also show at TalkTiddlyWiki for the community to see. There

[tw5] Grabbing a colour palette colour value for custom elements

2023-10-06 Thread Charlie Veniot
*(If viewing this from Google Groups, ignore the triple backticks.)* This is one approach to applying a particular colour setting from colour palettes to a custom element, to make sure that element fits any selected palette: ``` <$let couleur={{{

[tw5] Re: A very BASIC pie-charting service

2023-09-10 Thread Charlie Veniot
> Good stuff! > > On Friday, 8 September 2023 at 05:33:26 UTC+1 Charlie Veniot wrote: > >> Much prettier pie-charts can be created with javascript and CSS. >> >> This is for older folk like me who like BASIC programming. >> >> Enter the following in a ti

[tw5] A very BASIC pie-charting service

2023-09-07 Thread Charlie Veniot
Much prettier pie-charts can be created with javascript and CSS. This is for older folk like me who like BASIC programming. Enter the following in a tiddler in some TiddlyWiki: *(ignore the triple-backticks; they are just to format the code correctly for TalkTiddlyWiki)* ```

[tw5] TiddlyWiki very handy for generating code in any programming language

2023-08-11 Thread Charlie Veniot
Just an example of a macro to generate lines of BASIC code. Results first, followed by the code. *Results* [image: Screenshot 2023-08-12 2.20.28 AM.png] *Code* *(if viewing in Google Groups, ignore the leading and trailing triple-backticks)* ``` \define AREA(string) <$let points="$string$"

[tw5] Re: One way of using TW.com for one's own documentation needs

2023-07-26 Thread Charlie Veniot
Oops, wrong link in the OP. This is the right link <https://basicanywheremachine.neocities.org/Test/BAM_ProgReference?target=Bookmarks%3A%3Anow#Home> . On Wednesday, July 26, 2023 at 11:36:11 PM UTC-3 Charlie Veniot wrote: > Documenting the "now" macro for BASIC Anywhere

[tw5] One way of using TW.com for one's own documentation needs

2023-07-26 Thread Charlie Veniot
Documenting the "now" macro for BASIC Anywhere Machine's "meta-programming" BAM (BASIC Anywhere Machine) is a TW 5.2.3 instance. To properly document TW features as

[tw5] Re: A way of creating Wikipedia article links

2023-07-05 Thread Charlie Veniot
And then, for the giggles: [image: Screenshot 2023-07-06 12.33.05 AM.png] On Wednesday, July 5, 2023 at 11:32:22 PM UTC-3 Charlie Veniot wrote: > I've since added a second kind of Wikipedia link to handle the two ways I > use them. > > Two template tiddlers in the attached fil

[tw5] Re: A way of creating Wikipedia article links

2023-07-05 Thread Charlie Veniot
I've since added a second kind of Wikipedia link to handle the two ways I use them. Two template tiddlers in the attached file. Usage example: [image: Screenshot 2023-07-05 11.29.54 PM.png] On Monday, January 30, 2023 at 6:42:28 PM UTC-4 Charlie Veniot wrote: > I was going to create a p

[tw5] Custom tags editor to block removal of specific tags

2023-07-04 Thread Charlie Veniot
(If viewing this post in Google Groups, please ignore all triple backticks; they serve no purpose other than helping make sure content between leading and trailing backticks shows up correctly in Talk TiddlyWiki.) In BASIC Anywhere Machine, I'm adding a tags editor to the "Program Properties"

[tw5] Re: Tags editor: when you want to display that anywhere

2023-07-04 Thread Charlie Veniot
BTW, if viewing this in Google Groups, do ignore the leading and trailing triple backticks. Those are there to make sure the code shows up correctly in Talk TiddlyWiki. On Tuesday, July 4, 2023 at 11:20:43 AM UTC-3 Charlie Veniot wrote: > ```{{ || $:/core/ui/EditTemplate/tags }}``` > -

[tw5] Tags editor: when you want to display that anywhere

2023-07-04 Thread Charlie Veniot
```{{ || $:/core/ui/EditTemplate/tags }}``` -- 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

[tw5] Re: An alternative to reveal widgets and detail elements?

2023-06-29 Thread Charlie Veniot
> ``` > > On Thursday, June 29, 2023 at 4:06:56 AM UTC-3 S² wrote: > >> Hi Charlie, >> how do I get a delay of eg. 2sec to display the details when hover the >> title? >> >> (didn't succed with transition-delay: 2s;) >> >> Thanks, >>

[tw5] Re: An alternative to reveal widgets and detail elements?

2023-06-29 Thread Charlie Veniot
t succed with transition-delay: 2s;) > > Thanks, > Stefan > > Charlie Veniot schrieb am Donnerstag, 29. Juni 2023 um 06:12:50 UTC+2: > >> Nothing revolutionary here. Just the result of some goofing around with >> CSS. >> >> Give it a spin at TiddlyWik

[tw5] An alternative to reveal widgets and detail elements?

2023-06-28 Thread Charlie Veniot
Nothing revolutionary here. Just the result of some goofing around with CSS. Give it a spin at TiddlyWiki.com. .ch1 div {display:none;} .ch1:hover {background-color:#F5F5F5;border:1px solid gray;} .ch1:hover div {display:block;} <$list filter="[tag[Articles]]"> {{!!title}}

[tw5] Re: Railroad diagram: my approach to segmenting railroads that are too wide

2023-06-25 Thread Charlie Veniot
The march towards a helpful editor for railroad diagrams: [image: Screenshot 2023-06-25 2.17.33 PM.png] On Sunday, June 25, 2023 at 12:37:03 PM UTC-3 Charlie Veniot wrote: > Next: editor buttons for the railroad diagram. Because who wants to type > in all of that notation bleurk... -

[tw5] Re: When one wants a toolbar for an edit text widget

2023-06-25 Thread Charlie Veniot
refix='<"' suffix='">' /> <$text text='<"...">'/> <$button class="btn"> <$action-sendmessage $message="tm-edit-text-operation" $param="insert-text" text='/"BR"/' /> /"B

[tw5] Re: When one wants a toolbar for an edit text widget

2023-06-25 Thread Charlie Veniot
Toolbar This space does not have to be just for buttons. It can be for all sorts of things. Like helpful tips, reminders, whatever. <$button class="btn"> <$action-sendmessage $message="tm-edit-text-operation" $param="insert-text" text=&

[tw5] When one wants a toolbar for an edit text widget

2023-06-25 Thread Charlie Veniot
Sample code: *(If viewing the code below in Google Groups, ignore the leading and trailing backticks; those are just to keep the code "unprocessed" at Talk TW.)* ``` .wide100 {width:100%} .bspace {margin-bottom:-18px;} <$edit-text class="wide100 bspace" tiddler="AppSettings"

[tw5] Re: Railroad diagram: my approach to segmenting railroads that are too wide

2023-06-25 Thread Charlie Veniot
Next: editor buttons for the railroad diagram. Because who wants to type in all of that notation bleurk... -- 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: Railroad diagram: my approach to segmenting railroads that are too wide

2023-06-25 Thread Charlie Veniot
5 12.21.38 PM.png] On Sunday, June 25, 2023 at 11:05:58 AM UTC-3 Charlie Veniot wrote: > Unsatisfied. The tweak: > > ``` > <$list filter="""[split[/"BR"/]]""" counter=index> > match[1]else[margin-left:100px;]]}}}> [[margi

[tw5] Re: Railroad diagram: my approach to segmenting railroads that are too wide

2023-06-25 Thread Charlie Veniot
exp,[]] }}}/> ``` [image: Screenshot 2023-06-25 11.05.16 AM.png] On Saturday, June 24, 2023 at 10:44:40 PM UTC-3 Charlie Veniot wrote: > I added some custom syntax /"BR"/ I can use to generate multiple railroad > diagrams from one big chunk of text. > > is the text for

[tw5] Railroad diagram: my approach to segmenting railroads that are too wide

2023-06-24 Thread Charlie Veniot
I added some custom syntax /"BR"/ I can use to generate multiple railroad diagrams from one big chunk of text. is the text for the railroad diagram(s). ``` <$list filter="""[split[/"BR"/]]"""> <$railroad text=<>/> ``` [image: Screenshot 2023-06-24 10.36.03 PM.png] -- You received this

[tw5] Railroad diagrams: an example of maximizing the ROI

2023-06-23 Thread Charlie Veniot
If one is going to take the time to put together a syntax diagram, then might as well make it worth the effort. In the works, BASIC Anywhere Machine "All Syntax Diagrams" aggregation

Re: [tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-20 Thread Charlie Veniot
end ``` The result: [image: Screenshot 2023-06-20 7.25.04 PM.png] On Monday, June 19, 2023 at 12:39:38 PM UTC-3 Charlie Veniot wrote: > The only way for me to remember that "=" prefix, I think, is by applying > it often. > > Taking Brian's approach to simplify things by

[tw5] Railroad Diagrams How To: Keep diagram a nice size in a scrollable area

2023-06-19 Thread Charlie Veniot
*(If viewing this in Google Groups, ignore the leading and trailing backticks.)* ``` <$railroad text=""" [: param-name [:space] ":" [:space] ] value [: space] """/> ``` -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Shortcut for text widget

2023-06-19 Thread Charlie Veniot
*(All of the triple-backticks are for proper displaying of TW syntax in TalkTW; otherwise, please ignore.)* ``` * <$text text={{{ [] }}} /> * {{{ [] || txt }}} ``` That helps me out a little: putting primary focus on data, and making appearance secondary. The "txt" template tiddler: ```

Re: [tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-19 Thread Charlie Veniot
gt;]] =[[","]] =[[<"numValue2">]] =[[")"]] +[join[]] }}}> ``` On Monday, June 19, 2023 at 2:06:23 AM UTC-3 Charlie Veniot wrote: > Delayed reaction: > > I do very much like this, though: > > ``` > [["]] [] =[["]] > ``` > > I rarely run into d

Re: [tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-18 Thread Charlie Veniot
Delayed reaction: I do very much like this, though: ``` [["]] [] =[["]] ``` I rarely run into de-duplication issues, so I keep forgetting about that "x-nay de-duplication, eh?" prefix. I've got to figure out a way to remember that. On Monday, June 19, 2023 at 1:30:43 AM

Re: [tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-18 Thread Charlie Veniot
alue1">]] [[","]] [[<"numValue2">]] [[")"]] +[join[]] }}}> ``` On Monday, June 19, 2023 at 1:22:08 AM UTC-3 Charlie Veniot wrote: > Definitely more concise with fewer square brackets going on. > > My challenge is it makes it harder to make a

Re: [tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-18 Thread Charlie Veniot
art and parcel of my cognitive disability. I think loads of folk would appreciate your less verbose approach. Thanks ! On Sunday, June 18, 2023 at 11:45:44 PM UTC-3 Brian Theado wrote: > On Sun, Jun 18, 2023 at 5:36 PM Charlie Veniot wrote: > >> If you have an approach you think i

[tw5] Re: Railroad plugin: one way to setup a tiddler transclusion template

2023-06-18 Thread Charlie Veniot
Aside: I do not much like the CSS styling of the diagrams, so I've started dabbling with some easy customisation (colour and font weight): [image: Screenshot 2023-06-18 6.52.35 PM.png] On Sunday, June 18, 2023 at 6:36:02 PM UTC-3 Charlie Veniot wrote: > I'm documenting two BASIC Anywh

[tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-18 Thread Charlie Veniot
I'm documenting two BASIC Anywhere Machine functions: MIN and MAX . I'm using the railroad plugin to describe syntax. MIN and MAX having identical syntax (and I've got many other cases like this), I wanted to define the railroad diagram once for both the MIN and MAX tiddlers. I created a

[tw5] For the giggles: a BASIC marquis program as a service

2023-06-17 Thread Charlie Veniot
A BASIC program created in this test version of the BASIC Anywhere Machine TiddlyWiki instance. Exported to a single-HTML file (the BASIC program, the "interpreter", and the minimal HTML to make it all work), this program can be

[tw5] Re: Quick and dirty styling of the Tiddler Editor styling

2023-06-15 Thread Charlie Veniot
Oops, title typo: Quick and dirty customization of the Tiddler Editor styling On Thursday, June 15, 2023 at 4:32:51 PM UTC-3 Charlie Veniot wrote: > Like for any programming, I much prefer a fixed font when editing. It > helps me better see the "pieces". > > It is easy

[tw5] Quick and dirty styling of the Tiddler Editor styling

2023-06-15 Thread Charlie Veniot
Like for any programming, I much prefer a fixed font when editing. It helps me better see the "pieces". It is easy to setup a fixed font via the "Editor font family" via the Control Panel (picture way below.) Go to the Control Panel, go to the "Appearance" tab, "Theme Tweaks" sub-tab, and

[tw5] Re: Showing a little something depending on the results of a massive something

2023-06-10 Thread Charlie Veniot
3 at 6:36:29 PM UTC-3 Charlie Veniot wrote: > The pattern is all about grabbing the results of a very complex process, > and scanning those results to decide on whether or not to do something. > > ``` > <$wikify name="codeIssuesCheck" text={{{ [[Code Issues Template]get

[tw5] Showing a little something depending on the results of a massive something

2023-06-10 Thread Charlie Veniot
The pattern is all about grabbing the results of a very complex process, and scanning those results to decide on whether or not to do something. ``` <$wikify name="codeIssuesCheck" text={{{ [[Code Issues Template]get[text]] }}} > <$list variable="codeIssues"

[tw5] Just goofing around with a way to do math

2023-06-02 Thread Charlie Veniot
[image: Screenshot 2023-06-03 12.13.33 AM.png] -- 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

[tw5] Re: It would be nice if drag and drop mechanism didn't happen everywhere

2023-05-28 Thread Charlie Veniot
For my personal use, I'm experimenting with making TiddlyWiki titles the dropzone area: [image: Screenshot 2023-05-28 9.49.33 PM.png] On Sunday, May 28, 2023 at 6:02:22 PM UTC-3 Charlie Veniot wrote: > Okay, now that I'm back from slamming my forehead against a door frame for > not

[tw5] Re: It would be nice if drag and drop mechanism didn't happen everywhere

2023-05-28 Thread Charlie Veniot
Okay, now that I'm back from slamming my forehead against a door frame for not having brought this up earlier... Thank-you much, Eric ! Does that ever make a huge difference. I'm sure that's going to help me immensely, and I'm going to set that up in all my TiddlyWiki instances. On Sunday,

[tw5] It would be nice if drag and drop mechanism didn't happen everywhere

2023-05-28 Thread Charlie Veniot
https://youtu.be/-UNSlUzdAY8 -- 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 visit

[tw5] Re: Sample tiddler setup: "About BASIC Anywhere Machine"

2023-05-27 Thread Charlie Veniot
When viewing the OP in Talk TiddlyWiki, the results are really mangled. The OP is best viewed via the original Google Groups post <https://groups.google.com/g/tiddlywiki/c/OHBvw8cnQig>. On Saturday, May 27, 2023 at 2:46:11 PM UTC-3 Charlie Veniot wrote: > Just some sample code (and s

[tw5] Sample tiddler setup: "About BASIC Anywhere Machine"

2023-05-27 Thread Charlie Veniot
ns/$folder$/BAM_IDE_$ver$.html; target="_blank">$ver$ \end ! BASIC Anywhere Machine, by [[Charlie Veniot|https://cjveniot.neocities.org/]] !! BASIC Programming Powered by TiddlyWiki --- !! Versions //([[Release Notes|https://basicanywheremachine.neocities.org/BAM_ReleaseNotes

[tw5] Re: Just a video to show what's possible with TiddlyWiki

2023-05-24 Thread Charlie Veniot
Oh yeah. To dissect that TiddlyWiki instance: https://basicanywheremachine.neocities.org/BAM_IDE That's a TW 5.2.3 instance with th efollowing plugins: CodeMirror, Relink. On Wednesday, May 24, 2023 at 10:37:03 PM UTC-3 Charlie Veniot wrote: > This is a long video, not about TiddlyW

[tw5] Just a video to show what's possible with TiddlyWiki

2023-05-24 Thread Charlie Veniot
This is a long video, not about TiddlyWiki, but might be interesting to TiddlyWiki users, or potential users, to see what is possible with just TiddlyWiki, HTML, and CSS. No javascript, except for the interpreter that is built in javascript. However, the javascript isn't used by TiddlyWiki.

[tw5] How easy is it to create a sprite editor in TW?

2023-05-21 Thread Charlie Veniot
Ridiculously easy. (Leading and trailing triple backticks to make the code below viewable at TalkTiddlyWiki) ``` .bu {width:3em;height:3em;background:white;border:2px dotted lightgray;margin-right:-6px;font-weight:bold;} .bu:hover {border:2px solid black;}} <$checkbox field="grid"

[tw5] Re: TW Gadget: Tiddler Editor Text Resizer

2023-05-18 Thread Charlie Veniot
accomplish here? On Thursday, May 18, 2023 at 4:54:18 PM UTC-3 S² wrote: > Hello forum, > > inspired by @Charlie Veniot I tried to add the reset button to my wiki - > but no effect when clicking on the button. > Any idea why? > > Also tested on https://tiddlywiki.com

[tw5] Re: TW Gadget: Tiddler Editor Text Resizer

2023-05-18 Thread Charlie Veniot
Done. Plus a "reset" button. [image: Screenshot 2023-05-18 2.19.38 PM.png] On Thursday, May 18, 2023 at 10:50:52 AM UTC-3 Scott Sauyet wrote: > Charlie Veniot wrote: > > Just for the giggles to figure out how I would go about it. > > Very nice! One suggestion: make

[tw5] Re: Do you want alternative editor fonts for different tiddlers?

2023-05-15 Thread Charlie Veniot
rline;" to make spaces easier to identify, and/or all kinds of other attributes as visual cue reminders. On Monday, May 15, 2023 at 7:21:31 PM UTC-3 Charlie Veniot wrote: > If you want to try this at TiddlyWiki.com, create a new tiddler tagged > with that "Stylesheet" tag

[tw5] Re: Do you want alternative editor fonts for different tiddlers?

2023-05-15 Thread Charlie Veniot
.tc-edit-texteditor-body { border: 1px solid blue; font-size:3em; font-family:Cursive; }``` On Monday, May 15, 2023 at 6:49:30 PM UTC-3 Charlie Veniot wrote: > Just another screenshot example: > > [image: Screenshot 2023-05-15 6.48.45 PM.png] > > On Monday, May 15, 2023 at 6:

[tw5] Re: Do you want alternative editor fonts for different tiddlers?

2023-05-15 Thread Charlie Veniot
Just another screenshot example: [image: Screenshot 2023-05-15 6.48.45 PM.png] On Monday, May 15, 2023 at 6:45:44 PM UTC-3 Charlie Veniot wrote: > Modify the stylesheet tiddler so that it generates various editor styles > for whatever groups of tiddlers. > > [image: Screensho

[tw5] Do you want alternative editor fonts for different tiddlers?

2023-05-15 Thread Charlie Veniot
Modify the stylesheet tiddler so that it generates various editor styles for whatever groups of tiddlers. [image: Screenshot 2023-05-15 6.43.13 PM.png] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Charlie Veniot
at 12:47:50 PM UTC-3 Charlie Veniot wrote: > BTW: when viewing my previous reply in Google Groups, ignore the triple > tick-marks before and after the TW scripting. > > Those triple tick-marks are only there so that the code, when viewed via > the Talk.TiddlyWiki discourse forum,

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Charlie Veniot
-3 Charlie Veniot wrote: > It might not make much of a difference performance-wise, but in my "just > in case" mindset, I'd do something like this: > > ``` > <$list filter=" [tag[Background]tag{!!title}] +[sort[]]" > counter="myCounter"> &g

[tw5] Re: conditional part of a list widget

2023-05-11 Thread Charlie Veniot
It might not make much of a difference performance-wise, but in my "just in case" mindset, I'd do something like this: ``` <$list filter=" [tag[Background]tag{!!title}] +[sort[]]" counter="myCounter"> <$list filter="[!match[1]]"> <$link><$view field="title"/> <$transclude

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-05-01 Thread Charlie Veniot
Well, mine was about grabbing links that don't have gibberish in them. On Monday, May 1, 2023 at 5:38:40 PM UTC-3 Charlie Veniot wrote: > Thanks Eric, I had everything working, but had no clue how to use it. > > Having to navigate to the site is okay, but that's a completely differe

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-05-01 Thread Charlie Veniot
il.com wrote: > >> I just wasted the last hour trying to get that bookmarklet to work. >> >> If you recommend this as a good way to go, could you give some pointers >> on how to get it working? >> >> On Monday, May 1, 2023 at 9:31:05 AM UTC-3 Ch

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-05-01 Thread Charlie Veniot
I just wasted the last hour trying to get that bookmarklet to work. If you recommend this as a good way to go, could you give some pointers on how to get it working? On Monday, May 1, 2023 at 9:31:05 AM UTC-3 Charlie Veniot wrote: > Why on earth would you have not provided that cruc

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-05-01 Thread Charlie Veniot
iki/c/q3A8j3sIXjI]]` > <https://groups.google.com/g/TiddlyWiki/c/q3A8j3sIXjI%5D%5D>. > > > On Sunday, 30 April 2023 at 17:14:31 UTC+2 Charlie Veniot wrote: > >> Click (on what, I'm not sure) to copy and then paste is a great option >> for those who cannot drag and drop. >> &g

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-04-30 Thread Charlie Veniot
ted > from the current page title and URL. Then you can paste it into the tiddler > like any other text. > > On Sunday, 30 April 2023 at 02:09:43 UTC+2 Charlie Veniot wrote: > >> I have no idea how your bookmarklet helps to create a WikiText link (in >> TiddlyWiki) to an

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-04-29 Thread Charlie Veniot
avascript: > navigator.clipboard.writeText(`[[${document.title.replaceAll('|','–')}|${document.location.href}]]`); > On Sunday, 16 April 2023 at 00:43:16 UTC+2 Charlie Veniot wrote: > >> Please find attached in this post the JSON file you need to download and >> drag into any TiddlyWiki t

[tw5] Re: WebAudio API multi-voice experimentation

2023-04-23 Thread Charlie Veniot
or to many browsers. On Saturday, April 22, 2023 at 5:14:07 PM UTC-3 Charlie Veniot wrote: > Put the following in a new tiddler: > > ``` > > > ``` > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fro

[tw5] WebAudio API multi-voice experimentation

2023-04-22 Thread Charlie Veniot
Put the following in a new tiddler: ``` ``` -- 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

[tw5] URL Import Gadget (URL to WikiText external link)

2023-04-15 Thread Charlie Veniot
Please find attached in this post the JSON file you need to download and drag into any TiddlyWiki to add this gadget. https://youtu.be/EIAgESf6K8s -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw5] TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-06 Thread Charlie Veniot
default behavior was "Embed.." then it wouldn't break anything for > those accustomed to the embedding. > > On Wed, 5 Apr 2023 at 18:32, Simon Baird wrote: > >> That's really cool - thanks for sharing! >> >> On Sun, 2 Apr 2023 at 19:36, Charlie Veniot

Re: [tw5] TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-06 Thread Charlie Veniot
wouldn't break anything for > those accustomed to the embedding. > > On Wed, 5 Apr 2023 at 18:32, Simon Baird wrote: > >> That's really cool - thanks for sharing! >> >> On Sun, 2 Apr 2023 at 19:36, Charlie Veniot wrote: >> > Related TW script *in this post*, jus

[tw5] Re: TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-05 Thread Charlie Veniot
of spaces in the filename, but they can > safely be replaced by spaces (if I could write filters, I could probably > add one to automatically convert them back to spaces, but...) > > In any event, this will still be quite useful - Thank You, Charlie :) > > On Wednesday, April 5, 2023

[tw5] Re: TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-05 Thread Charlie Veniot
oks great! :) >> >> Now... Work your sorcery and create a version to do the same thing, only >> with locally-stored images! >> >> On Sunday, April 2, 2023 at 7:36:10 PM UTC-4 Charlie Veniot wrote: >> >>> Related TW script *in this post*, just below the vi

[tw5] Re: TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-03 Thread Charlie Veniot
:52 PM UTC-3 Zaphod Beeblebrox wrote: > Looks great! :) > > Now... Work your sorcery and create a version to do the same thing, only > with locally-stored images! > > On Sunday, April 2, 2023 at 7:36:10 PM UTC-4 Charlie Veniot wrote: > >> Related TW script *in this

[tw5] TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-02 Thread Charlie Veniot
Related TW script *in this post*, just below the video. https://youtu.be/NjE0MHsndE8 ``` \define droppable-image-actions() <$action-setfield $tiddler=<> $field="text" $value=""/> <$action-setfield $tiddler=<> $field="_canonical_uri" $value={{{ [split[/]last[]addprefix[./Graphics%20Samples/]]

[tw5] Re: SelectWidget: adding separator lines

2023-04-01 Thread Charlie Veniot
Since I'm finding myself using this separator in many places, it made sense to macrofy the thing: ``` \define selectOptionSeparator() ─ ``` Example: ``` <> 磊 Acknowledgements ❤ Support This Project ``` On Thursday, March 30, 2023 at 6:43:13 PM UTC-3 Charlie

[tw5] FeatherWiki works really well as embedded content

2023-04-01 Thread Charlie Veniot
For certain things that don't need to be in a TiddlyWiki instance and would just clutter up a TiddlyWiki instance ... If it is the kind of content that fits well in FeatherWiki, it might make sense in certains scenarios to manage that content in a small FeatherWiki instance and embed it in a

[tw5] Tiddler Links showing only in "TiddlyWiki interface" mode

2023-04-01 Thread Charlie Veniot
The BASIC Anywhere Machine User Guide and Programming Reference by default displays a customised interface that hides the natural TiddlyWiki interface. When working on the BAM documentation in the natural interface, I need

[tw5] BAM now also available at Tiddlyhost

2023-04-01 Thread Charlie Veniot
Being a supporter of Neocities ( I think it is good for folk to have a free place to build old-school websites), I've been hosting all of my TiddlyWiki instances over there, Of course, Neocities being free and it always having potential of hosting sites that might not be

[tw5] Re: SelectWidget: adding separator lines

2023-03-30 Thread Charlie Veniot
[image: Screenshot 2023-03-30 6.41.32 PM - Display 2.png] On Thursday, March 30, 2023 at 6:40:14 PM UTC-3 Charlie Veniot wrote: > I found a unicode character that gives nicer results: > > ``` > ─ > ``` > > On Thursday, March 30, 2023 at 6:30:47 PM

[tw5] Re: SelectWidget: adding separator lines

2023-03-30 Thread Charlie Veniot
I found a unicode character that gives nicer results: ``` ─ ``` On Thursday, March 30, 2023 at 6:30:47 PM UTC-3 Charlie Veniot wrote: > This works with my Chrome web browser. I don't know about other web > browsers. > > > > ``` > <$sele

[tw5] SelectWidget: adding separator lines

2023-03-30 Thread Charlie Veniot
This works with my Chrome web browser. I don't know about other web browsers. ``` <$select tiddler='$:/SiteTitle' tooltip='Choose a new site title'> A Tale of Two Cities A New Kind of Science — The Dice Man ``` -- You received this message because you are subscribed to the

[tw5] A benefit of using emojis in tiddler titles

2023-03-26 Thread Charlie Veniot
Although I have yet to run into any issue with the use of emojis in any of my TiddlyWiki instances, do keep in mind the possibility of problems with web browsers (desktop or mobile) that might not support one/more/any emojis !!! I'm finding that they help make tiddler titles stand out in long

[tw5] An example "means of support" tiddler for TiddlyWiki-based projects

2023-03-26 Thread Charlie Veniot
❤ Support This Project -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: The best kind of documentation let's you try your own snippets of code

2023-03-24 Thread Charlie Veniot
3 at 9:38:01 PM UTC-6 Charlie Veniot wrote: > >> As I'm in the process of rejigging the navigation setup for the BASIC >> Anywhere Machine documentation, I'm creating some introductory info to >> describe this ability to run sample code and try out your own. >> >&g

[tw5] Re: The best kind of documentation let's you try your own snippets of code

2023-03-24 Thread Charlie Veniot
odness of TiddlyWiki while presenting the content in a somewhat traditional website look and feel Mind you, quick performance with a low footprint, one can't beat a static website. On Saturday, February 11, 2023 at 5:00:46 PM UTC-4 Charlie Veniot wrote: > This feature in BASIC Anywhere Machine's Pr

[tw5] BAM Documentation: generating, grabbing, sharing a subject-topic

2023-03-23 Thread Charlie Veniot
About BASIC Anywhere Machine: Description of BASIC Anywhere Machine Clicking on the link above will open the specific subject and topic

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-22 Thread Charlie Veniot
nesday, March 22, 2023 at 12:28:54 AM UTC-3 Charlie Veniot wrote: > Duh. > > If you just want to click and view diagrams ... > > What I'm suddenly finding quite neat: I can have a private TiddlyWiki > generate these URL's, and the graphs are displayed by the public GraphViz >

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-21 Thread Charlie Veniot
Duh. If you just want to click and view diagrams ... What I'm suddenly finding quite neat: I can have a private TiddlyWiki generate these URL's, and the graphs are displayed by the public GraphViz uTWility. Graphviz Gallery Bazel Build System

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-21 Thread Charlie Veniot
wnload the attached, and drag into any TiddlyWiki instance for import. Open the "Sample Graphs" tiddler and click away. On Saturday, March 18, 2023 at 6:34:49 PM UTC-3 Charlie Veniot wrote: > BTW, adding the GraphViz plugin to a TiddlyWiki instance increases the > size of that TiddlyW

[tw5] Re: Modifying the TiddlyWiki save button for different abilities

2023-03-19 Thread Charlie Veniot
of disability (attention-regulation, colour-blindness, seizures, etc.). A visual cue that something needs to be done, it has to be easily noticeable yet not annoyingly distracting. So easily customised is key ! On Sunday, March 19, 2023 at 3:34:36 PM UTC-3 Charlie Veniot wrote: > It is rea

[tw5] Modifying the TiddlyWiki save button for different abilities

2023-03-19 Thread Charlie Veniot
It is really easy to modify the current save button's appearance to that it works for various abilities. The attached JSON file contains one small CSS tiddler. Download that and drag into any TiddlyWiki to try it out. As-is, the CSS is setup to accommodate my disability and a friend's

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-18 Thread Charlie Veniot
like above, I'd be careful with that to make sure the host tiddler only pops up in the story river (or anywhere) when I want the graph displayed. All kinds of design considerations no matter what ... On Saturday, March 18, 2023 at 6:24:20 PM UTC-3 Charlie Veniot wrote: > All of my TiddlW

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-18 Thread Charlie Veniot
I know that's a real groaner, but I need to change "GraphViz Server" to something else so that folk realize this isn't a "server." It is more a "utility" or "appliance." The GraphViz plugin can be added to any TiddlyWiki instance. The purpose of this project is to have one TiddlyWiki

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-18 Thread Charlie Veniot
Drag the attached into TiddlyWiki.com for import. Tiddlers: - Sample Graphs *(URL's generated to render GraphViz images with the GraphViz uTWility)* - gViz *(macro for generating URL's to GraphViz uTWility with graph specification embedded in the URL)* - a bunch of example

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-18 Thread Charlie Veniot
nteau>: A GraphViz u*TW*ility ? On Friday, March 17, 2023 at 8:46:30 PM UTC-3 Charlie Veniot wrote: > > https://cjveniot.neocities.org/TiddlyWiki%20Projects/TwGraphVizServer.html?graph%20{%20a%20--%20b%20[color=green];%20a%20--%20z;%20b%20--%20c;%20a%20--%20c;%20%20d%20--%20c;%20%2

[tw5] Re: A TiddlyWiki "GraphViz Server" (?)

2023-03-17 Thread Charlie Veniot
small to read, we can now zoom in to see the details. [image: Screenshot 2023-03-17 8.43.30 PM.png] On Friday, August 26, 2022 at 12:08:34 AM UTC-3 Charlie Veniot wrote: > "Phase 1" done: > https://cjveniot.neocities.org/TiddlyWiki%20Projects/TwGraphVizServer.html?graph%20{%20a%2

[tw5] Re: TiddlyWiki use case: generation of source code

2023-03-11 Thread Charlie Veniot
Maybe a little bit out there, but all of this has me thinking about "Blockly" : https://developers.google.com/blockly This is a neat example of programming in a non-technical way and having that generate code in any number of programming language. (aside: A model doesn't necessarily need to be

[tw5] Re: TiddlyWiki use case: generation of source code

2023-03-11 Thread Charlie Veniot
de-data-literacy-curriculum/2033> > > (and the tools it is built on like Pharo and Glamorous Toolkit > <https://gtoolkit.com/>), Lisp Machines, the Acme text editor (Video: A > Tour of the Acme Editor > <https://www.youtube.com/watch?v=dP1xVpMPn8M=472s>), Plan9, Oberon.

  1   2   3   4   5   6   7   8   9   10   >