[tw] Re: How to get listing of tiddlers by size?

2010-01-21 Thread Shankar
On Jan 20, 2:55 pm, Mark S. throa...@yahoo.com wrote: Is there a utility already out there that will list Tiddlers by size? And maybe let me quickly mark them for archive? How about: forEachTiddler sortBy 'tiddler.text.length' descending write '#

[tw] Re: How to get listing of tiddlers by size?

2010-01-21 Thread Eric Shulman
My main TW has gotten too big. I would like to externalize large chunks of data. It would help if I could quickly identify the biggest bits. Is there a utility already out there that will list Tiddlers by size? And maybe let me quickly mark them for archive?

[tw] TiddlyWiki and Firefox bring swap file to explosion

2010-01-21 Thread fsmaus
I have a strage behavior and have no idea of how to solve it: Calling tiddlywiki.com or opening any TiddlyWiki from my hard drive with Firefox browser causes my system to stalk... the swap file grows for several minutes from initially under 1 GB to over 2 GB. I only can end Firefox by ending the

[tw] Supermemo SM-2 algorithm and incremental reading applications in Tiddlywiki

2010-01-21 Thread Arin Basu
Dear All, I recently discovered supermemo learning system (and an open source application Mnemosyne based on supermemo http://www.mnemosyne-proj.org/) that uses the Supermemo SM-2 algorithm. Supermemo is a system of knowledge retention and learning efficiently (more information here

[tw] Tiddlers side-by side?

2010-01-21 Thread Tobbe
Hi, Is it possible to have two tiddlers side-by-side? I'm in to geneology and I if I open one persons tiddler, I also want the parents of that persons tiddler to show up to the right at the same time (tagged with some unique word or number). Can it be done? //Tobbe -- You received this message

[tw] Create multiple tiddlers simultaneously

2010-01-21 Thread twgrp
Can't find this in the archives. I'm setting up a new TW and know several (hundreds) tiddlers that I'll need. How can I create these, including some tags, from some kind of list with the names? Not just links but actual tiddlers, and ideally with tags. Is it possible? Any plugin or script? Thank

[tw] Re: Problems with Eric' tiddlytools site cookies

2010-01-21 Thread AlanBCohen
My first guess is that you have auto-accept FF cookies turned off. The easiest way I've found to balance the convenience of cookies against your higher security desires is to use a 'zconfig' tiddler tagged 'systemConfig' that lists the cookies you want to set and their values. That way, these

[tw] Is anyone successfully using TiddlySnips

2010-01-21 Thread Neil Olonoff
My experience with TiddlySnips is so frustrating! I wish that I could get it to work. It's installed on both my computers but fails to upload snips, giving me a user name / password error. Is anyone using it successfully now? Neil Olonoff olon...@gmail.com -- You received this message

[tw] Re: Create multiple tiddlers simultaneously

2010-01-21 Thread Mark S.
You could use Eric Shulman's CreateTiddlersFromCSV form script: http://tiddlytools.com/#CreateTiddlersFromCSV You can specify your list in CSV format, including a space-separated tags field. Mark On Jan 21, 4:38 am, twgrp matiasg...@gmail.com wrote: Can't find this in the archives. I'm

[tw] floating panels from image map links

2010-01-21 Thread rdaneel
Hi, I have an image map (a png with several hotspots). I know (from reading an earlier post) how to link these to other tiddlers, e.g.: area shape=rect coords=156,47,355,137 href=javascript:story.displayTiddler(null,'tiddlerName'); alt=altText title=Title/ However, what I'd really like to

[tw] Re: Tiddlers side-by side?

2010-01-21 Thread Dave Parker
re your first question: how about something like this: |tiddler Tiddler1|tiddler Tiddler1sParents| that would show two tiddlers side by side, but you wouldn't see the tags though... and I'm not sure how you'd programatically derive the second tiddler, but I'm sure someone smart here could tell

[tw] Re: Create multiple tiddlers simultaneously

2010-01-21 Thread twgrp
That does look promising... but it really is behaving strangely. I tried it with a fresh TW and various attempts, even simply copying the example provide, but I get javascript warnings and alerts such as; invalid data on line 0: missing/blank TiddlerName SomeTiddlerName OK=skip, CANCEL=stop When

[tw] ForEachTiddler Lists Beside eachother rather than in one long coloum

2010-01-21 Thread Linck Atlanta, Ga
!List1 forEachTiddler where 'tiddler.tags.contains(n) tiddler.tags.contains(b) tiddler.data(status).contains(1)' sortBy 'tiddler.title' write '|[[+tiddler.title+]]|+tiddler.data(status)+|\n' ??SOMETHING HERE?? !List 2 forEachTiddler where 'tiddler.tags.contains(n)

[tw] Re: Tiddlers side-by side?

2010-01-21 Thread PMario
Hi Tobbe Some ideas [1], You have to borrow MaloStyleSheet[2] TaggedTemplateTweak[3] == and make a new tiddler named: GeneologyViewTemplate. Copy your personal ViewTemplate into it. Add the following 3 lines to the new GeneologyVT see also GeneologyViewTemplate[4] !-- +++

[tw] css for preformatted text

2010-01-21 Thread AndrewMc
Hi everyone I wish to create a custom css class that enables me to format text with the appearance of a preformatted block of text, but with different colours for the backgound and border (and perhaps font). What css properties describe the default preformatted block of text format that you get

[tw] Re: ForEachTiddler Lists Beside eachother rather than in one long coloum

2010-01-21 Thread PMario
hi Copy the MaloStyleSheet[1] to your TW and include it to the StyleSheet chain. copy your !List 1 into a tiddler: ListOne and !List 2 into tiddler: ListTwo Write the following lline into a new tiddler tiddler ListOne 'dp50'tiddler ListTwo 'dp50' that's it. if you need 3 columns use dp33 and

Re: [tw] TiddlyWiki and Firefox bring swap file to explosion

2010-01-21 Thread Anthony Muscio
Split the problem in two, Test if the problem is in firefox - try another instance such as portable Firefox Test if the problem is in Your tiddlywiki - only open a different tiddlyWiki file in firefox Does this happen when you don't open TiddlyWiki in firefox? If so - Try disabling all

Re: [tw] Is anyone successfully using TiddlySnips

2010-01-21 Thread Anthony Muscio
I use it without fault for dumping to a local file. If you must snip to a tiddlyspot or other online version download it to the current computer, snip to it's local version then upload it when finished. Regards tony TonyM If you have not found an easy way to do it with TiddlyWiki, you have

[tw] Re: css for preformatted text

2010-01-21 Thread PMario
hi Look at the shadowtiddlers: StyleSheetLayout, and StyleSheetColors and search for pre which holds the definition. Copy the lines to StyleSheet tiddler which will be executed after the shadow tiddlers and will overwrite the default values with your costum values. There is no need for

Re: [tw] Re: Tiddlers side-by side?

2010-01-21 Thread Anthony Muscio
This is a great case for a tool such as http://tiddly960.tiddlyspot.com/being part of the standard tiddlyWiki tools all you need to find out is how to make the content of one tiddler influence another. I suggest the the method you use to display the first tiddler also displays the related

Re: [tw] Re: Create multiple tiddlers simultaneously

2010-01-21 Thread Anthony Muscio
What is the nature of your tiddler name source information and how are the tags related to them ? This would help us knowing what you need to do. A really basic way is ensure they are [[wiki words]] and paste them into a tiddler and create and tag as you go. Sometimes trudging through large

[tw] Re: css for preformatted text

2010-01-21 Thread AndrewMc
Hi Mario Thank you very much for directing me to the StyleSheetLayout, and StyleSheetColors shadow tiddlers. I found the following information: StyleSheetColors .viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];} StyleSheetLayout * html

[tw] Export more tiddlers to same tiddlyWiki using ExportTiddler

2010-01-21 Thread Anthony Muscio
Eric, Your export tiddler plugin is great - I just discovered a usability bug you may want to know. If you use the File selection box to select a file to export to and browse to an existing file it asks do you want delete or cancel. If you wish to append to it of course you must cancel.

[tw] Re: Tiddlers side-by side?

2010-01-21 Thread shavinder
For the form construction ideas you could take a look at http://classrecords.tiddlyspot.com/ Each form-tiddler has edit and view mode. The form elements are displayed in edit mode. In this application you will find ideas for searching through form fields and displaying them in tabs using