[tw5] Re: [Question] filter start with [all[current]]

2021-02-23 Thread Saq Imtiaz
Have you tried something like this (without using a set widget) [all[current]subfilter{tiddler-with-filter}] where the filter in tiddler-with-filter is something like: [tag[myTag]] On Wednesday, February 24, 2021 at 8:32:18 AM UTC+1 Mohammad wrote: > It seems this also works: > > \define

[tw5] Re: [Question] filter start with [all[current]]

2021-02-23 Thread Mohammad Rahmani
It seems this also works: \define FilterTiddler() test-tiddler <$set name="revealFilters" tiddler=<> field=text emptyValue="[!is[system]]"> <$list filter="[subfiltermatch]"> <> is selected!! Is there any simpler solution? Best wishes Mohammad On Wed, Feb 24, 2021 at 10:20 AM Mohammad

Re: [tw5] Re: Grep like function in TW5 possible?

2021-02-23 Thread Jean-Philippe Rutault
Hello, Eucaly's matchfilter plugin does the trick and allow to act like a grep. See discussion here https://groups.google.com/g/tiddlywiki/c/ZKPAwN7e-5E/m/yIlgew9FAQAJ best regards Le mardi 23 février 2021 à 11:00:59 UTC+1, Mat a écrit : > rayv...@gmail.com wrote: > >> Only the line Mat,

[tw5] [Question] filter start with [all[current]]

2021-02-23 Thread Mohammad Rahmani
I have a view template like below \define FilterTiddler() test-tiddler <$set name="revealFilters" tiddler=<> field=text emptyValue="[!is[system]]"> <$list filter="[all[current]subfiltermatch]"> <> is selected!! This template is used to show a message on a selected tiddler (those filtered

Re: [tw5] New features at tiddlyhost.com

2021-02-23 Thread Mohammad Rahmani
On Wed, Feb 24, 2021 at 9:13 AM Simon Baird wrote: > I do like the idea. It would most likely be test.kookma.th.com, not > kookma.test... > Sounds great! Thank you > > https://github.com/simonbaird/tiddlyhost/issues/22 is the relevant issue, > (as you know). > > On Tue, 23 Feb 2021 at 11:26

Re: [tw5] New features at tiddlyhost.com

2021-02-23 Thread Simon Baird
I do like the idea. It would most likely be test.kookma.th.com, not kookma.test... https://github.com/simonbaird/tiddlyhost/issues/22 is the relevant issue, (as you know). On Tue, 23 Feb 2021 at 11:26 pm, Mohammad Rahmani < mohammad.rahm...@gmail.com> wrote: > Hi Simon, > Tiddlyhost is much

Re: [tw5] New features at tiddlyhost.com

2021-02-23 Thread Mohammad Rahmani
Hi Simon, Tiddlyhost is much more powerful now! One more suggestion (I think it was discussed on GitHub): have a namespace per user. Now I see test.tiddlyhost.com! It is better to have kookma.tiddlyhost.com/test or kookma.test.tiddlyhost.com Please have a look Best wishes Mohammad On Tue,

[tw5] Re: Hello TW world and calculation question

2021-02-23 Thread Charlie Veniot
Hey Brad, welcome to TiddlyWikiHood !!! On Tuesday, February 23, 2021 at 12:21:46 PM UTC-4 brad.d...@gmail.com wrote: > Hi everyone! > > I just discovered TiddlyWiki last week via a reddit post on using it to > organize D campaigns and was immediately struck by thousands of ideas all > at

Re: [tw5] Re: Writing Recommendations

2021-02-23 Thread OOC
David Gifford, I tried your customize the edit mode, and I can't get the drop down menu to work. I hit the button and nothing shows up. Any advice? On Fri, Feb 19, 2021 at 3:49 PM David Gifford wrote: > My top two recommendations for making TW more like a writing machine: > > 1. The

[tw5] Re: New features at tiddlyhost.com

2021-02-23 Thread Mat
Just want to add that this is exactly what the community needs! Thank you so much Simon! <:-) On Tuesday, February 23, 2021 at 7:31:49 PM UTC+1 SimonBaird wrote: > Hub related: > * Clickable tags, for example: https://tiddlyhost.com/hub/tag/demo > * Clickable usernames, e.g.

