[tw5] Re: Suggestion for $:/plugins/jd/fullscreen-editor

2020-01-30 Thread TonyM
David, Do you want help hacking this? Tony On Tuesday, 28 January 2020 04:10:54 UTC+11, David Gifford wrote: > > Hi JD, if you are out there watching! > > First, I love your editor. > > But second, I wonder if there would be also be a way to have a separate > button, accessible from the

[tw5] Re: TiddlyWiki support multi-user privilege

2020-01-30 Thread TonyM
Peter, With a network location, if you can flag it read only or be the only one with write permissions they can never save over your network wiki, though they can make copies elsewhere. If they know how and can reverse this read only status of course the can save but in many cases on out LAN

[tw5] Re: Indexing: a wiki holds search indexes to other wikis

2020-01-30 Thread Mohammad
Hello James, Not yet, but I will share if you have any working solution! By the way the Twedration seems to do the job, when you are on node.js See Mark post: https://groups.google.com/d/msg/tiddlywiki/8qyPUgmpDYY/v4-fPn53AgAJ --Mohammad On Friday, January 31, 2020 at 7:23:36 AM UTC+3:30,

[tw5] Re: How to make an html piece of code workable inside tiddlywiki?

2020-01-30 Thread TonyM
oleghbond, I am afraid script does not work in tiddlywiki this way. To introduce you need to create a widget that complies with tiddlywiki's requirements. When things occur in tiddlywiki it will automatically update the change whereever needed, this is why you need to use tiddlywikis methods.

[tw5] Re: Shiraz dynamic table and summarizing numerical data

2020-01-30 Thread TonyM
Mohammad, This sounds helpful, I will review in time. Thanks Tony On Friday, January 31, 2020 at 8:12:07 AM UTC+11, Mohammad wrote: > > Hi, > I have implemented partially the below feature in Shiraz dynamic table! > For TW ready to use math operators, there is no hassles and one can use > the

[tw5] Re: Possible to Combine Two Fields?

