Re: [tw] Re: Automatic backup

2014-07-11 Thread Ulrik Stervbo
, Jeremy Ruston wrote: Hi Ulrik Just to let you know that I'm adding basic automated backup support for TW5 to TiddlyFox, hopefully in the next release of both later this week. Best wishes Jeremy. On Fri, May 9, 2014 at 8:58 AM, Ulrik Stervbo ulrik@gmail.com wrote: The problem

[tw] [TW5] Removing all state tiddlers

2014-07-09 Thread Ulrik Stervbo
Hello List, I am not sure, I want TiddlyWiki to remember the state of tabs and Hradek's slider between sessions. Is there a clever way of making TiddlyWiki forget states from session to session? Also, I currently have some 200 state tiddlers, is there a clever way of deleting these? Cheers,

Re: [tw] Re: [TW5] Removing all state tiddlers

2014-07-09 Thread Ulrik Stervbo
, use the filter expression: [prefix[$:/state]] regards On Wednesday, July 9, 2014 11:12:43 AM UTC+2, Ulrik Stervbo wrote: Hello List, I am not sure, I want TiddlyWiki to remember the state of tabs and Hradek's slider between sessions. Is there a clever way of making TiddlyWiki forget

Re: [tw] [TW5] Node.js vs. single HTML

2014-06-24 Thread Ulrik Stervbo
Thanks for the clarification Cheers, Ulrik 2014-06-24 9:27 GMT+02:00 Xavier Cazin caz...@gmail.com: Hi Ulrik, I am interested, because it seems I will be generating a large file - for now it is just 3mb, but when I add some long tables, it may become close to 10mb. And I will keep adding.

[tw] [TW5] Split long table

2014-06-23 Thread Ulrik Stervbo
Hello List, I have a table of some 3500 lines - it is near impossible to inspect it in TW5. The table has information split into different clusters like: |Cluster 1; enrichment score: 5.45h |Category |Term | Count|% |P value

Re: [tw] Re: [TW5] Split long table

2014-06-23 Thread Ulrik Stervbo
Ic. Thanks for cleaning that up for me. I'll look into generating tid files. Cheers, Ulrik Am 23.06.2014 16:06 schrieb Stephan Hradek stephan.hra...@gmail.com: Am Montag, 23. Juni 2014 15:58:45 UTC+2 schrieb Ulrik Stervbo: Right now I have everything as a single HTML, and a quick Googling

Re: [tw] Re: [TW5] Split long table

2014-06-23 Thread Ulrik Stervbo
They do look awful :) Thanks for your help Am 23.06.2014 17:13 schrieb Stephan Hradek stephan.hra...@gmail.com: I just experimented with your txt file and generated 223 .tid files from it. I then droppe all of them at once onto tiddlywiki.com and they were all imported. They look awful,

[tw] [TW5] Node.js vs. single HTML

2014-06-23 Thread Ulrik Stervbo
Hello list, What are the advantages of running the tiddlywiki as a node.js app rather than a single file? Other than the wiki is being run as a server and can be accessed from outside. Are there any performance advantages? I am particularly thinking about memory usage: are the tid-files in

[tw] Re: [TW5] Modification of Skeeve's dateTime

2014-05-30 Thread Ulrik Stervbo
of course... should have seen that one :) On Friday, 30 May 2014 14:30:50 UTC+2, Stephan Hradek wrote: Thanks, but that's not required. Simply put a backslash in between like so: dateTime Y\Y\Y\Y-0M\M-0D\D 0h\h:0m\m:0s\s will give: -0MM-0DD 0hh:0mm:0ss -- You received this

[tw] [TW5] Image slideshow

2014-05-19 Thread Ulrik Stervbo
Hello Group, Firefox just died on me again, erasing the content of my TW (I wonder why the file content is erased). I would like to get away from displaying PDFs in my tiddlers - it seemed like a good idea at the time since I generate lots of plots in R, but it may obviously create other

Re: [tw] [TW5] Tabs and transclusion

