Re: [tw] Query: Markup Parsers

2017-09-12 Thread TonyM
“Nice” On Wednesday, September 13, 2017 at 1:24:37 PM UTC+10, codacoder...@outlook.com wrote: > > Tony, > > Try these: > > ;Pretty quotes > ^':: SendInput “ > ^+':: SendInput ” > > > > That's Ctrl ' and Ctrl-Shift ' (that's a single-quote at the end of each) > > > -- You received this message

Re: [tw] Query: Markup Parsers

2017-09-12 Thread codacodercodacoder
Tony, Try these: ;Pretty quotes ^':: SendInput “ ^+':: SendInput ” That's Ctrl ' and Ctrl-Shift ' (that's a single-quote at the end of each) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw] Query: Markup Parsers

2017-09-12 Thread TonyM
Coda, Off topic on Autohotkey I am a big user of autohot key, just a few very effective key board alternatives. I just added the following; ^,:: Send << return ^.:: send >> return So Control < and Control > give be doubles Others include 1. NumpadEnter::Send {Down}{Home} Move to

[tw] Re: [TWC] Export All Tiddlers

2017-09-12 Thread TonyM
Dragon, I have had save or export issues for some time, We now depend on TiddlyFox for the save feature. The error messages sometime being thrown includes the old Netscape save message. However in the case of the CSV export that I want to use the button simply does not respond. I am using

[tw] Re: Front End [TW5] - 'THE NEXT CENTURY '

2017-09-12 Thread TonyM
Susu, Its great to see your ideas and expectations for tiddlywiki. Thanks for contributing. The following is some guidance based on what I could understand from your post, and I may be way off, but this could be a result of your way of communicating. I am echoing Mats comments to some

Re: [tw] Re: Done Close and Cancel Close toolbar options

2017-09-12 Thread TonyM
Thomas, I am not sure if you have addressed this or not, A quick comment from my perspective Done/Close and Cancel/Close are operations we do on a tiddler, of course when we click the Tic we expect it to save the tiddler, and cancel to not save the changes we just made. The Auto-save feature

Re: [tw] Query: Markup Parsers

2017-09-12 Thread codacodercodacoder
Hi jan On Tuesday, September 12, 2017 at 4:31:56 PM UTC-5, Jan wrote: > > Hi Coda, > I would like to avoid expressions looking to technical in the inputText. > In my concept the macro is transcluded by the rolename: > > {{Peter}} like all roles leads to a tiddler which a only macro called > <>

Re: [tw] Query: Markup Parsers

2017-09-12 Thread Jan
Hi Coda, I would like to avoid expressions looking to technical in the inputText. In my concept the macro is transcluded by the rolename: {{Peter}} like all roles leads to a tiddler which a only macro called <> as text. The macro is defined: \define role() <$list

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

2017-09-12 Thread Thomas Elmiger
O.k. Workaround first: You can Compare File’s Sizes while I am hunting the bug. Happy apostrophing -t -- 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

Re: [tw] Query: Markup Parsers

2017-09-12 Thread codacodercodacoder
Thanks Jan. That's very helpful. Okay, next question... In principle, are you happy with using references to TW macros in the input text? For example: <> Which would generate the following in the output (i.e. when viewed in TW) PETER NOTE: I said "in principle" and "using references".

[tw] Re: TiddlySmile ...

2017-09-12 Thread @TiddlyTweeter
We received an email from April Mackenzie of Oxford Centre, Ljubljana requesting:

Re: [tw] Joint saving: problem saving local and remote files at once - possible fault or bug?

2017-09-12 Thread John LaCava
Thanks Mat My issue now is that locally linked content is not transferred to TiddlySpot.. I’m still figuring out the best immediate and future implementations to keep everything flowing. Probably be posting pretty steady over the next weeks. Cheers John > On Sep 12, 2017, at 3:16 AM, Mat

[tw] Re: Sort by size?

2017-09-12 Thread magev958
I use this solution: https://groups.google.com/d/msg/tiddlywiki/hr75FTeEL_g/Yuk_6gxpY_wJ -- 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

