Re: [tw] Re: [TW5] How to default SelectWidget to the first entry in a list?

2017-09-08 Thread Dave
I figured it out - If you do this: \define s.test.result(mytestname,myresult:"neg") if the value passed to it is empty, it sets the value to whatever you provide after the ":" That solves my problem, but I don't know if its helpful for the OP (i.e. when the list is actually changing from on

[tw] Re: Link to tidier from modal?

2017-09-08 Thread magev958
I have tried different ways of adding the tiddler to be opened to the $:/StoryList and closing the modal but to no avail. Anyone know if it would be possible to make a macro to achieve this? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To uns

[tw] Re: [TW5] New Plugin - Json Mangler!

2017-09-08 Thread Joshua Fontany
Thanks for the creative criticism PMario. I've updated the repository and cleaned up the file-structure a bit (made the FontAwesome macros into their own plugin). I will be using this to design "Models" and "Views" for an RPG Campaign Wiki, so that sub-types of Character, Items, Etc, can have i

[tw] Re: [TW5] Plugins updated: Reminders and Alerts for ToDoNow

2017-09-08 Thread 'Mark S.' via TiddlyWiki
Thanks Thomas! As a thought for future implementations, perhaps consider offering a drop-down list of custom filters. I'm wondering, did you develop or find any date comparison filters in your application? That is, is there any way to make a filter that will compare dates, and show/hide certai

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

2017-09-08 Thread Mat
Updated Hopefully everyone can see the "add to filter arrows" now (thanks Josiah!) A function I realized I needed but still miss is a button next to each listed title to remove it from the filter (i.e add -mytitle or -[[my title]] to the filter). Experi

[tw] Embed Tiddlywiki within a database driven website

2017-09-08 Thread Paul P
Hi I want to embed multiple Tiddlywikis within an existing database driven web application. Think of this as a database of Tiddlywikis. I am new to Tiddlywiki. My hope is to store the entire Tiddlywiki as text in a database via the web application such that I can retrieve and save in the same

[tw] Re: [TW5] Plugins updated: Reminders and Alerts for ToDoNow

2017-09-08 Thread Thomas Elmiger
Hello early adopters ;–) There is an update for you: Version 1.0.8 - User filters are back – better than ever! - Configuration info update – how to translate/adjust date and time formats (it’s meant to be easy – let me know if you need help) Both https://tid.li/tw5/tdn.html and

[tw] How to change text editor settings?

2017-09-08 Thread Riz
zen mode is an interesting option to have. I am afraid I don't have a solution to offer here. However, the edit field is, essentially created by edittext widget. Edit text widget has a property called focuspopup. Which means, there exist a mechanism to "if edit field has focus, do this". I

[tw] Re: Tiddly New Names :-)

2017-09-08 Thread @TiddlyTweeter
Tx, its getting better, slowly. BUT they now have to move again. Much of South East Texas is in total chaos. Lost Admin wrote: > > My deepest sympathy to your friend in Texas and her cats. I hope the cat > recovers. > > -- You received this message because you are subscribed to the Google Grou

[tw] Re: Tiddly New Names :-)

2017-09-08 Thread Lost Admin
My deepest sympathy to your friend in Texas and her cats. I hope the cat recovers. On Friday, September 8, 2017 at 3:17:38 PM UTC-4, @TiddlyTweeter wrote: > > Ciao Lost Admin > > My dear friend in Texas lost her home to Harvey a few days ago. She has > cats. One of them got ill as its a "house c

[tw] Re: How to change text editor settings?

2017-09-08 Thread @TiddlyTweeter
Mark S: Now for some reason, I want to go out and repair a motorcycle. I thought you were an archer? J. -- 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 tiddlywik

[tw] Re: How to change text editor settings?

2017-09-08 Thread 'Mark S.' via TiddlyWiki
Oh? Is that what's meant by Zen node? In another post I got some help from Jeremy making a similar tool. Put this code into a tiddler: <$select tiddler="$:/state/side-edit-tiddler" tag="input"> <$list filter="[!is[system]sort[title]]"> >><$text text=<>/> <$edit-text tiddler={{$:/state/side-e