2014-05-13 Thread Ulrik Stervbo
The solution is to encapsulate the macrocall in $tiddler: $tiddler tiddler=currentTab$macrocall $name=linkdataset projectid = {{!!project-id}} path={{!!path}} file={{!!file-name}}//$tiddler Cheers, Ulrik 2014-05-12 19:46 GMT+02:00 Ulrik Stervbo ulrik.ster...@gmail.com: It works really well

[tw] [TW5] Tabs and transclusion

2014-05-12 Thread Ulrik Stervbo
Hello List, I have tiddlers which display some field-values and would like to show these tiddlers within a main tiddler using tabs. When I the tidders directly in a tab, the field values displayed are from the 'parent' tiddler. In order to display the values form the fields in the original

Re: [tw] [TW5] Tabs and transclusion

2014-05-12 Thread Ulrik Stervbo
I see. Thanks for clarifying. Cheers, Ulrik 2014-05-12 17:00 GMT+02:00 Jeremy Ruston jeremy.rus...@gmail.com: Hi Ulrik This results in no display of the field-info when in a tab in MainTiddler: # The TestTidler with the field info Info: {{!!info}} # Main tiddler without the field info

Re: [tw] Re: Automatic backup

2014-05-09 Thread Ulrik Stervbo
Thanks - I'll keep an eye on it. My solution to avoid future stress with data loss is to schedule copying (if the tw.html has changed) every minute with 'SynkronPortable'. Cheers, Ulrik 2014-05-08 18:19 GMT+02:00 PMario pmari...@gmail.com: On Thursday, May 8, 2014 5:00:53 PM UTC+2, Ulrik

Re: [tw] Re: Automatic backup

2014-05-09 Thread Ulrik Stervbo
The problem is indeed memory related stemming from my joy of displaying pdfs in a tiddly using the iframe tag (the object tag does not work well with Internet Explorer it seems). Thanks for the comments Ulrik 2014-05-09 9:43 GMT+02:00 Ulrik Stervbo ulrik.ster...@gmail.com: Thanks - I'll keep

