[tw] Re: TW core typo

2009-03-03 Thread RA
And another, extra space in "! important" @media print { #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;} #displayArea {margin: 1em 1em 0em 1em;} On Mar 3, 11:03 pm, RA wrote: > #backstageCloak {background:[[ColorPalette::Foreground]];

[tw] TW core typo

2009-03-03 Thread RA
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';} The end should be {...;filter:alpha(opacity=60);} --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

[tw] StyleSheetPlugins typo

2009-03-03 Thread RA
The very first comment is not closed, i.e. missing "***/" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com To unsubscribe from this g

[tw] YourSearchStyleSheet invalid CSS?

2009-03-03 Thread RA
It has "color:none" and "background-color:none". Shouldn't those be "transparent"? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com T

[tw] Re: AutoTaggerPlugin not working

2009-03-03 Thread RA
Sorry, my browser acting up or something. Tried on a different computer and it is working. On Mar 3, 5:11 pm, cmari wrote: > It worked for me yesterday. > However, I did notice that when I installed AutoTagger in a newly > downloaded empty TW, the new file automatically "inherited" the > default

[tw] Re: AutoTaggerPlugin not working

2009-03-03 Thread cmari
It worked for me yesterday. However, I did notice that when I installed AutoTagger in a newly downloaded empty TW, the new file automatically "inherited" the default autotag from one of my other TW files that was already open in the browser. Cookies? cmari On Mar 3, 6:37 pm, RA wrote: > "add de

[tw] AutoTaggerPlugin not working

2009-03-03 Thread RA
"add default tag(s) when creating new tiddlers" not working - tested on vanilla TW 2.4.3 --R. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@google

[tw] Re: Infobox templates

2009-03-03 Thread Pluszak
Hmm, though now that I tried it... I'd need a parser function like #if from mediawiki to add some field only on condition a parameter was given. Probably that should be done using javascript (inline javascript plugin). Is there a way to not only automaticaly assume $1 $2 $3 but some: <> If not w

[tw] Re: Main Menu question

2009-03-03 Thread Eric Shulman
> I don't understand how those work.  I don't see where I download > anywhere.  I checked and put enabled and it didn't seem to do > anything.  It keeps saying there are unsaved changes.  I feel > retarded, can someone help?  Thanks for the link I will keep messing > with it. * open your TW docum

[tw] Re: Main Menu question

2009-03-03 Thread Slappy
I don't understand how those work. I don't see where I download anywhere. I checked and put enabled and it didn't seem to do anything. It keeps saying there are unsaved changes. I feel retarded, can someone help? Thanks for the link I will keep messing with it. On Feb 27, 4:09 pm, Eric Shulm

[tw] Re: Can I export selected tiddlers to a text file?

2009-03-03 Thread Eric Shulman
> One issue/question. I have the commands that are normally in the   > sidebar in my main menu, which in the theme I'm using appears in the   > header. When I put the ExportTiddlers command there the control panel   > does not appear. When I put it in the sidebar, it does. Because the sidebar is

[tw] Re: Can I export selected tiddlers to a text file?

2009-03-03 Thread Eric Weir
On Mar 3, 2009, at 12:46 PM, Eric Shulman wrote: > http://www.TiddlyTools.com/#ExportTiddlersPlugin > > * in the "output format" droplist, select "TiddlyWiki plain text file" > * click the "opened" command (above the listbox of tiddlers) to select > the currently viewed tiddlers > * press "expor

[tw] Re: Can I export selected tiddlers to a text file?

2009-03-03 Thread Eric Weir
On Mar 3, 2009, at 12:46 PM, Eric Shulman wrote: > http://www.TiddlyTools.com/#ExportTiddlersPlugin > > * in the "output format" droplist, select "TiddlyWiki plain text file" > * click the "opened" command (above the listbox of tiddlers) to select > the currently viewed tiddlers > * press "expor

d3 - Categories

2009-03-03 Thread cwco...@comcast.net
Hi, On the d3 version of the GTD TW, I find that the nice feature allowing a semi-colon-delimited list of project and action prioritization does not work. I have updated the list, saved the file, entered projects and actions with the appropriate tags, all to no avail. What am I doing wrong? Th

[tw] Re: Infobox templates

2009-03-03 Thread Pluszak
Thank you guys. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr..

[tw] Re: FET "write" without the FET?

2009-03-03 Thread Dave Parker
Hi Eric, thanks for that script. I'm going with: return "+++[.] [[notes"+tiddler.title+"]] <>==="; because I can just plunk it in to any tiddler and the Notes tiddler for that is already there to click on (just empty at first) Here's the twist I'm not sure

[tw] Re: FET "write" without the FET?

2009-03-03 Thread Eric Shulman
> > write >  '"+++[.] [[notes"+tiddler.title+"]]"+"< "+"[[notes"+tiddler.title+"]]"+"\>\>==="' > > > the error I get is: > ReferenceError: write is not defined There are several ways to render the output from an inline script. The easiest method is to simply *return* the wiki-formatte

[tw] Re: Infobox templates

2009-03-03 Thread FND
> You can then 'transclude' (include and render) that > tiddler's content into another tiddler, by using the TW core macro FWIW, the community wiki also has some details on this: http://tiddlywiki.org/wiki/Transclusion -- F. --~--~-~--~~~---~--~~ You receiv

[tw] Re: Infobox templates

2009-03-03 Thread Eric Shulman
> Is there a way to define something once and then just include it on > the pages I need with the parameters I give? > Like once defying a tiddler named Infobox and then in others just > doing {{Infobox|foo|bar}} First, create the tiddler called [[InfoBox]] with the desired content. You can then

[tw] How Marketers get Wiki-s wrong

2009-03-03 Thread William Mason
Hi ya ... AND while I 'get' that that there's no direct impact on what you will do tomorrow from this clip ... Everyone who wants to make it better / easy should pay _attention_ - How Marketers Get Wikis Wrong http://www.youtube.com/watch?v=2zWOF65oFsw And MORE ... Act, you can wait in yo

[tw] FET "write" without the FET?

2009-03-03 Thread Dave Parker
Hi, I'm trying to write a little script to put at the end of some tiddlers when I want to add a note or comment. It would be similar to the TiddlerNotesPlugin, but without the plugin (It doesn't seem to work properly in TW version 2.4.3, or perhaps conflicts with some of my plugins) anyway, he

