[tw5] Re: Help Wanted - Filtered transclusion

2020-11-08 Thread Saq Imtiaz
How are you setting ? I suspect it never returns an empty list, and therefore the else clause is never triggered. For example, the following will never trigger an else clause when used in a filter, as it will never return an empty list: <$set name=config-tiddler value={{{ [[$config-name$]add

[tw5] Re: Changing the background color for tabs?

2020-11-08 Thread TW Tones
Novice, My code example was An edit of the $:/ControlPanel to show how to wrap the whole set of tabs; However now you illustrated the exact location I will look for an answer, and others may know. Regards Tones On Monday, 9 November 2020 12:59:54 UTC+11, Tiddly Novice wrote: > > Sorry about n

[tw5] Re: Help Wanted - Filtered transclusion

2020-11-08 Thread TW Tones
Eric, Thanks for the suggestion But it has not solved it. It is almost as if when used in the filter else goes bad This proves the values are being populated :1 {{{ [] }}} :2 {{{ [] }}} :3 {{{ [] }}} But something is still going wrong as all three of these return the value in <> 1: {{{ [] }}}

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-08 Thread Joshua Fontany
This is possible if you are running your wiki on Node.js. If it is a single-file standalone HTML wiki your best bet is to import the text files by drag'n'drop. If you are running on Node.js, you can use a "tiddlywiki.files" file (documentation here

[tw5] Re: TW 5.1.23 and Tones of New Features

2020-11-08 Thread Joshua Fontany
NEAT stuff guys. Thanks! Best, Joshua F On Saturday, November 7, 2020 at 12:49:08 PM UTC-8 TW Tones wrote: > Mohammad thanks for sharing your exploration: > > <$button class="tc-btn-invisible" > __Toggle__ <$action-listops > $tags="+[toggle[done]]" /><> > > Fun variation that also provides t

[tw5] Re: TW-TOC - how to exclude all tiddlers with certasin tagh from tree

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 12:26:30 PM UTC-8, skaczm...@gmail.com wrote: > > < exclude:"-[[excluded-tiddler]]" stateTiddler:"tree-test-state">> > "multilevel-toc-expandable" is not defined in $:/core/macros/toc, so I assume it is a custom macro. There are several custom versions of TOC macros

[tw5] Re: Changing the background color for tabs?

2020-11-08 Thread Tiddly Novice
Sorry about not describing things properly, I've been having a lot of trouble thinking clearly lately. Here's a picture that hopefully points out the areas I'm trying to affect. I'm trying to have the tab content area have the same background colors, but there's these areas on the sides that ar

[tw5] Re: Help Wanted - Filtered transclusion

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 4:25:07 PM UTC-8, TW Tones wrote: > > I have a filtered transclusion as follows > {{{ [] ~[] ~[] }}} > Each of the variables therein are set using a $set widget (more details > below) > Unfortunately the second result global-config-value is never the result > if the

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-08 Thread TW Tones
Si, Understood. I have tried to encourage others with more knowledge on this to help us make such included content interact more within tiddlywiki. I understand the problem may relate to the object being included in the standard DOM, but tiddlywiki manages its own DOM tree to preform all it's

Re: [tw5] Re: sadly seeking tiddlyspot alternatives

2020-11-08 Thread Alfonso Arciniega
Below is shown an option with Dropbox and DropPages. It could be used as a temporary option if we don't want to spend a lot of time setting up a repository site until TW Tones creates a permanent site. It took me just a few minutes to create it. No code is required. My demo site is at: https://

[tw5] Re: TW-TOC - how to exclude all tiddlers with certasin tagh from tree

2020-11-08 Thread TW Tones
skaczm...@gmail.com *The * exclude:"-[[excluded-tiddler]]" is a filter that names a single tiddler. You can replace this with a filter of anything, noting the "-" symbol says to remove these from the list. However keep in mind in a toc such exclusion will then not have their children iterated.

[tw5] Re: Changing the background color for tabs?

2020-11-08 Thread TW Tones
Novice, One of the first things I want to remind you is the tabs macro is a provide macro, and it does a lot and suits most people. If you want to do a lot of customisation you should consider cloning the built in tabs macro and modify it as you see fit. Perhaps an image to illustrate *"this w

[tw5] Re: Palette Diagram

2020-11-08 Thread TW Tones
Hi, Good question, and some of us have tried, but it is a big Job. Then someone changes the theme and many things change. The main method is to learn how to use your browsers developer inspect tools to select an element and see the classes in use there. You can then search for those values/cla

[tw5] Re: Cross-link multiple wikis

2020-11-08 Thread TW Tones
Victor/skaczm...@gmail.com, With respect this experience of yours skaczm...@gmail.com is not mine. I thus feel I need to present a dissenting view. Unless very big, or editing the current tiddler incorrectly or with too much occurring on the screen at once my single file wikis are almost never

Re: [tw5] Re: sadly seeking tiddlyspot alternatives

2020-11-08 Thread Alvin Orzechowski
I would be happy to foot the bill for another hosting site. Smon and Daniel could then move the files there, and redirect the name server. Should be simple. But I need to know the storage requirements. On Sat, Nov 7, 2020 at 2:59 PM TW Tones wrote: > Folks, > > I was prepared to consider hosting

[tw5] Re: Changing the background color for tabs?

2020-11-08 Thread Tiddly Novice
Actually, I take back my nevermind since I still can't figure out how to control the background of the entire tab box area. Merely changinge the background of the contents of any transcluded tiddlers seems to leave this weird space between the tabs and the tab area box and that is not the look

[tw5] Help Wanted - Filtered transclusion

2020-11-08 Thread TW Tones
Folks, I can work out what is happening here, at least a second set of eyes would be appreciated I have a filtered transclusion as follows {{{ [] ~[] ~[] }}} Each of the variables therein are set using a $set widget (more details below) Unfortunately the second result global-config-value is n

[tw5] Palette Diagram

2020-11-08 Thread Tiddly Novice
The palettes for themes has a lot of different items listed, but it's not intuitively obvious what item refers to what part of the gui. I've spent far too long trying to hunt down the item/value pairs I want to change. Can someone (who actually knows TiddlyWiki, thus not me) make a diagram exp

[tw5] TW-TOC - how to exclude all tiddlers with certasin tagh from tree

2020-11-08 Thread skaczm...@gmail.com
Hi, I have a quick question - as tittles says, I need to exclude all tiddlers with certain tag from TW-TOC toc tree. How to do that? Seems like the original tutorial only shows how to exclude tiddler with certain name: <> -- You received this message because you are subscribed to the Google G

[tw5] Re: Cross-link multiple wikis

2020-11-08 Thread skaczm...@gmail.com
@Victor Dorneanu, buddy, if I may suggest you something, I think it is way better to go for "server" solution of tiddlty wiki like TW5-Bob or node js than single file wiki. I used single file approach when I started with Tiddly Wiki and it gets laggy very qu

[tw5] Re: Cross-link multiple wikis

2020-11-08 Thread skaczm...@gmail.com
I did tests of TW-Searchwikis plugin today and it seems to me like it is only looking for text in title and tags, not in the body of tiddler. Please tell me if it is possible to make it look for searched text also in the body of tiddler, because without

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Sapphireslinger
Thank you! On Sunday, November 8, 2020 at 10:35:42 PM UTC+8 Eric Shulman wrote: > > > On Sunday, November 8, 2020 at 6:09:38 AM UTC-8, Sapphireslinger wrote: >> >> Wow! And thank you for the explanations on how it works. >> >> 1) Your code works even if the first line is <$list >> filter="[tag[f

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 6:09:38 AM UTC-8, Sapphireslinger wrote: > > Wow! And thank you for the explanations on how it works. > > 1) Your code works even if the first line is <$list > filter="[tag[foo]!sort[title]]"> > It should work with *any* filter; e.g., <$list filter="[has:field[f

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Atronoush
Thank you! On Sunday, November 8, 2020 at 5:58:31 PM UTC+3:30 Eric Shulman wrote: > On Sunday, November 8, 2020 at 6:19:21 AM UTC-8, Atronoush wrote: >> >> Minor note: in the above solution extra line breaks (perhaps on >> copy-paste) broke the code! >> > > This is a long-standing BUG in GoogleG

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 6:19:21 AM UTC-8, Atronoush wrote: > > Minor note: in the above solution extra line breaks (perhaps on > copy-paste) broke the code! > This is a long-standing BUG in GoogleGroups. The code was actually entered without the extra line breaks, but sometimes stray line

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Atronoush
Thank you Eric! Works great! Minor note: in the above solution extra line breaks (perhaps on copy-paste) broke the code! <$action-deletetiddler $tiddler={{{ [[$:/state/slider/]addsuffix ] }}} /> should be <$action-deletetiddler $tiddler={{{ [[$:/state/slider/]addsuffix] }}} /> --Atro On Sund

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 6:05:52 AM UTC-8, Atronoush wrote: > > This is a smart solution Eric! Is it possible to have a button to expand > collapse all tiddler? As two separate buttons: <$button> expand all <$list filter="[tag!sort[title]]"> <$action-setfield $tiddler={{{ [[$:/sta

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Sapphireslinger
Wow! And thank you for the explanations on how it works. 1) Your code works even if the first line is <$list filter="[tag[foo]!sort[title]]"> *2) I ran into a cosmetic snag. Tiddlers with long titles that wrap get dropped down a line and indented, making the list look messy. Don't know what's

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Atronoush
This is a smart solution Eric! Is it possible to have a button to expand collapse all tiddler? --Atro On Sunday, November 8, 2020 at 3:56:07 PM UTC+3:30 Eric Shulman wrote: > On Sunday, November 8, 2020 at 2:08:47 AM UTC-8, Sapphireslinger wrote: >> >> Is there a way to do this? >> >> <$list f

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-08 Thread si
Hi Tones, The HTML object method does display the file, but I can't add annotations to with dynannotate.I realize I was not clear about what I wanted to use the file for in my original post. I'm trying to get the text file to display just as though it were a plain text tiddler stored in the wi

[tw5] Re: list-filter-called titles sliderized

2020-11-08 Thread Eric Shulman
On Sunday, November 8, 2020 at 2:08:47 AM UTC-8, Sapphireslinger wrote: > > Is there a way to do this? > > <$list filter="[tag!sort[title]]"> > <$link><$transclude field="title" mode="block"/> *This > line is what I want sliderized.* > <$transclude field="text" mode="block"/> *Only want this to sh

[tw5] Re: Tufte-like sidenotes: generate random ids

2020-11-08 Thread Cyrill Andreani
Hey Anjar, I second your approach and need on visual context with the text content of the tiddler. Perhaps you will find some ideas in two (nearly) similar projects ? https://tid.li/tw5/numbers.html http://cherrypicker.tiddlyspot.com/ Best regards Ste schrieb am Mittwoch, 4. November 2020 um

[tw5] list-filter-called titles sliderized

2020-11-08 Thread Sapphireslinger
Is there a way to do this? <$list filter="[tag!sort[title]]"> <$link><$transclude field="title" mode="block"/> *This line is what I want sliderized.* <$transclude field="text" mode="block"/> *Only want this to show up (inline) if I click on the above title.* -- You received this message becau

[tw5] Re: button to create tiddler tagged with currentTiddler title, author field variable

2020-11-08 Thread Sapphireslinger
Thank you! Works great! (Sorry didn't thank you sooner. Sometimes I go weeks without logging in.) On Monday, October 19, 2020 at 11:12:15 PM UTC+8 Eric Shulman wrote: > On Monday, October 19, 2020 at 7:30:49 AM UTC-7, Sapphireslinger wrote: >> >> When I hit the "New Quote" button embedded in all

Re: [tw5] Re: Calculating transcluded tiddler and conditionals

2020-11-08 Thread W Yan
Thank you so much for the answers! I've just tried them and they work great. W Yan 08.11.2020, 10:14, "Eric Shulman" :On Saturday, November 7, 2020 at 10:26:52 PM UTC-8, W Yan wrote:1. How could I calculate something based on transcluded tiddler? I have a state tiddler that contains dynamic values

Re: [tw5] Re: Is there any way to export TiddlyWiki to a list of markdown files?

2020-11-08 Thread Cyneox
Wow, that tool is awesome. Especially when you use jupyter/ipython. Thanks for sharing. Victor On Sun, Nov 8, 2020, 06:17 Altug Ozcelikkale wrote: > If you don't mind using python, there is also PyTiddlyWiki that can export > a group of tiddlers to .md among other formats. > > https://github.co