Re: [tw5] Re: Installing plugins on node.js installation

2021-08-29 Thread Sandip P. Deshmukh
That is a relief, Mark. But although I have not installed any *official* plugin myself, the following plugins are installed already. I guess they are installed by default. * Core * Filesystem * Highlight * Tiddlyweb Is there anything specific I need to do about these? On 28/08/21 7:29

[tw5] Re: 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-29 Thread TiddlyTweeter
@PMario I like that! It is one of the FEW representations I have ever seen where coding emulates the ORGANIC well. The use of MUSIC in it is really good! Ever a liker of Fantasia, a use of sophisticated music for modern sensibilities , its gets 10

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread Sandip P. Deshmukh
@Charlie, Thanks a lot. The example you showed nearly does what I wanted. But to implement it, I will need to do more than write simple wikitext. I was looking to solution like Emacs org-mode Visibility Cycling . @David Thanks a ton!

[tw5] Re: 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-29 Thread PMario
I did create an account at https://codescene.io/ . They do have a free tier for open-source projects. ... BUT they do want to have read and write access to the whole repo to work properly. So I do need to create a new organisation with a fork of TW to be able to run some tests. Github tokes

[tw5] Re: !!! ''foo'' does not appear as bold

2021-08-29 Thread Sapphireslinger
Thank you so much! That worked! On Tuesday, August 17, 2021 at 7:19:09 AM UTC+8 Álvaro wrote: > It is a problem with font-weight that it fixed in the prerelease, the fix >

[tw5] Re: List sort by count field operator

2021-08-29 Thread Soren Bjornstad
Can you maybe upload a small wiki with some tiddlers that could serve as an example? It's pretty difficult to go into more depth without any data to try it on. On Friday, August 27, 2021 at 9:47:27 PM UTC-5 barro...@gmail.com wrote: > Thank you for your response, you have always been helpful.

[tw5] Re: Some coding fun: A Word Occurrence Highlighter

2021-08-29 Thread Télumire
Hi, thanks for sharing this, I struggle a bit with the filter operator so this help a lot ! As a side note, the element would be a more semantic solution :) Le dimanche 29 août 2021 à 06:39:42 UTC+2, cj.v...@gmail.com a écrit : >

[tw5] Re: !!! ''foo'' does not appear as bold

2021-08-29 Thread Sapphireslinger
Thank you so much, Álvaro! That worked! On Tuesday, August 17, 2021 at 7:19:09 AM UTC+8 Álvaro wrote: > It is a problem with font-weight that it fixed in the prerelease, the fix >

Re: [tw5] Re: Use Talk Tiddlywiki instead of Google Forum

2021-08-29 Thread Mohammad Rahmani
Hi Charlie, Boris has replied and suggested having a look at Discourse themes, they welcome to add more themes! Please see https://talk.tiddlywiki.org/t/other-themes-for-discourse/446 Best wishes Mohammad On Sun, Aug 29, 2021 at 8:46 AM Charlie Veniot wrote: > Just to re-iterate: > >-

[tw5] Re: Some coding fun: A Word Occurrence Highlighter

2021-08-29 Thread Charlie Veniot
Cognitively, "mark" throws me off because every time I see that I think of "Mark", a great childhood buddy. Then, whatever I'm trying to do at the moment hits a major pause as I'm distracted by childhood memories. Everything, and I mean everything, is just one degree of separation from

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread Charlie Veniot
Hoo Nelly, I'm not an Emacs Org-Mode guy, so that is all gobbledygook to me. There is a sweet spot for adequate WikiText: - complex WikiText formatting markup is bad - not enough simple WikiText formatting markup is bad - too much simple WikiText formatting markup is bad - not enough

Re: [tw5] Some coding fun: A Word Occurrence Highlighter

2021-08-29 Thread Mohammad Rahmani
Very nice! I would suggest adding a little documentation! I also like to add this to the standard TW search! Best wishes Mohammad On Sun, Aug 29, 2021 at 9:09 AM Charlie Veniot wrote: > Drag the attached to https://tiddlywiki.com/ to import the single tiddler. > > This bit of coding fun

Re: [tw5] Re: Installing plugins on node.js installation

2021-08-29 Thread 'Mark S.' via TiddlyWiki
On Saturday, August 28, 2021 at 11:45:56 PM UTC-7 Sandip Deshmukh wrote: > That is a relief, Mark. > > But although I have not installed any *official* plugin myself, the > following plugins are installed already. I guess they are installed by > default. > >- Core >- Filesystem >

Re: [tw5] Re: Use Talk Tiddlywiki instead of Google Forum

2021-08-29 Thread Charlie Veniot
That wasn't particularly useful. This Google Search , though, did find: https://meta.discourse.org/t/reduce-page-margins/159101 The "Wide Theme

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-29 Thread jtech108
Hello all, As always, late to the party. Seems lots has happened while I was away. Good to hear an alternative to Google Groups in underway. Just signed up in: talk.tiddlywiki.org Stay safe, stay healthy everyone. Regards, Julio On Thursday, August 26, 2021 at 3:35:23 AM UTC-4 TW Tones

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread Charlie Veniot
Not only can summary be styled, but details can be styled too, as per this snippet from the tiddlers included in that earlier attachment of mine: <*details* style="background-color:white;border:1px solid lightgray;"> <*summary* style="font-size:1.5em;background-color:white;border:1px solid

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread TW Tones
Actually the summary tag can contain wiki text. I have used it to allow editing {{tiddlername||$:/core/ui/Buttons/edit}} HelloThere {{HelloThere||$:/core/ui/Buttons/edit}} {{HelloThere}} I also use filtered transclusion to count something and display that in the summary so there is not need

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread Paul Hampshire
To add to what @David Gifford said I've been tinkering with the details html element today. They documentation I was reading said it didn't support any attributes besides open/close. BUT... I discovered SUMMARY which is used to change it's name DOES. TESTING DETAILS STYLES Testing a bunch

[tw5] Re: Introducing the RandomTiddlerButton plugin

2021-08-29 Thread Jon
Thanks for this - just what I was looking for! Regards Jon On Wednesday, 11 August 2021 at 14:32:47 UTC+1 R² wrote: > Thanks for commenting Mario. No merit there, it's merely a FontAwesome SVG > I extracted to avoid requiring DiveO's whole plugin as a dependency. > > ++ R² > -- You received

[tw5] Re: Highlighting duplicates in lists

2021-08-29 Thread TW Tones
Mohamad, Part of the issue here is you have not yet learned the basic syntax of tiddlywiki yet, we all start somewhere, my instructions should have being self evident if you had just rudimentary tiddlywiki syntax, all of which I learned from TiddlyWiki.com I did answer this latest question