[tw] Re: [TW5] Prerelease of v5.1.14

2016-10-18 Thread Greg Davis
Hi Jeremy, Quick look, loading some of my favorite plugins and didn't notice any problems. Neat that QR codes work offline. Here is a quick example of a QR Bookmark TW: http://qrbookmark.tiddlyspot.com More exploring to do. Best, Greg -- You received this message because you are subscribed

[tw] [TW5] Impressions thus far (and TW on node.js on Android)

2016-10-18 Thread Timothy Sanders
This is fantastic, thank you for posting it. I'm eager to set up a similar workflow for myself with tw5 and my mobile device and desktop computer. My needs are that I need to be able to access my wiki without the guarantee of an Internet connection on my mobile device, and also, I would really

[tw] Re: [TW5] Prerelease of v5.1.14

2016-10-18 Thread Thomas Elmiger
Hi Jeremy I played a bit with MECARD and the QR plugin. It seems to generate about the same codes as the Google API (I did not compare pixels), great stuff! Most of the scanners on my iPhone (Scan, NeoReader, i-nigma, RedLaser) lose some content of my test card (either the birthday, the

[tw] Re: Interactive fiction with tw5?

2016-10-18 Thread Timothy Sanders
Wow, thanks so much! I certainly will update this thread with my progress. What I'm working on right now, is keeping a tree of opened tiddlers, so that when the user hits a back button, the displayed tiddlers will be unloaded, up until the last choice that they made. Also, if there was a way I

[tw] Re: [TW5] Prerelease of v5.1.14

2016-10-18 Thread Sylvain Naudin
Hi Jeremy, It's a good idea for QrCode, thanks for this improvement. I've see the new print icon, how use it ? I've see WidgetMessage: tm-print, but don't help me ;) Regards, Sylvain -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw] Parsing a tiddler containing structured data

2016-10-18 Thread Steven Schneider
Ask and you shall receive! The TiddlyWiki gods have been kind to me this week! Based on Jeremy's BibTex importer plugin (available in pre-release ), I'm now able to do, well, almost everything I imagined with respect to bibliography management using bibtex

[tw] Re: Bibliography in TW using JabRef & Bibtex

2016-10-18 Thread Steven Schneider
Ask and you shall receive! The TiddlyWiki gods have been kind to me this week! Based on Jeremy's BibTex importer plugin (available in pre-release ), I'm now able to do, well, almost everything I imagined with respect to bibliography management using bibtex

[tw] Re: [TW5] How to make on Mac Os X something like .bat file on windows?

2016-10-18 Thread Riz
Hey Siniy-Kit *Damn th*at was awesome. Much appreciate the share. -- 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

Re: [tw] Parsing a tiddler containing structured data

2016-10-18 Thread Jeremy Ruston
Hi Steve > Thanks, Jeremy. Yes, works perfectly! You've made my day!! I'll get to work > on macros, that I can handle. A deserializer is way beyond my skills (and > only vaguely within my comprehension. Great, I hope it does the trick. A deserialiser, by the way, is a JS module that extracts

Re: [tw] Parsing a tiddler containing structured data

2016-10-18 Thread Steven Schneider
Thanks, Jeremy. Yes, works perfectly! You've made my day!! I'll get to work on macros, that I can handle. A deserializer is way beyond my skills (and only vaguely within my comprehension. This will help me and others who need bibliographic management within TiddlyWiki, and allow us to move TW

Re: [tw] Parsing a tiddler containing structured data

2016-10-18 Thread Jeremy Ruston
Hi Steve > Ideally, TW should read the .bib file directly, of course. But, one step at a > time... OK, I’ve bowed to the inevitable and spent 40 minutes whipping up a basic BibTeX importer plugin, based on a JavaScript BibTeX parser that I found. You can try it out at:

[tw] Re: Solution for Importing Entries (csv/json) from the Zotero Bibliography Tool.

2016-10-18 Thread Steven Schneider
Hello, sorry to be late to the party. For high-quaity csv-to-json conversion see http://www.convertcsv.com/csv-to-json.htm I to am very interested in this, for the same reason -- bibliographic entries -- and am trying to get JabRef to generate a JSON file for importing (ideally, without an

[tw] Re: Interactive fiction with tw5?

2016-10-18 Thread Thomas Elmiger
Hi Jed – thank you! This time I won. There was an additional challenge as I did it on the small screen of my Phone. Kind regards Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Parsing a tiddler containing structured data

2016-10-18 Thread Steven Schneider
As part of my bibliography project (see previous thread, https://groups.google.com/forum/#!topic/tiddlywiki/ZKiviPin72c) it occurs to me that I could import a structured file (a bib file) as a tiddler, and write macros that search for / extract records from that tiddler. Is something like that

[tw] [TW5] How to make on Mac Os X something like .bat file on windows?

2016-10-18 Thread Siniy-Kit
Hi! I have a little project on TW5. People can download my free tiddlywiki template http://heeg.ru/download.html and make static site with small on-line store. For windows I make bat file to generate folder with static html pages and copy external images and other files to static folder

[tw] Re: Using currentTiddler name in a filter

2016-10-18 Thread stevesuny
Thanks, Mario! These are the kinds of tutorials / explanations I'm trying to build for {{DesignWrite}}. So, at the risk of belaboring the point -- and with apologies to those for whom this it too fine-grained. I've numbered your three code snippets below (1) (2) (3), added (4). and I see

[tw] [TW5] Prerelease of v5.1.14

2016-10-18 Thread Jeremy Ruston
There’s been a rash of updates to v5.1.14 in the last 10 days, making it a good time to have a look at the prerelease at http://tiddlywiki.com/prerelease I’d like to highlight the new QR code generator plugin (installed in the prerelease so that you can try

[tw] Re: Using currentTiddler name in a filter

2016-10-18 Thread PMario
tiddlers.json for drag and drop import :) -m -- 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

[tw] Re: Using currentTiddler name in a filter

2016-10-18 Thread PMario
Hi Steve, The point here is, that the following code produces different output, depending on edit or view mode. eg: - create 2 tiddlers named "a" and "b" - tag them "test" - create a tiddler named: test - save it - open it and copy the following code into it - open Preview Mode - save