[tw] [TW5] TOC in a long Tiddler

2014-03-05 Thread vpl
Hi, I'm looking for a way to create, at the top of a long tiddler, a Table of Content, based on the heading defined in the tiddler. Looking at the group messages, I've seen this question addressed long time ago with the previous version of Tiddlywiki, by developing a plugin. I'm wondering if

Re: [tw] Re: Application that writes a TiddlyWiki

2014-03-05 Thread Peter Vogt
Why not plain ol' HTML? - the branches (edges) of your tree become hyperlinks - you can scale the number of files/pages as you like, trading off the efficiency of your file system vs. rendering time in browser - you're already writing a text file, html requires minimal overhead and work -

Re: [tw] Re: Application that writes a TiddlyWiki

2014-03-05 Thread Peter Vogt
PS: If you can specify a grammar for your data you can then use tools like doxygen to create a fully indexed, cross-linked, searchable wiki-style structure. But may be overkill for your needs. OTOH 'looking' at 150MM items of data in a hierarchical tree structure is probably as much fun as

Re: [tw] Re: Application that writes a TiddlyWiki

2014-03-05 Thread Peter Vogt
Sorry, just checked but the tool I was thinking of is not doxygen... May be worth asking on stack overflow if you want to pursue that avenue. On Wednesday, 5 March 2014 09:19:20 UTC, Peter Vogt wrote: PS: If you can specify a grammar for your data you can then use tools like doxygen to

Re: [tw] Saving with 5.08beta

