[tw] Re: Importing delimited text file

2010-03-11 Thread Eric Shulman
I have a delimited text file that I want to import into a TiddlyWiki. I've done this many times in the past, but it seems I've forgotten how to do it. I've tried importing from the backstage, but I get an error message -- Error getting list of tiddlers -- when I do that. Could someone

[tw] Announcing TiddlyWiki 2.6.0 Beta 1

2010-03-11 Thread FND
We are pleased to announce the first beta of TiddlyWiki 2.6.0: http://www.tiddlywiki.com/beta/ This release includes a variety of bugfixes and enhancements. The most obvious changes are: * Added WindowTitle shadow tiddler * Added creator tiddler field * Upgraded to jQuery 1.4.2 For the

[tw] Re: Does anone know how to append a footer to a fET table?

2010-03-11 Thread Mike
forEachTiddler write 'tiddler.title + \n' begin 'header\n' end 'footer\n' On Mar 11, 9:01 am, Måns humam...@gmail.com wrote: Hi TwWizards My question is: Do you know how to append a footer to a fET table? I hope the answer is almost as simple as the question ;-) Regards

[tw] Re: What did you do with your TW on GooglePages?

2010-03-11 Thread Paco Rivière
Thanks, Mike Paco Rivière -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options,

[tw] TiddlySnip - the greatest or - something else?

2010-03-11 Thread packetlevel
Greetings - I've found that TiddlySnip is the most used thing about TW's for me - grabbing things from the net and putting them into my basic TW, then being able to find them next semester for the class I'm teaching then. But - it's not been supported for a while. Is there any other add-on that

Re: [tw] www.tiddlywiki.com still says you cant local save with chrome, but you can?

2010-03-11 Thread FND
Sorry for the late response. Updating tiddlywiki.com is currently still somewhat closely tied into the release process, making changes a little cumbersome. This should change in the future. We had already updated the content in the repository, but not pushed it to the website yet. Given

[tw] How can tiddler titles that appear in custom fields be updated when the tiddler is renamed?

2010-03-11 Thread Saverio
Tiddlers are uniquely identified by their titles. If I rename (or delete) a tiddler that is the tag of another tiddler, I can use Simon Baird's http://mptw.tiddlyspot.com/#RenameTagsPlugin to make sure the tag is properly updated. But what if the renamed tiddler is the value of another tiddler's

[tw] Re: Does anone know how to append a footer to a fET table?

2010-03-11 Thread Måns
Thanks Mike I changed it to: forEachTiddler where 'tiddler.tags.contains(someTag)' write '|+tiddler.title + |\n' begin '|header|\n' end '|footer|\n' Could I do it with a sortable table as well? Regards Måns Mårtensson On 11 Mar., 17:43, Mike eris...@gmail.com wrote:

[tw] Re: TiddlySnip - the greatest or - something else?

2010-03-11 Thread Mark S.
The problem is that Firefox has become a little bit more like a product of the Redmond machine, protecting us by turning off abilities that we have come to rely on. So every time Firefox updates, some plugins automatically stop working. This requires plugin authors to be constantly updating their

[tw] Re: Does anone know how to append a footer to a fET table?

2010-03-11 Thread cmari
Sure! For example: write '|+tiddler.title + |+tiddler.modified.formatString(DD MMM )+|\n' begin '|sortable|k\n|!Tiddler|!Date Modified|h\n' end 'This table has +count+ rows\n' cmari Could I do it with a sortable table as well? -- You received this message because you are subscribed to the

[tw] Re: Does anone know how to append a footer to a fET table?

2010-03-11 Thread Måns
Great :-) Thanks a lot... Now I eventually have solved my problem getting columncalc to work inside a fetproduced table (even if it's jumpng up and down it's still counting from the footer position): forEachTiddler where 'tiddler.tags.contains(someTag)' write '|[[+tiddler.title +

[tw] New tiddler macro using evaluated parameters

2010-03-11 Thread Måns
Hi TwWizards I'm trying to make newtiddler buttons creating tiddlers with boilerplate text into custom fields in a custom edit template - however I can't make it work: [[newTemplate]] *tiddler newTemplate##button with: [[Project nr 1]][[average]] *tiddler newTemplate##button with: [[Project nr

[tw] Re: Announcing TiddlyWiki 2.6.0 Beta 1

2010-03-11 Thread AlanBCohen
*WindowTitle tiddler looks like it is just a redirection layer, calling the SiteTitle and SiteSubtitle tiddlers. *Has the TiddleySaver file changed between 2.5.3 and 2.6.0b1? *What is the purpose of the creator field, as opposed to the existing modifier field? Are you planning to add this to the

[tw] Re: Announcing TiddlyWiki 2.6.0 Beta 1

2010-03-11 Thread Eric Shulman
*WindowTitle tiddler looks like it is just a redirection layer, calling the SiteTitle and SiteSubtitle tiddlers. The *default* for the title is the same as before... however, the shadow [[WindowTitle]] makes it *much* easier to customize the content/format of the titlebar, so that it can be

[tw] Re: New tiddler macro using evaluated parameters

2010-03-11 Thread twgrp
(note: button=knap for the section reference) On Mar 12, 12:33 am, Måns humam...@gmail.com wrote: Hi TwWizards I'm trying to make newtiddler buttons creating tiddlers with boilerplate text into custom fields in a custom edit template - however I can't make it work: [[newTemplate]]

[tw] Re: Announcing TiddlyWiki 2.6.0 Beta 1

2010-03-11 Thread twgrp
Considering the emphasis on microkernel and the fact that TW not is very suitable for multiple collaborators (and even officially named a personal notebook) I'm wondering why even bother with creator or modifier. It clutters and IMO it seems more suitable as a plugin? And, if in a plugin, an

[tw] How to hide right SideBar and Backstage

2010-03-11 Thread AndrewMc
Hi All I am developing a theme that hides the sidebars and the backstage from view. How should I edit the PageTemplate and StyleSheet to remove these elements from view? I have hidden the right sidebar by deleting the following code from PageTemplate. div id='sidebar' div id='sidebarOptions'

[tw] Re: Announcing TiddlyWiki 2.6.0 Beta 1

2010-03-11 Thread Eric Shulman
Considering the emphasis on microkernel and the fact that TW not is very suitable for multiple collaborators (and even officially named a personal notebook) I'm wondering why even bother with creator or modifier. The 'modifier' field has *always* been included in the TW core data, and the

[tw] Re: New tiddler macro using evaluated parameters

2010-03-11 Thread Måns
(note: button=knap for the section reference) I just forgot to translate - sorry - It doesn't work anyway.. ... -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from