[tw] Infobox templates

2009-03-03 Thread Pluszak
I'd like to create a template to use like an infobox (like on Wikipedia). Is there a way to define something once and then just include it on the pages I need with the parameters I give? Like once defying a tiddler named Infobox and then in others just doing {{Infobox|foo|bar}} --~--~-~--

[tw] Re: Can I export selected tiddlers to a text file?

2009-03-03 Thread Eric Shulman
> As I recall, there's a way to export tiddlers to a text file. I'm   > wondering if there's a way to do that with selected tidders, e.g.,   > just those open in the story area. http://www.TiddlyTools.com/#ExportTiddlersPlugin * in the "output format" droplist, select "TiddlyWiki plain text file

[tw] Re: Sending tiddlywikiform and gathering the information - howto??

2009-03-03 Thread Måns
Hi Saq I cannot open the peermore forms or the tiddlers.wiki - are they currently unavailable - or is my coonection to slow?? - It gets timed out for both adresses.. My intentention was that my collegues should be able to choose to fill out the form online - or download it for later review - or

[tw] Can I export selected tiddlers to a text file?

2009-03-03 Thread Eric Weir
As I recall, there's a way to export tiddlers to a text file. I'm wondering if there's a way to do that with selected tidders, e.g., just those open in the story area. Also, to export just the titles and content, leaving tags behind. Thanks,

[tw] TiddlerToCPlugin

2009-03-03 Thread DollyP
I am using this plugin to put a ToC at the top of tiddlers. I believe it was written by FND. Could anyone who uses it tell me if it is possible for it to be configured without the numbers, i.e. instead of ? Regards David --~--~-~--~~~---~--~~ You received this mes

[tw] Re: Problem using TiddlerNotesPlugin in my own macro

2009-03-03 Thread Matthew Horton
Eric, Thanks for the help; I had forgotten about this built-in function. It's much simpler, so I tried it. > First, create a tiddler called [[PageText]], containing: > - > {{pages{ > | Page $1 | Notes | > |<>|<>|}}} > > - > > Then, to invoke it, use the TW core <>

[tw] Re: Highlighted table looses highlights after editing: why?

2009-03-03 Thread FND
> when I edit the table, the highlighting function no longer works. > It works again after a refresh If I understand you correctly, the problem is your use of the ready method ("$(document).ready(function( ) { ... }"). That is only executed on the initial startup. What you essentially need, rig

[tw] Re: Highlighted table looses highlights after editing: why?

2009-03-03 Thread alex
To 'cure' this problem transclude the tiddler with the script in it into the tiddler with the table. If the javascript tiddler was called BehaviorSheet, add this to the tiddler with the table in it. @@display:none;<>@@ On 3 Mar, 11:42, Alex Hough wrote: > I have used Eric's inline javascript a

[tw] Highlighted table looses highlights after editing: why?

2009-03-03 Thread Alex Hough
I have used Eric's inline javascript and a TW2.5.0 (with jQuery) I'm working through a book and thought I would try and add what I leaned to TW. Its working! BUT when I edit the table, the highlighting function no longer works. It works again after a refresh, Why? Example http://r.a.hough

[tw] Re: Sending tiddlywikiform and gathering the information - howto??

2009-03-03 Thread Saq Imtiaz
UnaMesa has indeed been working on using TiddlyWiki for data collection, building on the original work done by Eric for the UnaMesa Academy application. For the purpose of the Academy, as I think you're aware, the filled out form was sent to an email address and the data collected that way. Since

[tw] Re: setting options for Bookmarklets

2009-03-03 Thread RA
> I followed your instructions but the checkbox is sill > empty. I found the reason, Eric. The checkbox never gets initialized with the config.macros.importTiddlers.sync value. So although the sync works as intended, the checkbox does not reflect the "true" value. --R. --~--~-~--~~--