Re: [tw5] Re: CleanTids

2021-02-23 Thread David Gifford
Ah, now I understand, Diego! Thanks for the clarification! On Tue, Feb 23, 2021 at 4:20 PM dieg...@gmail.com wrote: > David, > > Ill clarify my suggestions: > > > 5. Triple click: why triple instead of double? > >- I personally edited the doubeclick plugin to make it triple click >

[tw5] Re: CleanTids

2021-02-23 Thread dieg...@gmail.com
David, Ill clarify my suggestions: 5. Triple click: why triple instead of double? - I personally edited the doubeclick plugin to make it triple click since I personally kept accidentally double-clicking. This was not really a suggestion for you, just saying out loud in case others

[tw5] Re: trying to embed gist (github) in tiddler

2021-02-23 Thread Donald Coates
>From a previous thread where I was having the same problem: SOLUTION/WORKAROUND WARNING: this requires changing a core tiddler. The code is there for a reason. My use case is very specific in that I will only be doing this on a wiki that runs just to render static tiddlers. I noticed that

Re: [tw5] What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread Mat
PMario wrote: > May be we can add a new tab in the tiddler (i)nfo area. So if the tiddler > has a "shadow" it could show the diffs there. > I agree that would be better than currently but, still, why do we typically open an overwrite? Usually (not always, but usually) it is opened to do some

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Flibbles
Hah! SideEditor definitely seems a lot more stable. Hadn't noticed that rQT hadn't been touched in nearly four years. :) -Flibbles On Tuesday, February 23, 2021 at 2:06:49 PM UTC-5 Mat wrote: > So poor Flibbles should not be blamed for this. It likely has nothing to > do with Relink. > >

Re: [tw5] What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread PMario
On Tuesday, February 23, 2021 at 8:34:44 PM UTC+1 Mat wrote: Because overwrites are typically not public, and they are created with the > sole purpose of overwriting the default, I think it even makes sense with a > very prominent button directly in the tiddler toolbar. It alerts that it is >

[tw5] Re: Hello TW world and calculation question

2021-02-23 Thread Mat
Welcome Brad! AFAICT, the INT function is the same as TiddlyWikis floor operator . (But floor also works on multiple numbers at once). TW has quite a few math filter operators

[tw5] Re: Hello TW world and calculation question

2021-02-23 Thread Brad DeBruler
Thanks to both of you! I'll give these a try. On Tuesday, February 23, 2021 at 12:22:29 PM UTC-6 Ste wrote: > You might also try this plugin for a more excel like expeiance. > https://chronicles.wiki/TiddlyWikiFormula/ > > On Tuesday, 23 February 2021 at 16:39:29 UTC Eric Shulman wrote: > >> On

Re: [tw5] Re: CleanTids

2021-02-23 Thread Mohammad Rahmani
Wonderful! Thank you David! Best wishes Mohammad On Tue, Feb 23, 2021 at 11:13 PM David Gifford wrote: > CleanTids update in response to your comments! > > Features > > 1. (yesterday) Toggle 'gaps btwn tids' - formerly labeled as toggle margin > width. This is a game changer. Seamless

Re: [tw5] CleanTids

2021-02-23 Thread David Gifford
Ah, thanks Mohammad. Since this is not an edition or adaptation, just a loose version of what should become a plugin, adding a table of contents would just be confusing, as if I expected others to download and use this file, rather than drag the CleanTids tiddlers into their file to use them.

[tw5] Re: CleanTids

2021-02-23 Thread David Gifford
CleanTids update in response to your comments! Features 1. (yesterday) Toggle 'gaps btwn tids' - formerly labeled as toggle margin width. This is a game changer. Seamless transition from one tiddler to the next. Makes your story river look like an article. Great for printing or exporting

Re: [tw5] CleanTids

2021-02-23 Thread Mohammad Rahmani
Hi Dave By #2 suggestion I mean to add aTable of Contents (e.g. "Contents") tab with a root tag of "Contents" Then every tiddler gets the "Contents" tag which will appear under the Contents tab. Best wishes Mohammad On Tue, Feb 23, 2021 at 8:30 PM David Gifford wrote: > Hi Mohammad, I