Re: [tw] Query: Markup Parsers

2017-09-12 Thread @TiddlyTweeter
Ciao Jan Its interesting looking at that. Its more about intelligent "guessing" than the markup I'm interested in. I think it could be easy in RegEx. I'm not convinced you need ANY complex things at all to format that. So long as it stays so well structured a couple of RegExs could likely do

[tw] Re: WD my cloud - WebDAV or node.js TW server?

2017-09-12 Thread Lost Admin
On Tuesday, September 12, 2017 at 10:49:45 AM UTC-4, johnraekwon wrote: > > Hello all, > > I have been trying to see about WebDAV solutions for serving TiddlyWiki, > but it seems that most implementations (such as BOX) don't provide access > the .html page through the web interface. > I was

Re: [tw] Query: Markup Parsers

2017-09-12 Thread Jan
Hi Coda, I hope this is what you want: InputText: !Peter and Bob are doing some Action {{Peter}}Now I say something. Single Linebreaks are //okay//. {{AnotherNamelaterreplacedbyBob}} And here I answer. > Here the spaces schould be displayed OutputText: /Peter and Bob are doing some

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

2017-09-12 Thread @TiddlyTweeter
Ciao Mark S. I am in awe of your programming, debugging & analytic skills. I would not want to meet you on a frosty night in Huddersfield to discuss either foo or bar. Do you have time for a day job too? :-) Interested, Josiah -- You received this message because you are subscribed to the

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

2017-09-12 Thread Thomas Elmiger
Thanks, Mark, that's helpful! -t -- 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 post to this group, send email to

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

2017-09-12 Thread 'Mark S.' via TiddlyWiki
I was able to reproduce it on your original. It has to do partially with an apostrophe in the text. Change "Compare Files Sizes" to "Compare File's Sizes" Move the item down to "waiting" Change the date stamp to today. The error will occur. If you have a draft of the problematic tiddler open,

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

2017-09-12 Thread @TiddlyTweeter
Thomas & Mark S. FWIW, I *never ever* had anything like that happen over months of usage. Was I under the delusion that Thomas had solved all problems already :-). Mark: Its likely a specific combo? Can you replicate do you think? Interested. Josiah -- You received this message because you

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

2017-09-12 Thread Thomas Elmiger
Hi Mark, any details about the date? Far in the future or in the past? Hour set or only date? I will change date calculations from my rather hacky first attempt to a better system sooner or later. But for the moment more details would be helpful because I have not encountered something similar

[tw] Re: [TWC] Export All Tiddlers

2017-09-12 Thread Dragon Cotterill
So my first concern would be, why does export not work? In my experience it does work once the tiddlers are selected. Unless you have got some seriously messed up field that include quotes and apostrophes etc. Does it produce any output? An error message? OK, I've done exports with TWCs

[tw] WD my cloud - WebDAV or node.js TW server?

2017-09-12 Thread johnraekwon
Hello all, I have been trying to see about WebDAV solutions for serving TiddlyWiki, but it seems that most implementations (such as BOX) don't provide access the .html page through the web interface. I am using the TiddlyWiki in the Sky with Dropbox at the moment (and I have relative links to

Re: [tw] Query: Markup Parsers

2017-09-12 Thread codacodercodacoder
Thanks Jan. It would be better if you present this DEVOID of JARGON. I don't know (nor do I want to learn) screenwriting. Take what you've written here, and present it like this: I want to write something like this in the TW editor: INPUT TEXT HERE I want it to render (wikify) to something

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

2017-09-12 Thread 'Mark S.' via TiddlyWiki
My Todo is majorly broken at the moment. See the image. This happened once when I first started but I thought I had just configured items out of order. Now I'm thinking it has something to do with the way deadlines are saved and/or recorded. Suggestions? Mark -- You received this message

Re: [tw] Query: Markup Parsers

