[tw5] Re: Niche interest - popup placement demo

2021-07-28 Thread TW Tones
Thanks Eric, Here is my resulting popup drop on field. Works on Tiddlywiki.com \define dropActions() <$action-setfield $tiddler=<> $field="link" $value=<>/> \end <$button popup=<>> Open dropzone <$reveal state=<> type="popup" position="belowright"> <$droppable tag="div" actions=<>>

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

2021-07-28 Thread TW Tones
TT, I agree *TW "Editions" are NOT "Applications" * but TiddlyWiki can be an application, website, smart document, personal software and anything else that can be built on top of these, and possibility even more than one at a time. Perhaps we can discuss how a tiddlywiki may comply with the

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

2021-07-28 Thread Eric Shulman
On Wednesday, July 28, 2021 at 8:02:29 PM UTC-7 cj.v...@gmail.com wrote: > "but Shirley". That tickles this old fart something silly. > Classic scene from "Airplane!": https://www.youtube.com/watch?v=KM2K7sV-K74 "... and don't call me Shirley" -e -- You received this message because you are

[tw5] Re: Niche interest - popup placement demo

2021-07-28 Thread Eric Shulman
On Wednesday, July 28, 2021 at 5:27:25 PM UTC-7 TW Tones wrote: > Have you ever made a popup also a dropzone? > I would like a popup that has a number of coloured boxes that represent > fields I can drop content into. eg a link > It's actually quite straightforward. Try this: \define

[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

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

2021-07-28 Thread Misterel85
Hi Charlie, Thank you very much for sharing this great idea! I managed to adapt your tag selector when I noticed that checkboxes could have checkactions / uncheckedactions parameters. So now I can kill two birds with one stone thanks to your tag selector: with one checkbox (un)tick, I can add

[tw5] Re: Questions re TiddlyWiki + nodejs for building TiddlyWiki editions

2021-07-28 Thread TW Tones
Charlie et al, I would add to Mario's history that Jed built bob and the easy to install Bob.exe as an extended Node server install and it can handle multiple users and locks at the tiddler level. Bob as well is ideal in the LAN/local network with reservations if you wanted it internet facing.

[tw5] Re: Niche interest - popup placement demo

2021-07-28 Thread TW Tones
Eric, Have you ever made a popup also a dropzone? I would like a popup that has a number of coloured boxes that represent fields I can drop content into. eg a link just asking. Thanks Tones On Wednesday, 28 July 2021 at 01:53:40 UTC+10 Eric Shulman wrote: > On Tuesday, July 27, 2021 at

[tw5] Re: Best way to cite the source of WikiText snippets?

2021-07-28 Thread Si
Thanks Soren, I will do that! On Wednesday, 28 July 2021 at 14:13:56 UTC+1 Soren Bjornstad wrote: > I use a comment with the link: > > > > Currently you can't use comments until you reach the end of the pragmas in > a tiddler, but that's slated to be fixed in 5.2.0. > > On Wednesday, July 28,

Re: [tw5] Re: Shiraz list-content (experimental)

2021-07-28 Thread Mark
Hi Mohammad, Unfortunately, the full-text essay links are to a password protected ebook collection as Jung's *Collected Works* are still protected by copyright. However, thanks for pointing out the pdflink macro as I'm sure to put it to use in other projects. Your list-content idea has now

[tw5] Re: Questions re TiddlyWiki + nodejs for building TiddlyWiki editions

2021-07-28 Thread PMario
Hi, I think you don't miss much, if you use a single file TiddlyWiki, if it fit's your needs and you workflow. So as long as working with a single file doesn't drive you against a wall, there is no need to switch. Using TiddlyWiki with nodejs is just an other workflow. --- A bit of

[tw5] Re: Niche interest - popup placement demo

2021-07-28 Thread clutterstack
@Ste, yes, I also saw recently that @pmario mentioned repopup at github last year (https://github.com/Jermolene/TiddlyWiki5/issues/4531). I made this demo to understand the current stock behaviour of the reveal widget with popups, partly because it's not intuitive if you only have short lines

[tw5] Questions re TiddlyWiki + nodejs for building TiddlyWiki editions

2021-07-28 Thread Charlie Veniot
*BTW: I'm spawning this thread from "TiddlyWiki + nodejs: What are benefits and use cases? ", thinking a conversation quickly gets very unwieldy when it starts having multiple threads within one conversation.* Focusing on

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-28 Thread arun babu
How to get the newly added nodes to be in markdown format instead of the default tiddlywiki format? I tried using the template option in streams settings. But I am getting "Internal JavaScript Error" message. Any help? On Wednesday, July 28, 2021 at 10:21:52 AM UTC+5:30 TW Tones wrote: > Mark,

[tw5] Re: Best way to cite the source of WikiText snippets?

2021-07-28 Thread Soren Bjornstad
I use a comment with the link: Currently you can't use comments until you reach the end of the pragmas in a tiddler, but that's slated to be fixed in 5.2.0. On Wednesday, July 28, 2021 at 8:09:59 AM UTC-5 Si wrote: > Much of my wiki is made up of snippets of WikiText that I have taken from

[tw5] Best way to cite the source of WikiText snippets?

2021-07-28 Thread Si
Much of my wiki is made up of snippets of WikiText that I have taken from other sources, in particular public wikis (e.g. https://zettelkasten.sorenbjornstad.com/) and from threads in this group. I want to make sure that I keep track of where I get these snippets from for two reasons: - to

Re: [tw5] Re: Voting for the v5.2.0 banner artwork

2021-07-28 Thread Jeremy Ruston
> @jeremy: Is there anywhere to see the current status of the voting? Hi Frank, To avoid influencing the vote, the individual votes aren't public until the end. As of now, there are 78 responses, with three entries roughly tied for first place. That means that every vote could make a

[tw5] Re: Another set of eyes on my code

2021-07-28 Thread PMario
Hi, These widgets may help debugging. https://tiddlywiki.com/#LogWidget:LogWidget%20ActionLogWidget -m On Wednesday, July 28, 2021 at 12:08:35 AM UTC+2 TW Tones wrote: > Mark, > > Thanks, when I separate the code it also works. Just knowing your success > is important information. My suspicion

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

2021-07-28 Thread TiddlyTweeter
TW Tones wrote: > ... Here is an unfinished blog site design of mine > https://anthonymuscio.github.io/TWBlog.html, keep in mind that the > infinite scroll similar to the story is a common design approach for blogs > or news pages. Ciao TW Tones Thanks for posting that. It IS interesting,

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

2021-07-28 Thread TiddlyTweeter
ludwa6 / w wrote... > ... Story River *as implemented by TW* (not the only implementation > around, NB) is a foreign concept to most inveterate web users -which does > bring some interesting possibilities, don't get me wrong, but still: > anything that so stretches the visual language of

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

2021-07-28 Thread TiddlyTweeter
cj.v...@gmail.com wrote: > A stereotypical blog with entries ordered and always in the same order, > that I like. Every blog entry stays in the same place respective to other > entries. Things haven't moved on me. So there is cognitive stability. > Things are where I expect them to be.