Re: [tw5] What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread Mat
Jeremy Ruston wrote: > [...] > Perhaps it would make sense to make it accessible from the tiddler info > panel so that one doesn’t need to edit the tiddler. > Because overwrites are typically not public, and they are created with the sole purpose of overwriting the default, I think it even

Re: [tw5] What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread strikke...@gmail.com
Thank you Jeremy! That is kind of funny. We are editing tiddlers day in and day out, and well I never saw that one. Birthe tirsdag den 23. februar 2021 kl. 18.26.11 UTC+1 skrev jeremy...@gmail.com: > Just to point that there is already a fairly simple mechanism to determine > how an

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Mat
So poor Flibbles should not be blamed for this. It likely has nothing to do with Relink. <:-) On Tuesday, February 23, 2021 at 8:04:38 PM UTC+1 Mat wrote: > > * It lets you create Tiddlers with the same title as pre-existing >> tiddlers, and it somehow injects them into the story river, even

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Mat
> * It lets you create Tiddlers with the same title as pre-existing > tiddlers, and it somehow injects them into the story river, even though > it's impossible for there to be two tiddlers with the same name. > * It lets you create Tiddlers with an empty name, which is a no-no in > Tiddlywiki

[tw5] New features at tiddlyhost.com

2021-02-23 Thread Simon Baird
Hub related: * Clickable tags, for example: https://tiddlyhost.com/hub/tag/demo * Clickable usernames, e.g. https://tiddlyhost.com/hub/user/Simon Note: This requires adding a username to your account, which you can do at https://tiddlyhost.com/users/edit * Gravatar profile pics Note: This is off

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Flibbles
Hmm. I'm seeing that sort of behavior too. If there was a problem with the way Relink interacts with rQT, I'd be happy to fix it, but rQTs behavior is so strange I have trouble believing it's not at fault. * It lets you create Tiddlers with the same title as pre-existing tiddlers, and it

[tw5] Re: Hello TW world and calculation question

2021-02-23 Thread Ste
You might also try this plugin for a more excel like expeiance. https://chronicles.wiki/TiddlyWikiFormula/ On Tuesday, 23 February 2021 at 16:39:29 UTC Eric Shulman wrote: > On Tuesday, February 23, 2021 at 8:21:46 AM UTC-8 brad.d...@gmail.com > wrote: > >> ...how to do calculations and

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Bartosz Wilinski
I missspoke. rQuickTid can be used to quickly create tiddlers outside of main TW window e.d. type title, 2-3 tags, line of text, confirm and you have a tiddler. Useful because you can left tags intact and create other tiddlers. Unfortunatelly it generates some buggy behaviour. My fix did not

[tw5] Re: Help with the helpbutton macro..

2021-02-23 Thread Ste
Just a minor thing for anyone else, Eric's awsome solution is missing a > after <$tiddler tiddler=<> so it should be <$tiddler tiddler=<>> and works like a charm! Thanks once again. On Tuesday, 23 February 2021 at 16:37:34 UTC Ste wrote: > Thank you Eric, > Much appreciated. I had thought it

Re: [tw5] CleanTids

2021-02-23 Thread David Gifford
Hi Mohammad, I will look at these and others' suggestions after I get out of class. But I was hoping you could rephrase your #2 suggestion, about the content tiddler, I don't understand it. On Tuesday, February 23, 2021 at 10:18:54 AM UTC-6 Mohammad wrote: > Dave, > Few comments, ignore if

[tw5] Re: rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Flibbles
Clone? So is this the "Reuse content" button in the tiny rQuickTid window? (I've never used, or even heard of, rQuickTid, so you'll need to bear with me.) On Tuesday, February 23, 2021 at 11:21:54 AM UTC-5 bartosz.w...@gmail.com wrote: > Hello there. > > I started using rQuickTid

[tw5] Re: Hello TW world and calculation question

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 8:21:46 AM UTC-8 brad.d...@gmail.com wrote: > ...how to do calculations and formulas in TW. At the moment I would like > to do the following: > =INT(({{!!myfield}}-10)/2) > Calculations are done using the "filter" syntax. There are several ways to do this. *