[tw] [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
Hello group, I include quite a few pdfs in my tiddlers and this has seems to cause huge memory usage - not so much by TW but more the many instanced pdf.js (well around 7 pdf.js instances per tiddler). Each pdf is transcluded from their own tiddler, which looks like this: \define

Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
Thanks - I'll look into that. 2014-05-09 11:51 GMT+02:00 PMario pmari...@gmail.com: On Friday, May 9, 2014 10:31:56 AM UTC+2, Ulrik Stervbo wrote: One way could be to include some javascript in the pdf-tiddler where the source of the iframe is loaded onclick, but it would be nicer

Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
The pdfs are between 6 and 1000 kb in size and all external Cheers, Ulrik 2014-05-09 11:53 GMT+02:00 PMario pmari...@gmail.com: Ulrik, How big are your PDFs? -m -- You received this message because you are subscribed to a topic in the Google Groups TiddlyWiki group. To unsubscribe from

Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
. That is, unless I can delete part of the displayed tiddler title or pass a tag to a tiddler which based on the passed tag finds the appropriate tiddlers to transclude. Is this possible? Cheers, Ulrik 2014-05-09 12:15 GMT+02:00 Ulrik Stervbo ulrik.ster...@gmail.com: The pdfs are between 6 and 1000

Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
Sounds like it could be very useful. I'll look into it. Cheers, Ulrik Am 09.05.2014 22:38 schrieb PMario pmari...@gmail.com: I think you could create a custom tab macro, that contains more info in the button. The tabs ... macro is part of the core shadow tiddler named:

[tw] Automatic backup

2014-05-08 Thread Ulrik Stervbo
Hello list, My entire TiddlyWIki has just been wiped out when Firefox crashed during saving a tiddly. I am not amused and I would like to see an automatic backup - either when the TiddlyWiki is opened or when saved even when this will slow down either of the operations. I had searched for

[tw] Re: Automatic backup

2014-05-08 Thread Ulrik Stervbo
Obviously not my day... Firefox plugins: Passwordmaker 1.7.8 Zotero 4.0.17.1 Zotero Word for WIndows Integration 3.1.13 ZotFile 3.1 Cheers, Ulrik On Thursday, 8 May 2014 16:54:00 UTC+2, PMario wrote: - TiddlyWiki 5 or TiddlyWiki classic? -m -- You received this message because you are

Re: [tw] Re: Deleting all tiddlers with specific tag

2014-04-23 Thread Ulrik Stervbo
Thanks! It worked without any problems. Cheers, Ulriki 2014-04-23 19:17 GMT+02:00 Danielo Rodríguez rdani...@gmail.com: Hello Ulrik, Sorry I almost forgot about this. Here is how can you do it. Firs of all I recommend you to create a tiddler and put the tag filter that you are going to

[tw] Deleting all tiddlers with specific tag

2014-04-16 Thread Ulrik Stervbo
Hello list, I fear I have played to much and my TW is just a plain mess. There are some tiddlers I'd like to keep and I have some templates I would like to avoid having to redo, but most of it need to go. Is there a way of deleting all tiddlers with given tags? Is there a clever use of

Re: [tw] Re: Concatenate fields

2014-04-05 Thread Ulrik Stervbo
={{!!filename}}/ cmari On Friday, April 4, 2014 6:39:24 AM UTC-7, Ulrik Stervbo wrote: I did try that but that doesn't work (object data={{!!path}}{{!!filename}} type=application/pdf width=100% height=500px/). The path is defined in a field in the tiddly. The file name is also defined

Re: [tw] Re: Concatenate fields

2014-04-04 Thread Ulrik Stervbo
: It depends on how do you are going to use that, but you can use. {{!!path}}{{!!filename}} The question is, where is the path defined? El viernes, 4 de abril de 2014 14:52:02 UTC+2, Ulrik Stervbo escribió: Hello list, I'm trying to generate a template to link to external files (I know

[tw] Dynamically populate the 'param' parameter of $button

2014-04-03 Thread Ulrik Stervbo
Hello List, I am trying to generate a list of templates, much like the table of contents at TW5 magic. My problem is to open a new tiddler based on a template. The only way I have found so far is to use a button like: $button message=tw-new-tiddler param=ATemplate class=btn-invisibleA

[tw] Re: Dynamically populate the 'param' parameter of $button

2014-04-03 Thread Ulrik Stervbo
The 'param={{!!description}}' was what I was looking for. Thanks! On Thursday, 3 April 2014 09:45:49 UTC+2, Stephan Hradek wrote: I think I do not completely understand. Let's try anyway: If you want param to get the value from, for example, the description field, use

[tw] Re: Dynamically populate the 'param' parameter of $button

2014-04-03 Thread Ulrik Stervbo
Is there a way to do a similar thing with filters? tag[{{!!ATag}}] does not work. Cheers Ulrik On Thursday, 3 April 2014 09:45:49 UTC+2, Stephan Hradek wrote: I think I do not completely understand. Let's try anyway: If you want param to get the value from, for example, the description

[tw] Re: Dynamically populate the 'param' parameter of $button

2014-04-03 Thread Ulrik Stervbo
Thanks - sorry I wasn't clear, I wanted to use the value defined in a field to dynamically generate a list of tiddlers containing that tag. On Thursday, 3 April 2014 14:57:31 UTC+2, Stephan Hradek wrote: Am Donnerstag, 3. April 2014 14:17:17 UTC+2 schrieb Ulrik Stervbo: Is there a way

[tw] Re: Dynamically populate the 'param' parameter of $button

2014-04-03 Thread Ulrik Stervbo
It does - like a charm! Thanks On Thursday, 3 April 2014 17:11:06 UTC+2, cmari wrote: Does it work like this? (note that the field name can't actually contain uppercase letters). [tag{!!ATag}] cmari On Thursday, April 3, 2014 7:00:05 AM UTC-7, Ulrik Stervbo wrote: Thanks - sorry I

Re: [tw] Re: Displaying inline pdfs using pdf.js

2014-04-02 Thread Ulrik Stervbo
In case anyone else wanders in here. The solution seems to be: object data=test.pdf type=application/pdf width=100% height=100% pIt appears you don't have a PDF plugin for this browser. No biggie... you can a href=myfile.pdfclick here to download the PDF file./a/p /object