problem with Twab export and monkeyGTD core code?

2009-03-03 Thread virtualwhisky

Vinny was kind enough to look at a mock up of the latest GTD with the
Twab tiddlers imported into it. The problem is the export function in
twab fails

Here's what his findings were:
---Begin:
I ran a couple of tests and I can see that this is the line that's
failing:

store.saveTiddler(title, title,
config.macros.twab.getExportedCSVText(mapping),
config.options.txtUserName );

I moved the code around a little bit and saw that the call to
getExportedCSVText is returning fine, but it's the call to
store.saveTiddler that's throwing the error.  That function is part of
the TW core code, so my suspicion is that this is some low-level
incompatibility between the version of TW that I use and the GTD
version.
---End-

Any suggestions would be appreciated. I could just run two files but
would like to have them merged into the single monkeyGTD.htm file.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 then we've been focusing on putting together
a more automated mechanism for aggregating data from TiddlyWiki forms.

We're at a stage now where we are trying to better understand what
kind of use cases these forms need to cover. Rather than base this on
theoretical assumptions, I'd very much like to hear from anyone
interested in using TiddlyWiki based forms for data collection as to
what kind of work flow would work for you. It is my hope that we can
work together on this to develop a solution that meets your needs.

The kind of things that would be helpful to know are: How would you
like to use TiddlyWiki based forms? More specifically, how would you
distribute them (email attachment? link to a web page?)? How would you
want the data aggregated? (all in one TiddlyWiki? one TiddlyWiki per
user filling out the form?) Who should have access to the data
collected? (only you, you and the person filling out the form etc.)

Chris Dent has been leading the work on this, utilizing TiddlyWeb to
create a sharing and aggregation solution for TiddlyWiki based forms.
Due to the nature of TiddlyWiki, forms can be filled out online or
offline, and later synchronized with the server for aggregation
purposes.

Some of the goals for this work are:
* Be able to offer digital equivalents of paper-based forms
* Allow forms to be filled out online or offline
* Aggregation of form data in an automated manner
* Allow interoperability with other form formats, e.g.: XML based.
* provide a form creator that allows creation of forms without having
to write HTML
* create a forms library with templates for different kinds of forms
* Facilitate different user scenarios and needs with regards to who
should have access to the form data. (We strongly believe that both
the person creating and sending out the form, and the person filling
it out should have access to their data.)

More information:
*Very early demo: 
http://peermore.com:9998/forms/0bd6a30e-fddd-4564-99d9-d56f69e7e326
(test/foo for user/pass)
** which can use forms templates generated by this form builder:
http://javascript.neyric.com/inputex/inputExBuilder/inputExBuilder.html
*Technical write up by Chris of the current prototype:
http://forms.unamesa.org/Server+Side+Prototype
*Different user/authentication scenarios: 
http://forms.unamesa.org/Authentication+scenarios
*Alternative demo using the UM Academy application form:
http://peermore.com:/recipes/test1/tiddlers.wiki

Note that these demos may be difficult to follow without guidance.
I'll post a proper demo with a walk-through in about a week's time (in
a new thread). Feel free to ask questions in the meantime.

Cheers,
Saq

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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;tiddler BehaviorSheet@@