2017-09-12 Thread Jan
Hi Coda. My concept for formating is quite simple I built a tool which is transclusions for the rolenames, which are automatically inserted by Alain Dutech Comptext-Plugin. For simplicity I would use headings for the action, and the Tiddler-Ttitle (or an Alias inserted by the Alias-Plugin) for

Re: [tw] Query: Markup Parsers

2017-09-12 Thread @TiddlyTweeter
C, WILL do. J. codacoder...@outlook.com wrote: > > Give me some examples, just a few. > -- 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

Re: [tw] Query: Markup Parsers

2017-09-12 Thread codacodercodacoder
Well, cool, but I don't need an exhaustive presentation of every possible combination... Give me some examples, just a few. I have an idea that something I'm already doing *could* be of benefit to you. So gimme something to test... okay? On Tuesday, September 12, 2017 at 8:39:19 AM UTC-5,

Re: [tw] Query: Markup Parsers

2017-09-12 Thread @TiddlyTweeter
Ciao Coda Very encouraging to have your interest!! Good questions. Give me a couple of days so I don't burden you with a half-baked-ostrich. Briefly: Input in EDIT is plain text. Output is rendered HTML after scavenged by Regex. But I need get the examples working better before I show you.

Re: [tw] Query: Markup Parsers

2017-09-12 Thread codacodercodacoder
Hi Joshua Let me ask a question (apologies if this is answered somewhere above but since this thread and its "parent" thread are long, I wanted to ask it and get a straight answer) ... What does the text look like that you wish to enter into a tiddler in EDIT mode? Second Question... What

[tw] Re: Front End [TW5] - 'THE NEXT CENTURY '

2017-09-12 Thread Mat
> > I am very new to tiddlywiki > Welcome!! :-) What can I do? > Yes, what *can* you do? What skills do you have? Who can help? > This is a very friendly board and people usually get help. Just try to make the questions specific and kind of "one question at a time". <:-) -- You

Re: [tw] Re: Done Close and Cancel Close toolbar options

2017-09-12 Thread Mat
Thomas, thank you very much for this. I will use them!!! Not that good: I am a bit confused again about how to name the > Done/Save-and-close button. > IMO they should stay as close to the native non-closing versions as possible. The main reason is for when showing the button text instead of

Re: [tw] Query: Markup Parsers

2017-09-12 Thread @TiddlyTweeter
Ciao Jan Regarding safety with Skeeve. And to reduce crashes ... I now devise & test the regexs using an external program first: RegexBuddy . Its an inexpensive Windows program that is extremely good. It accurately emulates all versions of JavaScript. Best

Re: [tw] Query: Markup Parsers

2017-09-12 Thread @TiddlyTweeter
Ciao Jan *Is your screenwriting plugin somewhere I can take a look so I can better understand your approach?* Regarding parsers for what we need. The more I think about it the clearer it gets to me that what is needed is *a "Generic" parser *that you can quickly add codes to. For instance, in

Re: [tw] Re: Done Close and Cancel Close toolbar options

2017-09-12 Thread Thomas Elmiger
Here is the link again, the thread is already longer than I thought: You might be interested in the (itermediate) result of my latest hack ;–) https://tid.li/tw5/hacks.html#Save%20and%20close%20Button%20Plugin -t -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: Done Close and Cancel Close toolbar options

2017-09-12 Thread Thomas Elmiger
Hi folks, Good things first: Both buttons are working now and you can download all 4 components of the prototypes from the link I posted before :–) Not that good: I am a bit confused again about how to name the Done/Save-and-close button. Existing parts for similar functionality (without the

Re: [tw] Query: Markup Parsers

2017-09-12 Thread Jan
Hi Josiah, Thanks for keeping this problem in mind, in the moment it is the biggest issue that I have to solve befor issuing a new version of the screenwriting-plugin. Skeeve himself says that his pragma could be a deadly sword, but I think the danger can be handled if it is prevented from

[tw] Re: Joint saving: problem saving local and remote files at once - possible fault or bug?

2017-09-12 Thread Mat
Possibly, my Publish plugin can be of help or at least a step on the way? <:-) -- You received this message because you are subscribed to the Google Groups