2020-01-30 Thread James
Thanks Mat. It works. On Wednesday, 29 January 2020 01:38:12 UTC+8, Mat wrote: > > The standard technique for concatenation is to use macros, i.e at the top > of the form tiddler (or in a separate tiddler tagged $:/tags/Macro) write > > \define doid(dnr, cid) [DO#:$dnr$] CUS-$cid$ > > I'm

[tw5] Re: Indexing: a wiki holds search indexes to other wikis

2020-01-30 Thread James
Hi Mohammad, Do you have any workable example? It sounds interesting, I have multiple TWs and I am looking for ways to filter tiddlers across the TWs. On Tuesday, 28 January 2020 13:14:46 UTC+8, Mohammad wrote: > > >- Tiddlywiki is great at small to moderate number of tiddlers >- It

[tw5] Re: Dynamic readOnly interface (for everyone but me, over Tiddlyspot) on TW5?

2020-01-30 Thread springer
I look forward to seeing what you've rigged up, Mat. Thanks. -Springer On Thursday, January 30, 2020 at 6:33:35 PM UTC-5, Mat wrote: > > I don't have time now but hopefully in the weekend, to explain an > alternative route that I use for a pretty much identical situation. > Briefly, I use a

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-01-30 Thread Damon Pritchett
Hello all, I answered my own question and took the liberty of modifying the ViewTemplate to use the details widget instead of a reveal button. It will not open and close without modifying the TW. I've included the modified version. I was also able to position it exactly where I wanted to

[tw5] Re: Dynamic readOnly interface (for everyone but me, over Tiddlyspot) on TW5?

2020-01-30 Thread Mat
I don't have time now but hopefully in the weekend, to explain an alternative route that I use for a pretty much identical situation. Briefly, I use a save button that saves to two tiddlyspots at the same time - the "current" admin one and a public one - but for the public one the tiddlers are

[tw5] Re: Button Factory how to?

2020-01-30 Thread TonyM
Ton, A Quick post script, something very odd occurs on using this button on tiddlywiki.com User beware - this is a proof of concept only Tony On Friday, January 31, 2020 at 5:27:12 AM UTC+11, Ton Gerner wrote: > > Hi Tony, > > I was thinking of macros for making buttons. > In case of a

[tw5] Re: Button Factory how to?

2020-01-30 Thread TonyM
Ton, Great proof of concept. I can work with this. I can put in a test to see if buttonto's tiddler already has the $:/tags/ViewToolbar tag and hide the additional set up actions. I can see how to build on this. Not sure why I did not envision this approach. I like how the tiddler to create

[tw5] WCAG Accessibility, labels and tooltips...

2020-01-30 Thread Thomas Elmiger
Hi Steve, Usually, “A label can be bound to an element either by using the "for" attribute, or by placing the element inside the element” according to https://www.w3schools.com/tags/tag_label.asp So something like Explanation of what can be selected <$select... >... should be good enough?!

[tw5] Re: Shiraz dynamic table and summarizing numerical data

2020-01-30 Thread Mohammad
Hi, I have implemented partially the below feature in Shiraz dynamic table! For TW ready to use math operators, there is no hassles and one can use the footer and add for example sum as <> but for other results like average a small macro shall be written and then called. I wish to now if this

[tw5] How to make an html piece of code workable inside tiddlywiki?

2020-01-30 Thread oleghbond
Dear tiddlymates, please advise me how to make the following html piece of code workable inside tiddlywiki: Leave a message about an error BugTracker = { group_project: "

Re: [tw5] Internal Javascript Error

2020-01-30 Thread Brad Baker
That section looks exactly the same on the default browser that came with my Xiaomi phone. On Thursday, January 30, 2020 at 8:46:36 AM UTC-3, Jeremy Ruston wrote: > > Hi Brad > > That error message does indeed generally indicate a missing closing curly > brace in JavaScript. Given that the wiki

[tw5] Re: Internal Javascript Error

2020-01-30 Thread Brad Baker
Sorry false alarm. Turns out it was a browser issue. The first two lesser-known browsers I had used on my phone had the problem but when I tried using the Android Chrome browser it worked fine, the same as with Vivaldi, Chromium, and Falkon on Linux. On Wednesday, January 29, 2020 at 10:46:00

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread David Gifford
I would love this, and it would imitate Roam on this point, but I am not sure how it would work. Wouldn't each tiddler need a separate state tiddler? That would affect # of tiddlers and filesize and I am assuming it would hasten the moment when the file would become sluggish. If someone were

[tw5] Image in a modal (CSS question)

2020-01-30 Thread Hubert
OK, I've solved it with: .tc-modal img { width: 100%; object-fit: contain; } -- 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: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread David Gifford
Mark, thanks for the suggestions. You should be able to do this with the 'start' and 'end' parts of $:/plugins/snowgoon88/edit-comptext/config On Thursday, January 30, 2020 at 12:06:41 PM UTC-6, Mark S. wrote: > > Suggestion -- a template tiddler for the inserted link. For instance I > might

[tw5] Dynamic readOnly interface (for everyone but me, over Tiddlyspot) on TW5?

2020-01-30 Thread springer
Dear all, My teaching site is hosted on Tiddlyspot, where students can access it for notes and resources, and I can make ongoing additions and edits. On my TW Classic site (also Tiddlyspot), there was a "backstage" area, and a "readOnly" checkbox (which I tucked in an odd corner) that would

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread TiddlyTweeter
I consider it a happy condition. On Thursday, 30 January 2020 19:02:37 UTC+1, Mark S. wrote: > > Good grief! I had no idea things had gotten that bad! > > On Thursday, January 30, 2020 at 9:44:13 AM UTC-8, TiddlyTweeter wrote: >> >> As do I. >> >> On Thursday, 30 January 2020 18:41:04 UTC+1,

[tw5] Re: Button Factory how to?

2020-01-30 Thread Ton Gerner
Hi Tony, I was thinking of macros for making buttons. In case of a button that calls a tiddler (in many use cases, and in the core the buttons for control panel, tiddler manager and tag manager) it can be done. As proof of concept I made the following macro: \define

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread 'Mark S.' via TiddlyWiki
Suggestion -- a reveal/hide button around transclusions, so you're not overwhelmed by larger texts -- 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: A Variety Parrot Dances ...

2020-01-30 Thread Julio Peña
Hello to all, Yes TTyou are correct...that IS the interesting part. And if you compare it to aspects of technology the essence is there: "patterns and procedures" Ah (musing)..."Procedures": something we as humans fail grasp and follow lots of times. :/ Regards, Julio On Thursday,

[tw5] WCAG Accessibility, labels and tooltips...

2020-01-30 Thread Steven Schneider
Hi folks. SUNY Polytechnic Institute is one of the few (only?) colleges or universities that I know of that has a tiddlywiki file in production! - https://sunypoly.edu/contact/offices/provost/provost/spring-2020-office-hours.html The Web Architect, however, has questioned the accessibility

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread 'Mark S.' via TiddlyWiki
Suggestion -- a template tiddler for the inserted link. For instance I might want mine to always have a horizontal line inserted above and a pipe to the right for ease of navigation - > [[MyLink]] | > On Wednesday, January 29, 2020 at 7:30:18 PM UTC-8, David Gifford wrote: > > Hi everyone

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread 'Mark S.' via TiddlyWiki
Good grief! I had no idea things had gotten that bad! On Thursday, January 30, 2020 at 9:44:13 AM UTC-8, TiddlyTweeter wrote: > > As do I. > > On Thursday, 30 January 2020 18:41:04 UTC+1, Mark S. wrote: >> >> And yet, I bet he goes back to his cage every night, with a standard >> simple lift

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread TiddlyTweeter
Ciao Julio I think what is interesting is the grasp of procedure by parrots. Whether they "get it" or just "reproduce pattern" is very interesting. They seem to "get it". Best wishes TT On Thursday, 30 January 2020 18:33:21 UTC+1, Julio Peña wrote: > > Hello TT, > > Oh wow > I wonder how

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread 'Mark S.' via TiddlyWiki
For the transclusion references, maybe it would be helpful if the titles were links? On Thursday, January 30, 2020 at 6:21:26 AM UTC-8, David Gifford wrote: > > Hi Jack > > Thanks for the feedback. No, you didn't insist, but there were others who > recommended it, including Conor from Roam, so

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread TiddlyTweeter
As do I. On Thursday, 30 January 2020 18:41:04 UTC+1, Mark S. wrote: > > And yet, I bet he goes back to his cage every night, with a standard > simple lift latch. > > On Thursday, January 30, 2020 at 9:16:54 AM UTC-8, TiddlyTweeter wrote: >> >> https://www.youtube.com/watch?v=aWuc5FtM708 >> >

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread 'Mark S.' via TiddlyWiki
And yet, I bet he goes back to his cage every night, with a standard simple lift latch. On Thursday, January 30, 2020 at 9:16:54 AM UTC-8, TiddlyTweeter wrote: > > https://www.youtube.com/watch?v=aWuc5FtM708 > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread Julio Peña
Hello TT, Oh wow I wonder how long he took to train that parrot. Blessings, Julio On Thursday, January 30, 2020 at 12:16:54 PM UTC-5, TiddlyTweeter wrote: > > https://www.youtube.com/watch?v=aWuc5FtM708 > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: A Variety Parrot Dances ...

2020-01-30 Thread TiddlyTweeter
Repeat for email ... On Thursday, 30 January 2020 18:16:54 UTC+1, TiddlyTweeter wrote: > > https://www.youtube.com/watch?v=aWuc5FtM708 > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] Is GitHub useful for TW5? (philosophy)

2020-01-30 Thread Jeremy Ruston
Hi Mark > On 30 Jan 2020, at 16:52, 'Mark S.' via TiddlyWiki > wrote: > > The saver does work, but you have to be sure to fill in the "path" field even > if you are using the root directory. For the root, use "/". This is unclear > in the instructions. I’ve pushed an update that defaults

[tw5] Image in a modal (CSS question)

2020-01-30 Thread Hubert
Hello, When I'm displaying images in a modal I see scroll bars: a large image is not resized to fit the modal window. I've tried object-fit: contain; and max-width with vw values hoping that the image would be resized to fit modal window, but I've had no luck so far. Just to note, I'm not

[tw5] Re: Is GitHub useful for TW5? (philosophy)

2020-01-30 Thread 'Mark S.' via TiddlyWiki
Using the github saver probably won't teach you much about github. The saver does work, but you have to be sure to fill in the "path" field even if you are using the root directory. For the root, use "/". This is unclear in the instructions. The website publication option is interesting, but

[tw5] Re: Tidgraph not scrolling to top... Any ideas?

2020-01-30 Thread si
This is good to know. Bear in mind that the bug still exists in TiddlyDesktop even with the v5.22 pre-release. I noticed that clicking a link in TidGraph changes the URL to "wiki.html#name-of-link". This doesn't seem to happen when you click on regular wiki-text links, and is presumably the

Re: [tw5] Error shows once in a while any ideas?

2020-01-30 Thread itsjeremy
Makes sense! As I have it on a NAS and it does sleep when there is no activity. Thank you. On Wednesday, January 29, 2020 at 11:53:16 AM UTC-5, Jeremy Ruston wrote: > > Hi itsjeremy > > That error code 0 usually means that there was a connection problem trying > to reach the server. I sometimes

Re: [tw5] tiddlymap fonts question

2020-01-30 Thread Alex Hough
use the edge type manager [image: Screen Shot 2020-01-30 at 14.53.14.png] Alex On Thu, 30 Jan 2020 at 11:50, A Sklpns wrote: > Dear friends, > how would I change the font family of tiddlymap nodes? > Thank you > sklpns > > -- > You received this message because you are subscribed to the

[tw5] Re: Slider Plugin: Create trails, guided help, linear sequence of tiddlers for tutorial, lesson, step by step instructions

2020-01-30 Thread @magasine
Thanks for the promptness! I adopted the suggestions and it is very functional in my context. Greetings! Manoel Em quinta-feira, 30 de janeiro de 2020 02:23:33 UTC-3, Mohammad escreveu: > > Hi Manoel, > > On Wednesday, January 29, 2020 at 8:21:32 PM UTC+3:30, @magasine wrote: >> >> Hello

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread David Gifford
Hi Jack Thanks for the feedback. No, you didn't insist, but there were others who recommended it, including Conor from Roam, so collectively the 'suggests' felt like an 'insist'! Thanks for being willing to 'test the waters'! On Thursday, January 30, 2020 at 8:09:17 AM UTC-6, Jack Baty wrote:

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread Jack Baty
As one of the people preferring to see the titles, I'm happy to see them back. (Although I wouldn't say I "insisted" on them :)). Based on how you seem to be using TiddlyWiki, I can see why you could do without them. For me they almost always add a useful additional bit of context, so thanks!

