[tw5] Re: Using one TiddlyWiki as a "server" of content to another "client" TiddlyWiki

2022-02-16 Thread Charlie Veniot
Kind of related, as per my latest update in Local storage prototype: TiddlyWiki and BASIC data exchange , is the ability for every thing of "same site origin" can share/communicate with every other thing. On Sunday,

[tw5] Re: Local storage prototype: TiddlyWiki and BASIC data exchange

2022-02-16 Thread Charlie Veniot
https://basicanywheremachine.neocities.org/LocalStoragePrototype.html Updated version of this prototype makes use of Eric Shulman's action timeout widget . Now both TiddlyWiki and the embedded (in an iframe) BASIC

[tw5] Re: Adding duplicate title in title list

2022-02-16 Thread andres....@gmail.com
Amazing response, Eric. Thank you! That worked *perfectly*! I need to spend some quality time with https://tiddlywiki.com/#Filter%20Expression. There is a lot of new stuff on there I hadn't seen before! > Note also that using `` in your filter is *slightly* more efficient than `all[current]`

[tw5] Re: Custom export formats: TiddlyWiki available for study

2022-02-16 Thread Charlie Veniot
Thanks for bringing that up, Eric. I totally forgot about your very nice and tidy javascript macro. For whatever reason, all I could think of is $:/plugins/OokTech/TimerActions , which I find heavy for simple enabling of bilateral communications

[tw5] Re: Custom export formats: TiddlyWiki available for study

2022-02-16 Thread Eric Shulman
On Wednesday, February 16, 2022 at 1:31:27 PM UTC-8 cj.v...@gmail.com wrote: > ...some kind of trigger needs to be setup in TiddlyWiki to check local > storage (a manual trigger would involve a human pressing a button; an > automated trigger would involve some kind of timer in TiddlyWiki to

[tw5] Re: Adding duplicate title in title list

2022-02-16 Thread Eric Shulman
Answer to question #1: By default, titles resulting from a filter are only listed once, with the last instance of a given title "dominantly appended" to the list (i.e., duplicates are removed). Thus, in your example, adding `[[foo]]` to the end of the list automatically removed the first

[tw5] Re: Adding duplicate title in title list

2022-02-16 Thread andres....@gmail.com
I should add that the list is currently stored as a field, so my filter is more along the lines of [all[current]get[fieldName]enlist-input:raw[]] [] I couldn't use the listops action widget subfilters because they automatically dedup so I need to use the full filter which doesn't fully dedup

[tw5] Adding duplicate title in title list

2022-02-16 Thread andres....@gmail.com
Ok, so I have the following list: foo foo foo bar I then want to append 'foo' to the end of that list such that I wind up with: foo foo foo bar foo So I try the following filter: [[foo foo foo bar]enlist-input:raw[]] [[foo]] That results in: foo foo bar foo This is

[tw5] Re: Custom export formats: TiddlyWiki available for study

2022-02-16 Thread Charlie Veniot
Once a TiddlyWiki fires up a BASIC program, that TiddlyWiki can't directly feed anything to the BASIC program. The only time a TiddlyWiki can "feed" anything to the BASIC program directly is upon dynamically building the HTML (BASIC program, javascript to interpret the program, and maybe some

[tw5] Re: Custom export formats: TiddlyWiki available for study

2022-02-16 Thread A Gloom
Yes this creation of yours is pretty cool. My main TW project is an interactive novel/pick your own adventure browser game that already uses TW core with multimedia resources, svg animations, vrml (x3d)-- so why not BASIC generated graphics? Made with the methodically maddening haphazard KAOS