[tw5] Re: Presenting my plugin library

2021-08-11 Thread The Islander
My goodness. That tiddlywiki5 logo. Can I steal that please? :) On Wednesday, August 11, 2021 at 8:23:51 AM UTC-7 Andrew wrote: > Thank you Mario for your candid response. You have always been > insightful. I now know what to focus on fixing. Thank you. > > On Wednesday, August 11, 2021 at

[tw5] Re: Notes from the Coalface: Pasting URL's with pretty title

2021-08-07 Thread The Islander
> > I ask because of the potential for me to gain a new insight into how > different people see things. > > On Friday, August 6, 2021 at 12:42:44 AM UTC-3 The Islander wrote: > >> Although the link text looks nice, hover over it and look at the URL. >> Yuck! >

[tw5] Re: Notes from the Coalface: Pasting URL's with pretty title

2021-08-05 Thread The Islander
Although the link text looks nice, hover over it and look at the URL. Yuck! On Wednesday, August 4, 2021 at 6:12:40 PM UTC-7 TW Tones wrote: > Folks, > > I just stumbled upon something helpful. You may know how to copy a > permalink to a tiddler, this results in URL, and using the to clipboard

[tw5] Re: Difference between filter and subfilter?

2021-08-02 Thread The Islander
Hi Tones and Eric, I greatly appreciate your detailed replies! Reading through them clears it up for me thank you. It may be useful to add this sort of clarification to official documentation - the motivations behind some of the more complex filter operators. If anyone feels it's appropriate

[tw5] Difference between filter and subfilter?

2021-07-31 Thread The Islander
Hello, after reading the official documentation on subfilter and filter, it's not clear to me what the difference is between these two operators. - Why would someone choose to use one over the other? A couple of simple examples where one differentiates from the other would be very useful.

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-24 Thread The Islander
- For synchronization via dropbox, etc., only changed tiddlers get updated. Dropbox has long switched to block based synchronization, so even for a single file TW on Dropbox, it will synchronize up only the changed blocks in the file so the sync should be very quick once the base

[tw5] Re: Number Format

2020-11-18 Thread The Islander
Hi Tony, Any idea why the comma separators are embedding a link in the comma? This is what seems to happen on my tiddlywiki. Your Syntax writeup above also has a commas linking to a url for some odd reason as well. Thx! On Monday, September 21, 2020 at 3:06:46 AM UTC-7 Werner wrote: >

[tw5] Re: How to get SetWidget to work with transclusion + template?

2020-06-20 Thread The Islander
Hi Tony, thanks to you and everyone else. Your explanations are very helpful! On Friday, June 19, 2020 at 1:49:23 AM UTC-7, TW Tones wrote: > > With respect don't use title as you do. It will not work. That is why I > suggested using the $(current)$ as I do in my example. They are >

[tw5] Re: How to get SetWidget to work with transclusion + template?

2020-06-18 Thread The Islander
list" completely: > > \define mymacro(index1) > <$tiddler tiddler={{{ > [[tiddler1]getindex[$index1$]addprefix[$:/.somewhere/]] }}}> > {{||$:/.somewhere/templates/mytemplate}} > > \end > > Remember to end your macro definitions with \end, BTW. > > &

[tw5] How to get SetWidget to work with transclusion + template?

2020-06-18 Thread The Islander
Hi everyone, I can't seem to be able to figure out how to get this to work. Appreciate your help. \define mymacro(index1:"{{!!title}}") <$set name="myvar" tiddler="tiddler1" index=$index1$> <$list filter="[$:/.somewhere/]">{{||$:/.somewhere/templates/ mytemplate}} Can't seem to figure

[tw5] Re: Getting transclusion the whole table of content

2020-03-27 Thread The Islander
Hi @TonyM, could you clarify with some code explaining what you've said below? For example, in this post: https://groups.google.com/d/msg/tiddlywiki/tH2hWn2XPIM/Cpsqw4QAAwAJ I don't see the list filter affecting the output of the toc macro at all. <$list

[tw5] Re: How do I make toc category obey "empty" after exclusion? Also, is there a way to sort by title only if no caption exists?

2020-03-27 Thread The Islander
The question is where do we put this filter? You can't put it in the toc macro because it complains Filter Expression Error. You can't do something like this: <$list filter="[all[current]has[caption]get[caption]] [all[current]!has[caption]get[title]] +[reverse[]]"> <> because it doesn't do

[tw5] Sidebar toc tab blank if I use list filter on toc

2020-03-27 Thread The Islander
Hello, Posting this as a separate question because the followup is buried in a topic with a different subject. This code: <$list filter="[all[current]has[caption]get[caption]] [all[current]!has[caption]get[title]] +[sort[]]"> <> *The contents show in the tiddler, but when I look at

[tw5] Re: How do I make toc category obey "empty" after exclusion? Also, is there a way to sort by title only if no caption exists?

2020-03-27 Thread The Islander
Sorry to resurrect this old topic, but I can't seem to find the answer to this. When I use the following: <<<> It gives me the error: *Filter Error: Syntax Error in Filter Expression* Any idea why it is throwing this error? On Friday, September 14, 2018 at 3:46:20 AM UTC-7, S H Chang wrote: >

[tw5] Re: Invoke url in iframe with a button using JavaScript

2019-12-25 Thread The Islander
For the life of me I can't figure out how to concatenate a regular string with the contents of a tiddler and a variable inside a macro. Let's say 'variable' = 35 Stringstuff{{$:/link/to/tiddler!!text}}$variable$ ends up with: Stringstuff{{$:/link/to/tiddler!!text}}35 Any idea how to how to

[tw5] Re: Invoke url in iframe with a button using JavaScript

2019-12-25 Thread The Islander
Another idea would be to implement a button whose action it is to overwrite the contents of the tiddler with the iframe. But I'm not sure how I'd get a single button press to: 1. Close Tiddler1 2. Overwrite the contents of Tiddler1 3. Open Tiddler1 -- You received this message

[tw5] Invoke url in iframe with a button using JavaScript

2019-12-25 Thread The Islander
Hi all, On my TW5 I had a page inside an iframe in Tiddler1 (it's a dice roller). The iframe has an id of "myIframe". The url inside the iframe can take parameter inputs like http://somewhere.c om/myIframeRequest.html?param1=value0=value1 I wanted one or more buttons in Tiddler2 to change the