[tw5] Re: TiddlyBlink - fixed, new location, accompanying example file

2020-01-30 Thread David Gifford
Thanks for the feedback Mohammad. I fixed the link. Google Groups had kept the first link and applied it to the second. I really didn't want titles at all in the transclusion section. They are visally distracting, when what you want to see is the content. But several people insisted, so I

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-01-30 Thread bimlas
HC Haase >- Make the show/hide option tiddler specific (maybe) ??? Does anyone >have an idea of the best way to do this? If I do it with a field in each >tiddler, the modify-date will constantly change and that's not good. > > This might not be the best solution, but you could

[tw5] Re: INTRO: Story Editor - Proposal

2020-01-30 Thread PMario
@Mat thx, Changed the title ;) -m -- 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

Re: [tw5] The best example on-line TW you have seen?

2020-01-30 Thread Jeremy Ruston
Perthaps somebody with the necessary GitHub skills could volunteer to add these examples to the showcase on tiddlywiki.com ? https://tiddlywiki.com/#:[tag[Examples]] Many thanks, Jeremy > On 27 Jan 2020, at 02:12, Mohammad

[tw5] tiddlymap fonts question

2020-01-30 Thread A Sklpns
Dear friends, how would I change the font family of tiddlymap nodes? Thank you sklpns -- 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

