[tw] Re: tm-new-tiddler isn't loading my template

2017-08-26 Thread Ivan Aparicio
Thanks Mark, The code above, came from a question I had asked some time ago, and was answered here: https://groups.google.com/forum/#!topic/tiddlywiki/YpbwT-LkH4k I did see the page about the tm-new-tiddler message, and had tried the following code: <$button> ''Book''

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-08-26 Thread Mat
Hi Tony and thanks for kind words and feedback! > > >- Constructive Feedback: It feels "sensitive", with immediate >responses we could loose information, I need to use it cautiously. > > Anything specific you're thinking of? One problem is that in a complex wiki with many tags, the

[tw] Re: tm-new-tiddler isn't loading my template

2017-08-26 Thread Ivan Aparicio
Thanks Tony, that seems to have done it! On Saturday, August 26, 2017 at 1:52:32 AM UTC+1, TonyM wrote: > > Ivan, > > Try adding text="text in new tiddler" as text is simply another field. > Other forms may produce more useful outcomes like text={{templatetiddler}} > > I don't have the time to

[tw] Re: Plugins Group?

2017-08-26 Thread @TiddlyTweeter
Ciao Mark S. Maybe I'm fogging the waters? Not my intent. My point was not activity level per se. Here is WELL ACTIVE. It is a really excellent group. I come into it in perhaps a different way than you. I'm not thinking the comparison point is Zim et al. I came into it from a background in

[tw] Re: tm-new-tiddler isn't loading my template

2017-08-26 Thread 'Mark S.' via TiddlyWiki
For what it's worth, the actual parameter turns out after testing to be $param= Mark On Friday, August 25, 2017 at 3:46:16 AM UTC-7, Ivan Aparicio wrote: > > I'm trying to create a button that will create a book log tiddler: > > <$button> > ''Book'' > <$action-sendmessage >

[tw] Dynamic Filters

2017-08-26 Thread Stobot
Hello all, I'm stumped. I'm trying to dynamically build a list for project management. This *static* works: <$list filter="[[A]] [[B]] [[E]] [[X]]"> ... ... which are project importance values But I've added checkboxes with the intent of filtering some of those out. For instance if I uncheck

[tw] Re: Plugins Group?

2017-08-26 Thread 'Mark S.' via TiddlyWiki
Maybe the problem is the "wiki" part of the name. People looking for alternatives to a product know to look up something like "program like lotus 123". But most people don't need or want an alternative to a "wiki". The people who do want an alternative to existing wikis (and we know who you

[tw] Re: Dynamic Filters

2017-08-26 Thread Mat
Stobot, without having investigated any specific details in your issue, my first attempt would be to use a separate field to store your filter (i.e the A B etc) and then use listops to manipulate the values in the field. <:-) -- You received this message because you are subscribed to the

[tw] Re: Plugins Group?

2017-08-26 Thread codacodercodacoder
On Friday, August 25, 2017 at 8:13:21 PM UTC-5, TonyM wrote: > > All, > > Why not promote Posts in the current groups whose titles are prefixes > [announcement] or [Plugin] ? > > It is easy to search a group for such strings, > It's easy to search, agreed. But the results from what you're

[tw] Re: TW5 Search and replace within text

2017-08-26 Thread Stephan Hradek
A quite old question. Here is a (kind of) solution with vanilla TW5: \define settext() $(start)${{$:/state/sr!!replace}}$(right)$ Search: <$edit tiddler="$:/state/sr" field="search"/> Replace: <$edit tiddler="$:/state/sr" field="replace"/> <$list filter="[tag[x]]" variable="replaceHere">

[tw] Re: Plugins Group?

2017-08-26 Thread codacodercodacoder
On Saturday, August 26, 2017 at 4:35:35 PM UTC-5, Mat wrote: > > Mark S. wrote: >> >> Maybe the problem is the "wiki" part of the name. [..] >> > ... > > So is TW really a Wiki? Or a personal information manager? >> > ... >> Maybe rebranding ... >> > > > Topic is drifting but, that aside, I

[tw] Re: Plugins Group?

2017-08-26 Thread codacodercodacoder
On Saturday, August 26, 2017 at 1:51:56 PM UTC-5, Mark S. wrote: > > Maybe the problem is the "wiki" part of the name. People looking for > alternatives to a product know to look up something like "program like > lotus 123". But most people don't need or want an alternative to a "wiki". > The

[tw] Re: Dynamic Filters

2017-08-26 Thread Stobot
Think I figured it out. Will post in case someone else finds this... \define projectfilterlist(a b e x) [[$(a)$]] [[$(b)$]] [[$(e)$]] [[$(x)$]] up at the top Then down for the list: <$vars a={{$:/temp/importancefilter!!importance_a}} b={{$:/temp/importancefilter!!importance_b}}

