[tw5] Re: Highlighting duplicates in lists

2021-08-28 Thread Charlie Veniot
This whole thread inspired me to get my geek on and play my kind of "BrainAge" game: see Some coding fun: A Word Occurrence Highlighter just in case there's anything of use to you in there, even if just the entertainment value... On

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

2021-08-28 Thread Charlie Veniot
Just to re-iterate: - "Sam's Simple Theme" does address one major problem I had - *HOWEVER* *(I think Mohammed was referring to this major peeve of mine)*: when viewing a discussion topic/thread, the obscene size of left and right side margins rob me of almost 50% of my 27 inch

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

2021-08-28 Thread strikke...@gmail.com
Mohammed, Go to preferences then Interface and you will see Sams Simple theme. On Sunday, August 29, 2021 at 5:31:08 AM UTC+2 Mohammad wrote: > On Sun, Aug 29, 2021 at 12:03 AM Charlie Veniot wrote: > >> Yeah, GG still works better for me than TT on my desktop. >> >> I don't do mobile, and I

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

2021-08-28 Thread Mohammad Rahmani
On Sun, Aug 29, 2021 at 12:03 AM Charlie Veniot wrote: > Yeah, GG still works better for me than TT on my desktop. > > I don't do mobile, and I suspect it is the mobile goodness in discourse > that makes the desktop experience pretty crappy from my perspective. > > Every several days or so, I do

[tw5] Re: Highlighting duplicates in lists