[tw5] Re: Help with the helpbutton macro..

2021-02-23 Thread Ste
Thank you Eric, Much appreciated. I had thought it might be the words 'current tiddler' but had no clue what to do about it! On Tuesday, 23 February 2021 at 14:23:23 UTC Eric Shulman wrote: > On Tuesday, February 23, 2021 at 3:39:31 AM UTC-8 Ste wrote: > >> \define HelpButton(label,

[tw5] rQuickTid vs Relink: buggy cloning instead of renaming

2021-02-23 Thread Bartosz Wilinski
Hello there. I started using rQuickTid . It is great for creating quick notes outside of main TW window. Unfortunately there were some problems with updating TOC so in the code I changed *action-setfield *to *action-createtiddler *and it made a difference.

[tw5] Hello TW world and calculation question

2021-02-23 Thread Brad DeBruler
Hi everyone! I just discovered TiddlyWiki last week via a reddit post on using it to organize D campaigns and was immediately struck by thousands of ideas all at once for using it. I don't really have a coding background, though I have cobbled a few macros together in excel. Since I have been

Re: [tw5] CleanTids

2021-02-23 Thread Mohammad Rahmani
Dave, Few comments, ignore if not relevant 1. a shortcut to hide/show the toggle tab itself 2. a Content tab, a tiddler gets contents will be appeared automatically there 3. a day/night template switch button also would be great Small issue - click on Site Subtitle hide/show the

Re: [tw5] Re: CleanTids

2021-02-23 Thread Mohammad Rahmani
On Tue, Feb 23, 2021 at 7:25 PM TiddlyTweeter wrote: > *David, this is seriously good use of CSS in TW.* > > Give a thought to WIDTH, maybe? > > Some of the lines are over 150 characters each. > > A CENTERED STREAM of about 80 characters wide might hum even better? > I would recommend the

Re: [tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread Mohammad Rahmani
Hi David, Very nice and useful edition! Love it. I believe the new dark palettes need to be checked for svg colors, text colors, etc I had few issues with them. Best wishes Mohammad On Tue, Feb 23, 2021 at 7:16 PM David Gifford wrote: > Could this be browser-specific? I am using

[tw5] Re: CleanTids

2021-02-23 Thread TiddlyTweeter
*David, this is seriously good use of CSS in TW.* Give a thought to WIDTH, maybe? Some of the lines are over 150 characters each. A CENTERED STREAM of about 80 characters wide might hum even better? Best wishes TT -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
H If I add it to a new stylesheet tiddler, it works. But I have been adding it to $:/.giffmex/Stylesheet/ToggleTab, where it doesn't work... Well, I got it to work, so thank you, Eric! I will upload the fix after my class. On Tuesday, February 23, 2021 at 9:46:35 AM UTC-6 David Gifford

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
Could this be browser-specific? I am using Firefox. I will see your answer when I get out of the class I teach for the next two hours. On Tuesday, February 23, 2021 at 9:40:14 AM UTC-6 Eric Shulman wrote: > On Tuesday, February 23, 2021 at 7:13:18 AM UTC-8 David Gifford wrote: > >> Correction,

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread PMario
On Tuesday, February 23, 2021 at 4:15:42 PM UTC+1 si wrote: > >>> There are many possibilities to add elements to the different > templates. .. So if you can specify, what you want to achieve, we can > probably tell you if there is an easy way. > > @Mario - Thanks. There are no doubt specific

Re: [tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
I did the exact same, just now again, and the tab is illegible in Nord, Rocker, Cupertino dark... David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Tue, Feb 23,

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 7:13:18 AM UTC-8 David Gifford wrote: > Correction, it works if I have the toggle tab tiddler open in the story > river, but not in the tab in the sidebar. > On Tuesday, February 23, 2021 at 9:10:17 AM UTC-6 David Gifford wrote: > >> I just tried numerous

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread David Gifford
Best way: Clone the shadow tiddler and use the clone. Untag the original shadow tiddler if it has a tag. On Monday, February 22, 2021 at 10:16:31 AM UTC-6 si wrote: > > AFAIK if you edit a shadow tiddler this is the equivalent of just creating > a new tiddler with the same name, which

[tw5] Re: Java Error of '2click2edit'

2021-02-23 Thread David Gifford
Note that the Stories plugin was designed for Stroll. Saq didn't seem too keen on people using it outside of Stroll, or giving support to people who do so. The issue may be that you have only part of the Stories plugin installed, or there is some other dependency between Stories and some

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread si
>>> There are many possibilities to add elements to the different templates. .. So if you can specify, what you want to achieve, we can probably tell you if there is an easy way. @Mario - Thanks. There are no doubt specific tweaks that I have made that could have been done without actually

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
Correction, it works if I have the toggle tab tiddler open in the story river, but not in the tab in the sidebar. On Tuesday, February 23, 2021 at 9:10:17 AM UTC-6 David Gifford wrote: > Hi Eric > > I just tried numerous variations on that snippet, and nothing worked. > Maybe there is

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
Hi Eric I just tried numerous variations on that snippet, and nothing worked. Maybe there is something missing? On Tuesday, February 23, 2021 at 8:44:22 AM UTC-6 Eric Shulman wrote: > On Tuesday, February 23, 2021 at 5:40:02 AM UTC-8 David Gifford wrote: > >>

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 5:40:02 AM UTC-8 David Gifford wrote: > https://giffmex.org/experiments/cleantids.html > The buttons in the Toggle tab. > Using the browser's "inspect" function, the derived CSS being applied to those buttons is: .tc-sidebar-lists button { color: #33;

[tw5] Re: Menu Bar questions

2021-02-23 Thread strikke...@gmail.com
3. How do I make an image called icon.png link to https://www.testsite.com? https://www.testsite.com/; target="_blank">{{icon.png}} tirsdag den 23. februar 2021 kl. 11.36.17 UTC+1 skrev TheScribe: > Hi > > I’ve been messing about with the idea of using Tiddlywiki as a blog. I’ve > managed to

[tw5] Re: Help with the helpbutton macro..

2021-02-23 Thread Eric Shulman
On Tuesday, February 23, 2021 at 3:39:31 AM UTC-8 Ste wrote: > \define HelpButton(label, ButtonText:?) > ^^(<$button popup="""$:/temp/popup/$(currentTiddler)$/$label$""" > class='tc-btn-invisible tc-tiddlylink'>$ButtonText$)<$reveal > type='popup'

[tw5] Re: CleanTids

2021-02-23 Thread Ste
That's looking really good! On Tuesday, 23 February 2021 at 14:14:20 UTC David Gifford wrote: > Oh boy! Something new to try. Shout out to Diego for the idea. > > 1. Go to https://giffmex.org/experiments/cleantids.html > 2. Click 'Hide / reveal margins' > 3. If you like it, and already have

[tw5] Re: CleanTids

2021-02-23 Thread David Gifford
Oh boy! Something new to try. Shout out to Diego for the idea. 1. Go to https://giffmex.org/experiments/cleantids.html 2. Click 'Hide / reveal margins' 3. If you like it, and already have the other tiddlers, the only tiddler you need is $:/.giffmex/Stylesheet/CleanTidsNoMargin On Tuesday,

[tw5] Re: CleanTids

2021-02-23 Thread David Gifford
Additional notes: 1. Cleantids is in fact compatible with Stroll, but only if you use the default TiddlyWiki title setting for Stroll (gear tab). Also helps to use the 'hidden' option of the Stroll references view, to hide the . 2. I am waiting on a fix in another thread to get this

[tw5] Re: CleanTids

2021-02-23 Thread ludwa6
Awesome, @Dave -thanks again! /walt On Tuesday, February 23, 2021 at 1:12:59 PM UTC David Gifford wrote: > FIXED! > > I forgot to list $:/core/ui/ListItemTemplate2 which the backlinks tiddler > is dependent upon. Go to CleanTids and grab it from the now updated Get it! > tiddler. > > On

[tw5] Re: CleanTids

2021-02-23 Thread strikke...@gmail.com
Thanks Dave. So that was it. Always something. Birthe tirsdag den 23. februar 2021 kl. 14.39.26 UTC+1 skrev strikke...@gmail.com: > @ludwa6, > Transclude tids w/backlinks works...but not backlinks. It gets stranger > and stranger. > > Birthe > > tirsdag den 23. februar 2021 kl. 13.39.45

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
Hi Mario https://giffmex.org/experiments/cleantids.html The buttons in the Toggle tab. On Tuesday, February 23, 2021 at 7:32:56 AM UTC-6 PMario wrote: > On Tuesday, February 23, 2021 at 2:20:43 PM UTC+1 David Gifford wrote: > >> Wow, no one replied to this? It seems like the answer would be a

[tw5] Re: CleanTids

2021-02-23 Thread strikke...@gmail.com
@ludwa6, Transclude tids w/backlinks works...but not backlinks. It gets stranger and stranger. Birthe tirsdag den 23. februar 2021 kl. 13.39.45 UTC+1 skrev ludwa6: > Thanks @Birthe, but that's what i'm doing (if i understand you right) and > it's not working. On this new TiddlyHost site >

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread PMario
On Tuesday, February 23, 2021 at 2:20:43 PM UTC+1 David Gifford wrote: > Wow, no one replied to this? It seems like the answer would be a simple > stylesheet snippet, something like .tc-btn-invisible tc-tiddlylink > {color=<>;} or something to that effect. > TLDR; Do you have a link?

[tw5] Re: Button style for sidebar / dark palette???

2021-02-23 Thread David Gifford
Wow, no one replied to this? It seems like the answer would be a simple stylesheet snippet, something like .tc-btn-invisible tc-tiddlylink {color=<>;} or something to that effect. I have never done CSS changes that involve the categories in the palette manager, so I am just not sure of the

[tw5] Re: CleanTids

2021-02-23 Thread David Gifford
Thanks for the encouragement, rutau...! On Tuesday, February 23, 2021 at 3:34:19 AM UTC-6 rutau...@gmail.com wrote: > Tried and adopted. Best way to takes note quickly. > > Thanks! > > Le mardi 23 février 2021 à 09:04:57 UTC+1, TiddlyTweeter a écrit : > >> David Gifford wrote: >> >>> My

[tw5] Re: CleanTids

2021-02-23 Thread David Gifford
FIXED! I forgot to list $:/core/ui/ListItemTemplate2 which the backlinks tiddler is dependent upon. Go to CleanTids and grab it from the now updated Get it! tiddler. On Tuesday, February 23, 2021 at 6:39:45 AM UTC-6 ludwa6 wrote: > Thanks @Birthe, but that's what i'm doing (if i understand

Re: [tw5] Re: CleanTids

2021-02-23 Thread David Gifford
ludwa / Walt I was having the same problem yesterday when I downloaded an empty Stroll and transferred the CleanTids and ToggleTab. I thought I may have done something wrong. I just tried transferring the tiddlers to a tiddlywiki.com/empty.html file, and it doesn't work there either. So how come

Re: [tw5] Re: CleanTids

2021-02-23 Thread David Gifford
Hahahaha Hide the entire sidebar??? You ask for too much! Imagine, a button to toggle the sidebar... :-) David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Tue,

[tw5] Re: CleanTids

2021-02-23 Thread ludwa6
Thanks @Birthe, but that's what i'm doing (if i understand you right) and it's not working. On this new TiddlyHost site i set up for testing purposes, the default (show on startup) tiddler has a backlink, as you can see under the "Info" tab... But they don't show

[tw5] Re: CleanTids

2021-02-23 Thread strikke...@gmail.com
You need to click one of the backlinks options in the sidebar. And of course some backlinks to show. tirsdag den 23. februar 2021 kl. 12.47.47 UTC+1 skrev ludwa6: > Lovin' it, @Dave -except: i don't see how the "Backlinks" feature works. > Having followed the instructions and installed

[tw5] Re: CleanTids

2021-02-23 Thread ludwa6
Lovin' it, @Dave -except: i don't see how the "Backlinks" feature works. Having followed the instructions and installed those 4 special tiddlers in a clean TW instance, i don't see any backlinks showing up -certainly not the way i'm used to seeing in Stroll- so of course pushing the

[tw5] Help with the helpbutton macro..

2021-02-23 Thread Ste
Hello Good people, Many moons ago I picked up the Helpbutton macro fromJed?...Mark? (sorry) \define HelpButton(label, ButtonText:?) ^^(<$button popup="""$:/temp/popup/$(currentTiddler)$/$label$""" class='tc-btn-invisible tc-tiddlylink'>$ButtonText$)<$reveal type='popup'

[tw5] Menu Bar questions

2021-02-23 Thread The Scribe
Hi I’ve been messing about with the idea of using Tiddlywiki as a blog. I’ve managed to address several requirements over the last few days. However, I have three questions that I cannot work out by myself or find information on them that I understand. Firstly, I have installed the menu bar

Re: [tw5] Re: Grep like function in TW5 possible?

2021-02-23 Thread Mat
rayv...@gmail.com wrote: > Only the line Mat, only the line (begin to so to speak... :-) > So in a listwidget, you'd need to first find all tiddlers that contain the string, probably by using the contains filter operator. Then extract the text from these, e.g using get[text] filter operator or

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread TiddlyTweeter
Ciao Mat. I appreciate your experience! As I wrote: it is about UNDERSTANDING the behaviors. That is NOT going to change the behaviors. Merely adjust to them. The CENTRAL issue would only arise IF the behaviors were INconsistent. TT Mat wrote: > But the OP asks, or at least implies, about

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread Mat
TiddlyTweeter wrote: > I disagree. The point is you simply DELETE the Tiddler to revert to the > "shadow" (a.k.a. "the kosher version") ... IF, and only if, that is your > need. > But the OP asks, or at least implies, about *keeping *ones overwrites in spite of updating. The problem has

[tw5] Re: CleanTids

2021-02-23 Thread Jean-Philippe Rutault
Tried and adopted. Best way to takes note quickly. Thanks! Le mardi 23 février 2021 à 09:04:57 UTC+1, TiddlyTweeter a écrit : > David Gifford wrote: > >> My experiment last night with primordial tiddlers led to this more final >> product, CleanTids. >> >>

[tw5] Re: Java Error of '2click2edit'

2021-02-23 Thread Stefan Schlechter
Any ideas how to solve the issue? Thanks for feedback Stefan Stefan Schlechter schrieb am Donnerstag, 21. Jänner 2021 um 07:34:36 UTC+1: > Hello, > > I add the plugin 'Stories' to my Wiki: > [image: Stories.PNG] > Since them '2click2edit >

Re: [tw5] Re: Grep like function in TW5 possible?

2021-02-23 Thread Ray Vermey
Nice plugin thank you for pointing that out. What i am looking for however is a way to only display the "lines" that contain the search string. This plugin shows the titles or the tiddlers... but it is a nice one :-) Ray Op di 23 feb. 2021 om 10:02 schreef TiddlyTweeter : > rayv...@gmail.com

[tw5] Re: Grep like function in TW5 possible?

2021-02-23 Thread TiddlyTweeter
rayv...@gmail.com wrote: Like a grep in Linux, only the lines with John Doe in it. Is that possible? Easy. GREP is short for REGULAR EXPRESSIONS ("global regular expression print" ). TW has a regex operator . There is also a great plugin,

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-23 Thread TiddlyTweeter
> > si wrote: > >> I remember someone mentioning that tweaking core tiddlers is a bad idea >> in general because it means that that tiddler won't get updated when you >> import a new version of the plugin/core. Is this correct? If so what is the >> best way to approach tweaking shadow

[tw5] Re: CleanTids

2021-02-23 Thread TiddlyTweeter
David Gifford wrote: > My experiment last night with primordial tiddlers led to this more final > product, CleanTids. > > https://giffmex.org/experiments/cleantids.html > IF I could have my special wish :-) it would be a TOGGLE for "Hiding the Sidebar" too :-). Best wishes TT -- You

[tw5] Re: CleanTids

2021-02-23 Thread TiddlyTweeter
David Gifford wrote: > My experiment last night with primordial tiddlers led to this more final > product, CleanTids. > > https://giffmex.org/experiments/cleantids.html > THAT is a GREAT piece of re-design! And shows you do not need to be buried in JavaScript to really innovate. It is a