[tw] Re: tm-new-tiddler isn't loading my template

2017-08-26 Thread Ivan Aparicio
Thanks Mark, that makes sense! It may be worth amending this tiddler: http://tiddlywiki.com/#WidgetMessage%3A%20tm-new-tiddler to reflect that it's $param and not just param. On Saturday, August 26, 2017 at 7:26:34 PM UTC+1, Mark S. wrote: > > For what it's worth, the actual parameter turns out

[tw] Help With the Strex Macro

2017-08-26 Thread K
The macro can be found here. https://tid.li/tw5/hacks.html#TextStretch. Want I want to do is trigger the button by hovering my mouse over it, is there a way to do that. If there isn't, there should be a way around it; I just want the hidden text to display upon hovering. - Thanks -- You

[tw] Re: Help With the Strex Macro

2017-08-26 Thread Stephan Hradek
I don't know the macro and I don't want to dive into it, but here is a starting point for you using pure CSS: CSS Tiddler: span.strex:before { content:"... "; } span:strex > span { display: none; } span.strex:hover:before { content:""; } span.strex:hover > span { display:inline; } Strex is

[tw] Re: Help With the Strex Macro

2017-08-26 Thread Stephan Hradek
As there was a small typo in the CSS and I wanted to experiment with a macro, please see below a macro-version. CSS: span.strex:before { content:"\00a0[...]\00a0"; background-color: lightgray; } span.strex > span { display: none; } span.strex:hover:before { content:""; margin-right: 0em; }

[tw] Re: Plugins Group?

2017-08-26 Thread @TiddlyTweeter
Mark S. wrote: > > Maybe the problem is the "wiki" part of the name. > Pace, an exchange on Twitter ... Arlen Beiler @arlen25287649 Aug 3 > > @TiddlyWiki I keep

[tw] Re: Query: Are Regular Expressions Regular in TW?

2017-08-26 Thread @TiddlyTweeter
Ciao Mark S. & all ... I have an issue using character sets in square brackets. A case came up on the #buddha stuff, covered earlier in this thread, I overlooked. Occasionally I'd include a web address in a Tweet ... ... https://steamradio.com/buddha.html#BuddhaLink Under the current regex

[tw] Re: Plugins Group?

2017-08-26 Thread Mat
Mark S. wrote: > > Maybe the problem is the "wiki" part of the name. [..] > ... So is TW really a Wiki? Or a personal information manager? > ... > Maybe rebranding ... > Topic is drifting but, that aside, I agree. Wikipedia is probably the *only* contact most people have had with a wiki -

[tw] Re: Query: Are Regular Expressions Regular in TW?

2017-08-26 Thread 'Mark S.' via TiddlyWiki
According to the regexp operator tiddler at tiddlywiki.com: The filter syntax makes it impossible > to directly specify a regular expression that contains square brackets. The > solution is to store the expression in a variable >

[tw] Re: Help With the Strex Macro

2017-08-26 Thread codacodercodacoder
That's a pretty nifty use of the ::before pseudo element. Love it. On Saturday, August 26, 2017 at 4:32:50 PM UTC-5, Stephan Hradek wrote: > > As there was a small typo in the CSS and I wanted to experiment with a > macro, please see below a macro-version. > > CSS: > span.strex:before { >

[tw] Re: Dynamic Filters

2017-08-26 Thread 'Mark S.' via TiddlyWiki
FYI, since you're passing everything by environmental variables, your macro doesn't need parameters. e.g.: \define projectfilterlist() [[$(a)$]] [[$(b)$]] [[$(e)$]] [[$(x)$]] up at the top Good luck, Mark On Saturday, August 26, 2017 at 12:31:48 PM UTC-7, Stobot wrote: > > Think I figured it

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-08-26 Thread TonyM
Mat, I have been building a single TWC for more than 10 years. It does much of what I need but is not so "responsive" for mobile use, and yes the firefox timeout is set from 10 up to 80 and occasionally I loose a days work (every 6-12 months), It actually contains around 16,000 tiddlers.

[tw] Re: Plugins Group?

2017-08-26 Thread codacodercodacoder
On Saturday, August 26, 2017 at 11:43:12 PM UTC-5, TonyM wrote: > > > I am not sure what you mean by a Goolag group ... > https://www.spreadshirt.com/goolag-A59998b22f6c60d694f086552 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Plugins Group?

2017-08-26 Thread TonyM
Cosa, There are ways to build solutions that encourage community involvement and maintenance, for example if a single repository was marketed by the community as the key way to have your plugin promoted, plugin developers are incentivised to use this to promote their plugin, maintain the info,