Re: [tw5] How to work with square bracket in operators

2020-11-25 Thread W Yan
Very nice resources Mohammad, much appreciated. They seem to be much more thorough than what's explained in official docs, and I learned a lot reading them. Eric, Thank you for the workaround! I've been trying to figure it out myself for couple of days, now tried your solution and it works perfectl

[tw5] How to work with square bracket in operators

2020-11-25 Thread W Yan
For example, {{{ [{!!field}split[[]join[ ]] }}} seems to work find but {{{ [{!!field}split[]]join[ ]] }}} is giving me syntax errors. So [ works but ] doesn't - how should I handle this? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

Re: [tw5] Re: Removing prefix https and http

2020-11-24 Thread W Yan
Thank you, that did the trick! I basically had similar widget <$text text=.../> I wrote above to combine several texts to get the url, and as you suggested wikifying was the solution I've been looking for. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

Re: [tw5] Re: Removing prefix https and http

2020-11-23 Thread W Yan
Mohammad, thank you for the solution! Just tried it and it worked great. Now I'm having a go with thing, and I think I am pretty close... I'm at \define imgsrc(url)\end<$set name=url value={{!!url}}><> right now, but can't get my head around using <$transclude field=image/> instead of {{!!url}}. T

[tw5] Sanitizing input text for titles

2020-11-23 Thread W Yan
I'm trying to create tiddlers using edit text widgets and action createtiddler widgets based on bunch of text inputs as a tiddler title, and some of the texts contain symbols like | [ ] { } ", as these symbols are not recommended to be used in tiddler titles, is there any way to automatically repla

[tw5] Removing prefix https and http

2020-11-23 Thread W Yan
/] completely removes the url. Also need help with using properly; I know why it doesn't work but I have no idea how to make it work. I would appreciate any help. W Yan -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscrib

Re: [tw5] Re: Filter transclude syntax question

2020-11-13 Thread W Yan
Thank you so much, just tried and it worked perfectly! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discus

[tw5] Filter transclude syntax question

2020-11-13 Thread W Yan
Hi, I have a field that has numerical values 1, 2, 3... and tiddlers with numbered titles like title1, title2, title3 and so on. I would like to transclude tiddlers based on the number in the field, so that when field is N, it will transclude titleN. Something like <$text text={{{ [{!!field}then{ti

[tw5] Using Autotag plugin with different fields

2020-11-12 Thread W Yan
Hi, I would like to use Autotag plugin but with different fields other than the default one. 1. I use Dropboard plugin a lot, would it be possible for Autotag plugin to detect the contents of Dropboard's 'shorttext' field instead of default text field? 2. By default Autotag plugin adds tags to the

Re: [tw5] Re: Palette Diagram

2020-11-09 Thread W Yan
Using browser inspection tools is a good idea, but elements like Alerts, Blockquote, Codes, Modals etc. are not something you can inspect right away; You need to make them first, or search for them, which is a bit inconvenient (and hard, for beginners). I think it would be great to have some kind o

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

[tw5] Calculating transcluded tiddler and conditionals

2020-11-07 Thread W Yan
Hi, I've been trying to achieve something using state tiddlers, but couldn't make it work. 1. How could I calculate something based on transcluded tiddler? I have a state tiddler that contains dynamic values and I want to use it with calculated output; Something like {{Tiddler}}/2. I tried <$text t

Re: [tw5] Re: Couple of questions regarding tocP plugin.

2020-11-03 Thread W Yan
.2020, 13:00, "PMario" :On Tuesday, November 3, 2020 at 8:24:01 AM UTC+1, W Yan wrote:1. Upon installing tocP plugin it creates two buttons - [New child -> "parent: Tiddler"] and [Create a new Child tiddler & add 'parent' field]. As far as I know they do the s

[tw5] Couple of questions regarding tocP plugin.

2020-11-02 Thread W Yan
c with tags (default method) and fields (tocP method) and the result seem same to me. Could anyone explain what are the advantages of using fields instead of tags to create toc? W Yan -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsu

Re: [tw5] Re: Rate plugin - give half stars?

2020-11-01 Thread W Yan
d half and other icons to appear as clickable.There is an example of fractional stars here https://css-tricks.com/five-methods-for-five-star-ratings/ but it requires _javascript_.I have not seen any half stars in Unicode of late.TonesOn Sunday, 1 November 2020 02:08:37 UTC+11, W Yan wrote:Hi, I&#x

[tw5] Rate plugin - give half stars?

2020-10-31 Thread W Yan
Hi, I'm using Tobias' rate plugin right now, it's a great plugin and I think I'm going to use it a lot. I was just wondering, is there a away to give half stars? 1.5 stars, 3.5 stars etc. Something like this. -- You received this message because you are subscribed to the Google Groups "TiddlyWi