2014-03-05 Thread HowardM
Hi Jeremy Hi Jeremy I do use TWEdit. My question came from assessing whether to change to TW5 (once out of beta) on my iPad Mini.I have a large TW file (3.6mb) which is slow to save on the iPad (30 secs+) using TWC but using autosave on TW5 is quicker for a small number of changes (I am

Re: [tw] Saving with 5.08beta

2014-03-05 Thread Jeremy Ruston
Hi Howard That makes sense. I'm in contact with the TWEdit developer and our plan is to support tiddler-level sync as an alternative to saving the entire document. It's partly in response to your findings about iOS7 unceremoniously closing apps: we really need autosave to protect ourselves, and

Re: [tw] Re: Application that writes a TiddlyWiki

2014-03-05 Thread Timothy Groves
On 14-03-05 02:46 AM, Daniel Baird wrote: I suspect it will be easier to write a browsing tool (maybe in TW or whatever), generate the first few layers (world - nation - county or whatever) and then stop. When you browse down to a county level, that's when you check your data dir for towns

Re: [tw] Re: Application that writes a TiddlyWiki

2014-03-05 Thread Timothy Groves
On 14-03-05 04:13 AM, Peter Vogt wrote: Why not plain ol' HTML? Because the program as currently written generates millions of files, and between test runs, it takes far too long to delete these files, even though we'd inserted debugging constants that restrict the amount of output. -- You

[tw] Re: Getting field values

2014-03-05 Thread Stephan Hradek
Am Mittwoch, 5. März 2014 00:19:24 UTC+1 schrieb Alberto Molina: Hi Stephan, What made you think the search filter supports regular expressions? I don't think, I just try and see if it works :) It won't. Regular expressions and the suffix are quite new and only implemented for the

[tw] Re: [TW5] TOC in a long Tiddler

2014-03-05 Thread Stephan Hradek
There is at the moment no other way than the one you found on my tw5magick site. I also have an experimental filter called match which could be used, but that's nothing I would do yet. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

Re: [tw] Re: Application that writes a TiddlyWiki

2014-03-05 Thread Matabele
Hi Have you had a look at MongoDB and node.js? I've been playing with this combination in my attempts to link a TW (running on node) to a db. The disadvantage is that you would have to install node and MongoDB locally. http://blog.mongodb.org/post/812003773/node-js-and-mongodb regards On

Re: [tw] Saving with 5.08beta

2014-03-05 Thread Danielo Rodríguez
Just for IOS? I think that could be an awesome feature for any implementation of TW5 El miércoles, 5 de marzo de 2014 12:10:49 UTC+1, Jeremy Ruston escribió: Hi Howard That makes sense. I'm in contact with the TWEdit developer and our plan is to support tiddler-level sync as an alternative

[tw] Re: [TW5] TOC in a long Tiddler

2014-03-05 Thread Stephan Hradek
Despite the fact that I do not recommend it, I've tested it on http://tiddlystuff.com Tiddler: Lipsum -- 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] Re: TW5 Wish list

2014-03-05 Thread Matabele
You could try pandoc to convert to markdown then install the markdown plugin - should work for straightforward files. http://johnmacfarlane.net/pandoc/ regards On Tuesday, March 4, 2014 8:48:29 PM UTC+2, RunningUtes wrote: I would love to have a way to import HTML files (in bulk) that

[tw] (tw5) Make mailto and url links

2014-03-05 Thread Daniel
Hi I want to make a mailto link with email address from a field and subject + body from a tiddler. In tw classic I used a transclusion to bring the components together and I used javascript encodeURIComponent() to encode the subject and body. How can I do this kind of link concatenation? Do

[tw] Re: (tw5) Make mailto and url links

2014-03-05 Thread Stephan Hradek
For the encoding you need a JavaScript macro. Maybe this is enough to get you started: http://tw5magick.tiddlyspot.com/ System tiddler $:/macros/skeeve/bookmarklet.js It creates a link with a javscript href. So the basic stuff is there. You just need to change it a bit. Have fun... -- You

[tw] Using your SiteTitle as a Home URL

2014-03-05 Thread Bill Mullen
I was looking for a way to re-display my DefaultTiddlers - mostly after a search because the search feature was closing all the open tiddlers before displaying the results. In my search, Morris Gray included some code in the following thread:

[tw] Re: Using your SiteTitle as a Home URL

2014-03-05 Thread Eric Shulman
On Wednesday, March 5, 2014 9:52:48 AM UTC-8, Bill Mullen wrote: I was looking for a way to re-display my DefaultTiddlers - mostly after a search because the search feature was closing all the open tiddlers before displaying the results. In my search, Morris Gray included some code in the

Re: [tw] Saving with 5.08beta

2014-03-05 Thread Jeremy Ruston
Hi Danielo our plan is to support tiddler-level sync as an alternative to saving the entire document On Wed, Mar 5, 2014 at 2:35 PM, Danielo Rodríguez rdani...@gmail.comwrote: Just for IOS? I think that could be an awesome feature for any implementation of TW5 The tiddler-level sync

[tw] [TW5] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-03-05 Thread Ton Gerner
At http://tw5toolbar.tiddlyspot.com/ I use a 'List tags' button that opens a tiddler that contains: --- @@.threecolumns div {{$:/core/ui/MoreSideBar/Tags}} /div @@ A style sheet contains: /* DISPLAY IN 3 COLUMNS */ /* for List all tags */ .threecolumns { display: block;

[tw] Re: Using your SiteTitle as a Home URL

2014-03-05 Thread Bill Mullen
On Wednesday, March 5, 2014 12:14:57 PM UTC-6, Eric Shulman wrote: 1) Note that this only applies to TiddlyWiki Classic (TWC), not TiddlyWiki5 (TW5). Please remember to put either TWC or TW5 in the subject of your posts. My apologies - this was my first post. The instructions read, If

[tw] Re: TW5 - Get a value of a current TAG and $let

2014-03-05 Thread Gustavo Martins
Thank you! It worked perfectly! -- 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

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

2014-03-05 Thread oveek
The main thing I'd like to say for the sake of general feedback is I am really liking TiddlyWiki5, and am very excited by what I'm seeing. I've been a long time user and fan of TiddlyWiki (classic), TiddlyWeb, and TiddlySpace. Here are some thoughts from my recent use of TiddlyWiki5: The

[tw] Error running tiddlywiki on Ubuntu...

2014-03-05 Thread Bob Breitling
I was able to get version v0.10.26 of node.js installed and, I think the latest, version of Tiddlywiki5. Though, when I install TiddlyWiki5 is says 5.0.8-beta on the files its installing but when I run $ tiddlywiki --version the value displayed is 5.0.0-alpha.7 (not sure why?). When I