[tw] Re: [TW5] Hide Tiddler Toolbar items on select tiddlers

2017-08-23 Thread TonyM
Folks, Can someone please help me take the final step here, to somehow only hide or move to more, the edit button in the tool bar, and not in its other uses within my tiddler? Or should I clone the edit tiddler button and use that in the tiddlers and Sub Tiddlers? Thanks in Advance On

[tw] How do I create a custom field with added leading zeros?

2017-08-23 Thread JWHoneycutt
I have a TW5.html file with many tiddlers that start with dates - I did not use zeros for single digit months or dates, but now realize that I would like an order field for sorting. Example tiddler's title: "2017-8-5 Group meeting" I now would like to create a field for this tiddler called

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

2017-08-23 Thread PMario
On Wednesday, August 23, 2017 at 11:18:23 PM UTC+2, Mark S. wrote: > > After install, your hashtag2tag filter could look like > > [list[!!text]regexps[#\w+\b]tolower[]] > IMO you should create a PR at github. -m -- You received this message because you are subscribed to the Google Groups

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

2017-08-23 Thread @TiddlyTweeter
Ciao Mark S. WHOAH! *Utterly BRILLIANT*. Its absolutely spot-on for what I need. It also seamlessly dealt with the tricky case of double quotes I couldn't figure out. Perfect for this kind of job. Can't thank you enough. For readers who maybe not understand quite what is going on, Mark S.

[tw] New Mod of Jed's Submit Form to submit the text of a tiddler.

2017-08-23 Thread Jan
Hi everybody. I made a little mod of Jed'shttps://ooktech.com/TiddlyWiki/SubmitForm/ which gives you are viewbarButton (here it is hidden in the more-toolbar) to export a Tiddler Text to a google spreadsheet. The button is only shown if you are logged in as the modifier

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

2017-08-23 Thread 'Mark S.' via TiddlyWiki
I'm playing with version that does replacement with regexp. Based on original regexp code with a couple of tweaks. Seems to work. Absolutely make backups, because sometimes one gets blind-sided by subtle discrepancies as I discovered with the seemingly simple tolower filter. After install,

[tw] Re: Issue: Twitter #hashtags to TiddlyWiki Tags -- HOW, safely

2017-08-23 Thread @TiddlyTweeter
Ciao Mark Thanks. The last version seemed to work. I didn't see any issue. But I'll update. Molto grazie! Josiah Mark S. wrote: > > Don't use previous version of tolower. For some reason, titles are not > always perceived as strings. > -- You received this message because you are

[tw] Re: Prevent filter from filtering out copies?

2017-08-23 Thread Thomas Elmiger
As the author of rpn I can confirm that it seems possible to extend the existing solution or make an -x variant of the macro in Javascript. BUT: I decided originally not to integrate Reverse Polish Notation stack processing to avoid complexity in the macro, in the documentation and in my

[tw] Re: Issue: Twitter #hashtags to TiddlyWiki Tags -- HOW, safely

2017-08-23 Thread 'Mark S.' via TiddlyWiki
Don't use previous version of tolower. For some reason, titles are not always perceived as strings. New version attached. Always make backups before trying. Thanks, Mark On Tuesday, August 22, 2017 at 4:41:28 PM UTC-7, Mark S. wrote: > > You can try this. Import. Save. Reload. Now you can

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

2017-08-23 Thread codacodercodacoder
On Wednesday, August 23, 2017 at 1:19:35 PM UTC-5, @TiddlyTweeter wrote: > > > I am aware there is a regexp operator, but can it RETURN its exact match > for processing, or is it what it looks like: a match with something IN a > field it adds to a list to display but then the match itself is

Re: [tw] Are There Any Plans to Revive the Tiddlywiki Hangouts?

2017-08-23 Thread Thomas Elmiger
Just a note to support the topic specific shorter hangouts, that would be great! Cheers, Thomas -- 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

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

2017-08-23 Thread @TiddlyTweeter
Over in another thread I finally got to understand filters better. And, thanks to Mark S., achieved what I needed to do. HOWEVER. I feel slightly diminished. I am crap with computers. But one thing I know well is Regular

[tw] Re: Help with listwidget (getting filter results to link to title)

2017-08-23 Thread 'Mark S.' via TiddlyWiki
You could try "[tag[Lexeme]each:list-item[title]get[combo]sort[]]" for the filter and then switch back to <$view field=title> (because now it's a list of combos ... if that's what you wanted) Mark On Wednesday, August 23, 2017 at 9:12:56 AM UTC-7, Silvercat wrote: > > 'chanti' is the combo

[tw] Re: Help with listwidget (getting filter results to link to title)

2017-08-23 Thread Silvercat
Got it working just the way I want. I may be disportionately proud of myself, but this sort of thing isn't really in my natural skillset. Thank you all for all your help and your patience with my n00b questions. On Wednesday, August 23, 2017 at 9:12:56 AM UTC-7, Silvercat wrote: > 'chanti' is

[tw] Re: Help with listwidget (getting filter results to link to title)

2017-08-23 Thread Silvercat
'chanti' is the combo form for the tiddler 'chanyki'. combo chanti created 2016050323320 creator Silvercat english [[color]] [[skin]] [[surface]] modified 20170821233214208 modifier Silvercat tags ch Nouns BodyParts PartsofThings Quality Lexeme to-translate title chanyki type

[tw] Query: Where is the START UP magic?

2017-08-23 Thread @TiddlyTweeter
Cari tutti, Over on GitHub , some time ago, @Jermolene gave great thought to what having a CONTEXT SENSITIVE START-UP mechanism could do... At the end of core startup processing, initiate the action widgets > contained within all tiddlers

Re: [tw] Are There Any Plans to Revive the Tiddlywiki Hangouts?

2017-08-23 Thread Lost Admin
I prefer that videos like that be both short and specific. 10 minutes is, to me, ideal. If it is longer, I generally avoid such things. That's just my opinion. Probably why I don't pay much attention Youtube. On Wednesday, August 23, 2017 at 8:58:20 AM UTC-4, @TiddlyTweeter wrote: > > Ciao

Re: [tw] Are There Any Plans to Revive the Tiddlywiki Hangouts?

2017-08-23 Thread @TiddlyTweeter
Ciao Richard & Jeremy TBH, I'd prefer Hangouts that were much more tightly TOPIC SPECIFIC. I don't think it matters at all if that means they are only 10 minutes long. Nor do I think it matters if its two people or twenty. As was they were not always that interesting to watch unless you could

[tw] Re: [TW5] How to get the value from a field with a parameter?

2017-08-23 Thread Eric Shulman
On Wednesday, August 23, 2017 at 4:46:42 AM UTC-7, Uwe wrote: > > I want to get the school-week (UW) from the *current* calendar week (KW). > In my attachment, the application/x-tiddler-dictionary tiddler [[KWUW]] > holds the corresponding fields. > <> works. I get the current calendar week. >

[tw] Re: Help with listwidget (getting filter results to link to title)

2017-08-23 Thread Matthew Lauber
If the tiddler doesn't exist {{!!title}} will be empty, and so the link won't work, and the <$view field-"title" /> will also be an empty string. My advise would be to do the following: <$list filter="[tag[Lexeme]each:list-item[combo]sort[]]" variable="title"> <$link to=<>><> this assigns

Re: [tw] Are There Any Plans to Revive the Tiddlywiki Hangouts?

2017-08-23 Thread Jeremy Ruston
Hi Richard > The Tiddlywiki hangouts were always in the middle of the night for me, but I > did enjoy watching them after the fact - are there any plans to revive them? Thanks, it’s good to know that you enjoyed them. They have tended towards sprawling unstructuredness and so I do worry that

[tw] Re: Serving TW5 on remote Node.js server. When access tiddlywiki from browser, tw5 script fails with error: The header content contains invalid characters

2017-08-23 Thread Shareda
Wow! As I initialize new empty wiki with username "u1" & password "p1", the problem disappears. I can create new tiddlers. I even can replace new tiddlywiki files by files from the first one. But if i change username and password (when starting this new tiddlywiki), the problem is back. So,

[tw] Re: Serving TW5 on remote Node.js server. When access tiddlywiki from browser, tw5 script fails with error: The header content contains invalid characters

2017-08-23 Thread RichardWilliamSmith
Do you have centos on your local machine? Are you able to try a different OS on your VPS? Possibly try an *earlier* version of node? Have you tried a very simple username/password that definitely doesn't have special characters in it? On Wednesday, August 23, 2017 at 5:42:08 PM UTC+10, Shareda

[tw] Re: can we still create a couchdb instance on cloudant

2017-08-23 Thread Danielo Rodríguez
Thanks both for your feedback . Thanks Lost Admin for granting me access to your server. As soon as I get a computer with internet connection I'll check Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: Serving TW5 on remote Node.js server. When access tiddlywiki from browser, tw5 script fails with error: The header content contains invalid characters

2017-08-23 Thread Shareda
I've reinstalled node.js LTS and even tried Node.js 8, but error is the same (ecxept line numbers). Hmm... What can it be? среда, 23 августа 2017 г., 1:29:51 UTC+6 пользователь Shareda написал: > > вторник, 22 августа 2017 г., 15:03:02 UTC+6 пользователь > RichardWilliamSmith написал: >> >>

[tw] Are There Any Plans to Revive the Tiddlywiki Hangouts?

2017-08-23 Thread RichardWilliamSmith
The Tiddlywiki hangouts were always in the middle of the night for me, but I did enjoy watching them after the fact - are there any plans to revive them? What I'm really wondering is whether there has been any recent discussion (perhaps at the 'european meetup'?) about the intended direction

[tw] Re: Prevent filter from filtering out copies?

2017-08-23 Thread RichardWilliamSmith
> > Anyway, the macro call for the extended rpn macro would be something like > <> or something similar. So, the numbers are > actually explicitly stated by the user. > > <:-) > I haven't looked at he 'rpn' macro. Maybe you can copy the list to a list field, process the first two arguments,