On 3 Mar, 11:42, Alex Hough r.a.ho...@googlemail.com wrote:
 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?

 Examplehttp://r.a.hough.googlepages.com/TW2.5.0.html

 Thanks for any help

 Alex
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 |
 |tiddler  [[Entire Text##Page $1]]|notes|}}}

 -

 Then, to invoke it, use the TW core tiddler macro, like this:

 tiddler PageText with: 1


However, I ran into a problem. The notes box is rendered but the edit
notes function does not work. It hangs. I think some signals are
getting crossed because the parameter getting passed to tiddler is
interfering with notes. . . I'm not sure. If you can puzzle it
out, I would sure like to understand why.

In the meantime, I have redone my custom macro, and it all works as I
had planned.

Thanks again,

Matthew
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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,
--
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net






--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 personal
backup - themselves.
It would be fine if the tiddlywiki -then could be attached to a an
email - prefilled with the address - specified in SomeName(UmaMesa)
FormEmailURL-tiddler or from the contactform sending it to serveral
recipients.

if the mailto: parameter was able to provide these extra features
including the attach function - That would be truely great!! - It
doesn't matter that it has to use the users own email-application in
the process - for my purposes.

When I recieve the tws with users forms - then I would try to set up a
mastertw - which should import and hold all recieved forms - and
fetch the data from the forms into sortable tables - via fET.. - I
have been using some tagglytaggingtweakingfeature - don't remember
its' name - in other TWs which enables some statistics concerning the
tags - and it would be nice to be able to render some kind of
procentual status - based on the amount of sepcific data compared to
the number of tiddlers (renamed after the dispatchers/or anonymous).

But its not really necessary - I just need fET access to the specific
data - to setup my own tables - The way I choose to render the data in
the tables - I haven't really considered yet..

We are less than 40 empoyees - and I don't mind having to tinker - and
moodle - with the mastertw in order to make a presentation of the
statistic results - even if I have to draw some charts by hand - and
integrate them as pictures...

I don't know if it makes sense to you - and maybe I have forgotten
some nessesary steps in the process - Please tell me if I have..

Thanks for Your kind answer .

YS Måns Mårtensson


On Mar 3, 10:40 am, Saq Imtiaz lew...@gmail.com wrote:
 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 then we've been focusing on putting together
 a more automated mechanism for aggregating data from TiddlyWiki forms.

 We're at a stage now where we are trying to better understand what
 kind of use cases these forms need to cover. Rather than base this on
 theoretical assumptions, I'd very much like to hear from anyone
 interested in using TiddlyWiki based forms for data collection as to
 what kind of work flow would work for you. It is my hope that we can
 work together on this to develop a solution that meets your needs.

 The kind of things that would be helpful to know are: How would you
 like to use TiddlyWiki based forms? More specifically, how would you
 distribute them (email attachment? link to a web page?)? How would you
 want the data aggregated? (all in one TiddlyWiki? one TiddlyWiki per
 user filling out the form?) Who should have access to the data
 collected? (only you, you and the person filling out the form etc.)

 Chris Dent has been leading the work on this, utilizing TiddlyWeb to
 create a sharing and aggregation solution for TiddlyWiki based forms.
 Due to the nature of TiddlyWiki, forms can be filled out online or
 offline, and later synchronized with the server for aggregation
 purposes.

 Some of the goals for this work are:
 * Be able to offer digital equivalents of paper-based forms
 * Allow forms to be filled out online or offline
 * Aggregation of form data in an automated manner
 * Allow interoperability with other form formats, e.g.: XML based.
 * provide a form creator that allows creation of forms without having
 to write HTML
 * create a forms library with templates for different kinds of forms
 * Facilitate different user scenarios and needs with regards to who
 should have access to the form data. (We strongly believe that both
 the person creating and sending out the form, and the person filling
 it out should have access to their data.)

 More information:
 *Very early 
 demo:http://peermore.com:9998/forms/0bd6a30e-fddd-4564-99d9-d56f69e7e326
 (test/foo for user/pass)
 ** which can use forms templates generated by this form 
 builder:http://javascript.neyric.com/inputex/inputExBuilder/inputExBuilder.html
 *Technical write up by Chris of the current 
 prototype:http://forms.unamesa.org/Server+Side+Prototype
 *Different user/authentication 
 scenarios:http://forms.unamesa.org/Authentication+scenarios
 *Alternative demo using the UM Academy application 
 form:http://peermore.com:/recipes/test1/tiddlers.wiki

 Note that these demos may be difficult to follow without guidance.
 I'll post a proper demo with a walk-through in about a week's time (in
 a new thread). Feel free to ask questions in the meantime.

 Cheers,
 Saq

[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
* click the opened command (above the listbox of tiddlers) to select
the currently viewed tiddlers
* press export

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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}}

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FET write without the FET?

2009-03-03 Thread Dave Parker

Hi Eric, thanks for that script.  I'm going with:

script
return +++[.] [[notes+tiddler.title+]] tiddler
[[notes+tiddler.title+]]===;
/script

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 how to get around:

The small tiddler this script is in, is itself part of a larger
tiddler that is including (via tiddler TiddlerName) it.  And, to
boot, I'm using Saq's TiddlerWithEdit plugin that allows me to double
click on the included small tiddler within the bigger one and go to
edit the small one directly.  So when I click on the note for that
small tiddler I can add notes to it and see it there, but when I go
back to the bigger tiddler and view it, the same script in that one
thinks tiddler.title is referring to that big tiddler and not the
original small one.

any suggestions?

thanks again,
Dave

On Mar 3, 11:12 am, Eric Shulman elsdes...@gmail.com wrote:
  script
  write
   '+++[.] [[notes+tiddler.title+]]+tiddler
  +[[notes+tiddler.title+]]+\\==='
  /script

  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-formatted text that
 you want to have rendered, like this:

 script
 return +++[.][[notes+tiddler.title+]]tiddler
 [[notes+tiddler.title+]]===;
 /script

 Note: for simple substitutions of values such as tiddler.title, you
 could also just use the tiddler macro with a computed parameter...

 First, create the tiddler to be transcluded (e.g., [[AddNotes]]), with
 content like this:
    +++[.][[notes$1]]tiddler [[notes$1]]===

 Then, embed it in other tiddler content like this:
    tiddler AddNotes with: {{tiddler.title}}

 When rendered from a tiddler called FooBar, this will produce:
    +++[.][[notesFooBar]]tiddler [[notesFooBar]]===

 QED.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



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?

Thanks,
c

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 export

 enjoy,

Thanks very much, Eric. And I will.

Sincerely,
--
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net






--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 export

This will be very useful to me, Eric. Thanks again.

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.

Not a big deal, but is there anything I can do to get the command to  
appear in the main menu with my other sidebar commands?

Thanks,
--
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net






--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 normally on the right, the default position for
the ExportTiddlers control panel is to place it to the left of the
command link.  Thus, when the command occurs in the MainMenu, the
control panel is being displayed outside the left edge of the page.

Fortunately, adjusting this is really easy, by entering the following
in your [[StyleSheet]:

#mainMenu #exportPanel { left:105%; }

enjoy,
-e



--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 Shulman elsdes...@gmail.com wrote:
  Whenever I click on an item on the Main Menu it keeps adding the
  topics to the right.  How can I make it where it only opens the one I
  click on instead of stacking them?

  I know I can use Close Others but that gets annoying.

 You can install this plugin:
    http://www.TiddlyTools.com/#SinglePageModePlugin

 and, there's also a 'limit open tiddlers' feature in this plugin:
    http://www.TiddlyTools.com/#BreadcrumbsPlugin

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 document
* select backstageimport command (upper right corner of page)
* enter URL of remote document (e.g., http://www.TiddlyTools.com)
* press 'open'
* select the desired plugin tiddler(s) (checkbox to the left of each)
* scroll to the end of the list
* press 'import'
* when finished, press 'done'
* select backstagesave command
* reload your document (so the newly imported plugin(s) will be
invoked)
* go to the Configuration section (if any) of the plugin tiddler and
enable the desired features

enjoy,
-e

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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:

tiddler [[infobox]] with:$2=baz $1=bar  $5=foo

If not what would you advise? Sending as first parameter something
like 0100101 to analyze it with javascript to know which parameters
will be used?
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 nameany...@gmail.com wrote:
 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@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 cema...@gmail.com 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 autotag from one of my other TW files that was already open in
 the browser.  Cookies?
 cmari

 On Mar 3, 6:37 pm, RA nameany...@gmail.com wrote:

  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@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[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 nameany...@gmail.com wrote:
 #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.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---