[tw] Re: Tiddly New Names :-)

2017-09-08 Thread @TiddlyTweeter
Ciao Lost Admin Mr dear friend in Texas lost her home to Harvey a few days ago. She has cats. One of them got ill as its a "house cat" and had never seen the outside world before. She is in shock too, losing a home & no clarity about her future. Cats do express well. Not a happy message. But

[tw] Re: Tiddly New Names :-)

2017-09-08 Thread Lost Admin
Finally something vaguely newish today that isn't depressing or scary (or both). If you don't know and want depressing/scary Google Equifax. I assume you already know about hurricane Irma. to cheer myself up, here's a cute cat picture.

[tw] Re: How to change text editor settings?

2017-09-08 Thread @TiddlyTweeter
> > kelsang sherab wrote: >> >> 2. I'd lke to have a 'Zen' feel to the editing/writing environment by >> being able to make evrything that is not just the text i write to disappear >> > PMario wrote: > There's no Zen-mode at the moment. > > For those who don't know zen-mode. It's a kind of

[tw] Re: How to change text editor settings?

2017-09-08 Thread PMario
On Friday, September 8, 2017 at 11:16:34 AM UTC+2, kelsang sherab wrote: > > 2. I'd lke to have a 'Zen' feel to the editing/writing environment by > being able to make evrything that is not just the text i write to disappear > There's no Zen-mode at the moment. For those who don't know zen-mod

[tw] Re: How to change text editor settings?

2017-09-08 Thread @TiddlyTweeter
kelsang sherab wrote: 2. I'd lke to have a 'Zen' feel to the editing/writing environment by being able to make evrything that is not just the text i write to disappear Saying "Perry Mason" three times sometimes helps with this :-) Best wishes Josiah -- You received this message because you a

[tw] Re: How to change text editor settings?

2017-09-08 Thread 'Mark S.' via TiddlyWiki
If you make a tiddler tagged $:/tags/Stylesheet and add this content: .tc-edit-texteditor { background-color:lightblue; } then after closing and re-opening the editor, the background text will be light-blue. You can set it to some other color of course. I don't understand what you want on item

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

2017-09-08 Thread @TiddlyTweeter
would ⤴ / ⤴ do? they both work for me in Chrome & Firefox and seem to be in most common fonts. On Friday, 8 September 2017 18:28:40 UTC+2, @TiddlyTweeter wrote: > > Mat, > > there is a Unicode guide to font support for arrows here ... > > https://www.key-shortcut.com/en/writing-systems/35-symbols

[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2017-09-08 Thread Riz
Hi Susu, I am glad to see that you are enjoying the theme. Let us get to the issues you raised. First of all I did notice, that this link is not working. > here:https://ibnishak.github.io/ > 1. ibnishak.github.io is not working. Yeah, I moved my blog and much of the TW related stuff

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

2017-09-08 Thread @TiddlyTweeter
Mat, there is a Unicode guide to font support for arrows here ... https://www.key-shortcut.com/en/writing-systems/35-symbols/arrows/ Maybe it shed some light on the issue? Hex 2BA5 has virtually no wide support in common fonts according to the charts there. J. -- You received this message b

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

2017-09-08 Thread @TiddlyTweeter
Neither work on tiddlywiki.com in Firefox OR Chrome for me. Windows 7 Pro. Weird. Are they dependent on LOCAL font files? J, x Both work in Chrome On Friday, 8 September 2017 17:40:22 UTC+2, Mat wrote: > > I get a character encoding problem with the latest on Firefox ... > > > Josiah, thanks

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

2017-09-08 Thread Mat
> > I get a character encoding problem with the latest on Firefox ... Josiah, thanks for reporting. This is a bit surprising as I'm using the utf hex format, specifically ⮥ would you mind seeing if the HTML decimal format works for you: i.e simply put this in a tiddler ⮥ it should show a

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

2017-09-08 Thread @TiddlyTweeter
Ciao Mat I get a character encoding problem with the latest on Firefox ... Best wishes Josiah Mat wrote: > > Updated > > main change: quick buttons to add e.g a title to the filter (the blue > arrows) and buttons to empty out the filter. > -- You received this message because you are subscrib

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

2017-09-08 Thread Mat
Updated main change: quick buttons to add e.g a title to the filter (the blue arrows) and buttons to empty out the filter. <:-) -- 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, se