Re: [tw5] TiddlyWiki support multi-user privilege

2020-01-30 Thread Jeremy Ruston
Hi Peter > I'm talking about read only. > I'd like to share tiddlywiki on a network folder and only 1 user need to be > able to edit the wiki and other user only to read. > > thanks in advance. The core supports that configuration. First set up user accounts in a csv file as described here:

[tw5] Re: TiddlyWiki support multi-user privilege

2020-01-30 Thread Hubert
Hi Peter, Here's a quick and dirty solution for you. Attached are two json files: - Hide controls - Show controls Drag *hide controls* onto your wiki (import the file). This will remove all tiddler control buttons and will essentially make your wiki read only. To bring back controls,

[tw5] Re: TiddlyWiki support multi-user privilege

2020-01-30 Thread PeterTheDog
I'm talking about read only. I'd like to share tiddlywiki on a network folder and only 1 user need to be able to edit the wiki and other user only to read. thanks in advance. Il giorno giovedì 30 gennaio 2020 00:44:30 UTC+1, TonyM ha scritto: > > I think you may need to explain more what you

[tw5] Re: Smart TOC and Outlining - Authoring with Tiddlywiki: One step forward

2020-01-30 Thread TonyM
Eric, Very nicely put. Totally agree too. Love you work Tony On Thursday, January 30, 2020 at 12:53:37 PM UTC+11, Eric Shulman wrote: > > On Wednesday, January 29, 2020 at 2:40:14 PM UTC-8, TonyM wrote: >> >> I love Eric's work here, though if you go back to my recent toc thread I >>