2021-08-28 Thread paulgilbert2000
thanks tones, back one step , the original code was .. matchthen[color: red;]] }}}><> the modified code is as follows get[field]match *{!!field}*then[color: red;]] }}}>* this is displayed inside the list* the instruction is to replace *{{!!field}} * With *{{{

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

2021-08-28 Thread David Gifford
Everyone always forgets the simplest solution to this. The HTML details disclosure element. Your section header {{Your transcluded tiddler}} On Saturday, August 28, 2021 at 1:49:15 PM UTC-5 cj.v...@gmail.com wrote: > BTW, please remember: anything cosmetically disagreeable can be easily >

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

2021-08-28 Thread jwd
And here is another github repo visualization tool / article - although I have to say I do not find running it on TiddlyWiki's repo all that instructive. On

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

2021-08-28 Thread Charlie Veniot
Yeah, GG still works better for me than TT on my desktop. I don't do mobile, and I suspect it is the mobile goodness in discourse that makes the desktop experience pretty crappy from my perspective. Every several days or so, I do visit https://talk.tiddlywiki.org/. My big annoyance at the

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

2021-08-28 Thread Charlie Veniot
BTW, please remember: anything cosmetically disagreeable can be easily adjusted via some quick CSS adjustments. For example: different border setup or no borders, background colors, indent of sections within other sections, etc. etc. That code demo is very rough around the edges, just to

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

2021-08-28 Thread Charlie Veniot
Hello, Just a code sample in case of any use. It is just me imagining how I'd create a basic setup to get started. A little bit rough around the edges. Download the attached and drag it into https://tiddlywiki.com/ for importing and checking out. Screenshot below fyi. Cheers! [image:

[tw5] Re: Kookma Library and Plugins on Talk Tiddlywiki

2021-08-28 Thread Mohammad Rahmani
Sorry for the displaced message! Here it was https://talk.tiddlywiki.org/ Best wishes Mohammad On Sat, Aug 28, 2021 at 8:49 PM Mohammad Rahmani wrote: > I meant https://links.tiddlywiki.com/ not talk! > > > Best wishes > Mohammad > > > On Thu, Aug 19, 2021 at 6:51 PM Mohammad Rahmani < >

[tw5] Re: Kookma Library and Plugins on Talk Tiddlywiki

2021-08-28 Thread Mohammad Rahmani
I meant https://links.tiddlywiki.com/ not talk! Best wishes Mohammad On Thu, Aug 19, 2021 at 6:51 PM Mohammad Rahmani wrote: > As Talk Tiddlywiki has better support and useful features for announcing > tools in a categorized form and also > great features to keep in touch with potential

[tw5] New TiddlyDesktop v0.0.15-prerelease.2

2021-08-28 Thread Jeremy Ruston
A new v0.0.15-prerelease.2 of TiddlyDesktop is available here: https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.15-prerelease.3 Compared to v0.0.14, this new version: Updates nw.js to v0.55.0 with the

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

2021-08-28 Thread Paul Hampshire
I'm just starting to learn CSS but shouldn't this be possible with a stylesheet? https://tiddlywiki.com/#Headings%20in%20WikiText https://www.w3schools.com/cssref/sel_hover.asp https://www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_hover2 On Saturday, August 28, 2021 at 11:56:18 AM

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

2021-08-28 Thread Mohammad Rahmani
One more exciting feature of talk.tiddlywiki.org When I send a message in GG, I see it in talk.tiddlywiki.org. It mirrors GG and all posts (Q) So, when I am not active in GG, I see what is going on in GG! Amazingly is If I send a post in GG, then I can edit it in TT ( talk.tiddlywiki.org) TT is

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

2021-08-28 Thread Mohammad
Ah, I had in mistake in previous post, item 4 is allows not allow! Sorry If I had sent this message from talk.tiddlywiki.org, it would allow me to quickly return and edit my message! GG is not enough forgiving to let me back and correct! Thank you TT (Talk Tiddlywiki) On Saturday, August 28,

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

2021-08-28 Thread Mohammad
More features *https://talk.tiddlywiki.org/ * 1. is much more readable on my mobile phone than GG 2. is more mobile friendly in terms of layout 3. allows me to reply privately to author 4. allow me to create a wiki (means a page, multiple users can edit it) 5. when

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

2021-08-28 Thread Mohammad
So, you want a kind of outlining! each heading if collapsed then all contents under that heading shall be hidden until you expand that heading again! Lets see what other says! but I think if we do not go with JS, one solution is to have a view template to get the text field analysis it and

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

2021-08-28 Thread 'Mark S.' via TiddlyWiki
You shouldn't worry. Someday, if you have lots of TW files on node.js that all need the same plugin, then it might become more convenient to have a central plugin repository. The main thing is to not install *official* plugins by dragging and dropping, because they can change with every

[tw5] Installing plugins on node.js installation

2021-08-28 Thread Sandip Deshmukh
I installed a tiddlywik on node.js on my linux computer. Then I installed some plugins like Relink the usual way --- dragging the link to the wiki. And everything seemed to work perfectly. Then I came across this . And now

[tw5] Re: Tiddler Pick List for Creating a Link?

2021-08-28 Thread Stobot
Another related option is the excellent edit-comptext plug in. It'll be a little faster if you know how the tiddler name starts as it works as an autocomplete. http://snowgoon88.github.io/TW5-extendedit/ On Saturday, August 28, 2021 at 7:36:52 AM UTC-4 TW Tones wrote: > look at the link

Re: [tw5] Re: Tw-Themes: How to keep CSS so users can still (palette) tweak?

2021-08-28 Thread Finn Lancaster
Thanks Tones, I’ll take a look at it! On Sat, Aug 28, 2021 at 7:45 AM TW Tones wrote: > An additional Note see Control Panel > Info > Advanced > StyleSheets > > The order they are in determines which styles win. use > <> and you can drag and drop the order. > > Tones > > On Saturday, 28 August

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

2021-08-28 Thread Sandip Deshmukh
Hello Mohammad, Thanks. But that is not what I was looking for. I wanted the headings to collapse/ show on their own. Shiraz - Display on Demand will require me to add html tags to every heading. That would be too cumbersome. On Saturday, August 28, 2021 at 1:50:43 PM UTC+5:30 Mohammad

[tw5] Re: Dynamic list with tiddler names containing a space

2021-08-28 Thread TW Tones
Sandip, Come over and try Discourse and continue the conversation there, you can edit posts there. I understand that tiddlywikis flexibility and some of its quirks seem overwhelming in the early days but it is very rewarding in the long run. A Good investment in time. Tones On Thursday, 26

Re: [tw5] Re: Tw-Themes: How to keep CSS so users can still (palette) tweak?

2021-08-28 Thread TW Tones
An additional Note see Control Panel > Info > Advanced > StyleSheets The order they are in determines which styles win. use <> and you can drag and drop the order. Tones On Saturday, 28 August 2021 at 07:20:26 UTC+10 Álvaro wrote: > If you change "background" to green the tiddler background

[tw5] Re: Tiddler Pick List for Creating a Link?

2021-08-28 Thread TW Tones
look at the link icon on the editor tool bar, this does exactly that. On Saturday, 28 August 2021 at 21:34:49 UTC+10 mikjs...@gmail.com wrote: > > Hi > > When Im editing a tiddler, is it possible to pick a tiddler from a list > and then create a link to it? I want to make sure I get the name

[tw5] Tiddler Pick List for Creating a Link?

2021-08-28 Thread mikjs...@gmail.com
Hi When Im editing a tiddler, is it possible to pick a tiddler from a list and then create a link to it? I want to make sure I get the name right and so pick it from a list of existing tiddlers rather than have to type it in thanks -- You received this message because you are subscribed to

[tw5] Tag to current tiddler after selection

2021-08-28 Thread vinvi...@gmail.com
Hello, The following gives me a list of tiddlers with a checkbox. After selection, the tiddler defined in <> is tagged to the selected tiddler. *<$keyboard key="escape" actions='<$action-setfield $tiddler="$:/SearchTiddler" $field="text" $value=""/>'>* *<$edit-text tiddler="$:/SearchTiddler"

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

2021-08-28 Thread Mohammad Rahmani
Have a look at Shiraz! See display on demand See FAQ and how it works (open/closed status) you will see some good solutions there! Best wishes Mohammad On Sat, Aug 28, 2021 at 7:53 AM Sandip Deshmukh wrote: > ReadThisLongManual tiddler carries this: > > ! Heading1 > > {{||PartOne}} > >

[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-28 Thread strikke...@gmail.com
Thank you @Télumire for writing this up. I am sure it will help a lot of people. On Saturday, August 28, 2021 at 12:37:37 AM UTC+2 Télumire wrote: > Hi all, > > Here's an easy way to get the css path to an element : > > Open the inspect element tool : ctrl+shift+c (firefox/chrome) , then >