[tw] Re: [TW5] Plugins updated: Reminders and Alerts for ToDoNow

2017-09-08 Thread @TiddlyTweeter
Ciao Thomas A few comments, some suggestions & a minor bug note ... *COMMENTS* *"Alarms" -- *Worked seamlessly for me. I been using it over a month. Very good. No issues. Incredibly useful. Because I close the TW every night, the next morning on opening I see alerts for everything urgent I ne

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-08 Thread Lost Admin
We should just completely ignore Lighttpd as it isn't doing any locking at all. I just tried to force an error with two different browsers that should have resulted the 2nd one getting an error. Instead, the second one overwrote the first. Lighttpd might be sending an ETag, but it is ignoring t

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-08 Thread Lost Admin
I was looking through the Apache (which is a bit unfair) and www.webdav.org sites. I inferred a lot of what I think I understand. >From what I can tell, there is no solid solution for data locking with WebDAV itself but there are some options available: WebDAV does have a built-in locking mecha

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

2017-09-08 Thread Mat
> > Have to admit I was slightly thrown by the thread title "Batch Manipulator > - mass tagging" ... > You're right. That was the original premise but it has since expanded. Unfortunately it's not possible to edit thread titles AFAIK @moderator - if possible, could it be changed into "Prese

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

2017-09-08 Thread Mat
@TiddlyTweeter I am, in spite of what I said, doing some tweaking on it so you may want to wait just a little with evaluation. <:-) -- 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

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

2017-09-08 Thread @TiddlyTweeter
Ciao Mat *Footnote ...* Have to admit I was slightly thrown by the thread title "Batch Manipulator - mass tagging" ... I think that sells it short of what it does. Best Josiah -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fr

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

2017-09-08 Thread @TiddlyTweeter
Ciao Mat I took a closer look. The BATCH MANIPULATOR is seriously useful for maintenance. It did take me a while to figure out how to use it. That's likely because of its flexibility combined with my slowness in learning. I do a few more tests & then, all being well, will replace several batch

Re: [tw] Re: [TW5] Plugins updated: Reminders and Alerts for ToDoNow

2017-09-08 Thread @TiddlyTweeter
Ciao readers ... I think Thomas has made with the listreveal / ToDoNow combo more than an app--its a really good instance of an INTERFACE. Even if the To Do's are not your thing its worth looking at. Its rich, yet still intuitively easy to use. I think the mechanism could be used as a BLUEPRI

[tw] Re: Ghostwriter theme by Rory Gibson adapted for TW5

2017-09-08 Thread susuitsusu
Hi RIZ, I do love your work! Thank you so much for that great theme! I really appreciate all of your work! THANKS SO MUCH! Just some short questions are left... First of all I did notice, that this link is not working. here:https://ibnishak.github.io/

[tw] Re: changing borders in specific cells

2017-09-08 Thread Ton Gerner
Hi, Have a look at https://tobibeer.github.io/tb5/#Formatting%20Table%20Cells Cheers, Ton -- 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...

Re: [tw] Beaker and TiddlyMap - possible?

2017-09-08 Thread Xavier Cazin
Hello, I cannot help farther than this but I experienced the same issue (for another plugin) with TW 5.1.14 running in NodeJS mode. Is this your case? As a not-so-quick workaround, I put the plugin manually in the plugin directory (and added an appropriate plugin.info). Best Xavier. Le 8 sept.