Re: Syntax mgtdList

2009-04-25 Thread Simon Baird
On Fri, Apr 3, 2009 at 2:54 AM, Blazeguru gd.nijenh...@gmail.com wrote:


 // eg, Next  !Done
 var tagExpr = getParam(pp,tags,);
 ** What's the difference between startTag and
 tags ?


MonkeyGTD keeps indexes of tags. And because they are indexed they are fast.

Eg:

mgtdList start:'Project' tags:'Active  !Complete' mode:global

will give you the same list as

mgtdList tags:'Project  Active  !Complete' mode:global

Except the second one will run the tag filter on every tiddler and hence be
slow. The first one will run the filter on just Projects and hence be much
quicker.

Note that when mode isn't global, start is automatically the tiddler you're
viewing. That means if you're in a project dash for instance you can

mgtdList tags:'Action  Next  !Done'

and the start param is implicitly the project you are looking at.

Can you imagine how slow it would be without the tag indexing? If you
remember MonkeyGTD 2 alpha then no need to imagine... :)





 // additional filter. gets eval'ed
 var whereExpr = getParam(pp,where,);
 ** What kind of expresions can I use here


It's javascript and it get's evaled. With 'tiddler' being set to the tiddler
being filtered.



 // group by another tag
 var groupBy = getParam(pp,group,);
 ** What can I use here, only Context, Project,
 Area
 and Contact, or more ?



Anything I think. Try it.



 // how to render list items
 var viewType = getParam(pp,view,plain);
 ** What options can I use here ?


Good question. See the render_* methods here:

http://trac.tiddlywiki.org/browser/Trunk/contributors/SimonBaird/mgtd3/framework/TiddlerViewMethods.js





 // how to render headings
 var gViewType = getParam(pp,gView,groupBy);
 ** What options can I use here ?



As above.



 // new button
 var newButton = getParam(pp,newButton,); // not using
 var newButtonTags = getParam(pp,newButtonTags,);
 ** What does this mean ?



Firstly it enables the 'new' [+] buttons in the list. Secondly it defines
what extra tags should be added to the things created by clicking the new
button.





-- 
simon.ba...@gmail.com

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Trouble saving and

2009-04-25 Thread Simon Baird
On Mon, Apr 20, 2009 at 11:36 PM, drah...@gmail.com drah...@gmail.comwrote:


 Hi all,
 Sorry for a newb question. I have tried looking at the archives, with
 some reference to tiddywiki online.

 I have FF 3.0.8 and IE8 with same problems in both.

 1. I am unable to save the file with all data being preserved - it
 says it has saved, and says it is backed up successfully but when I
 follow that link only part of the projects etc are there.


Are you talking about via Tiddlyspot? Sometimes you have to shift-reload to
force the browser not to cache.




 2. I created online tiddywiki ok (to trouble shoot as per another post
 here), same deal, but when I go to download from that and save - same
 problem. Wont preserve data.



How are you downloading?





 3. Error - no active realms - this file hasnt been altered very mcuh
 at all and am getting this error.


If you click on one of the realm tabs, Personal or Work it will become
active and this message should go away.


Simon.

-- 
simon.ba...@gmail.com

--~--~-~--~~~---~--~~
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] TW for touch-screen terminals / digital signage?

2009-04-25 Thread Christian Lindig

Is anyone using TW to build an information kiosk or similar? For
example, by running TW on a touch screen monitor placed in the lobby
of a building. These systems are also known as digital signage and in
combination with a theme TW could provide a quick way to build such a
system.

-- Christian
--~--~-~--~~~---~--~~
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: User accounts?

2009-04-25 Thread FND

 Ideally, I'd like to be able to admin my TiddlyWiki so that I have
 some control over who's posting to it and also be able to revert
 changes if I need to.

See here:
 http://tiddlywiki.org/wiki/Multi-User_Collaboration

HTH.


-- 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: 2009 General Survey of TW users?

2009-04-25 Thread Eric Shulman

 I'd be interested to see or hear of the use of TW's as a blog or
 personal journal

http://www.TiddlyTools.com/quickstart/tiddlyblog.html

 And does TW have  a tag cloud plugin?.

http://www.TiddlyTools.com/#TagCloudPlugin

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: Opening a tiddler named with todays date in the format YYYY-0MM-0DD

2009-04-25 Thread Eric Shulman

 Question one, How to automatically Tag the tiddler created from the
 Calandar Plugin.

CalendarPlugin (and DatePlugin) do not *create* new tiddlers.  They
simply render links to tiddlers whose names correspond to dates in the
calendar, regardless of whether those tiddlers actually exist.  If the
tiddler does exist, then it is simply displayed as usual.  If the link
is to a non-existent tiddler, clicking it displays that tiddler with
the normal double-click to create it default text.

-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: Opening a tiddler named with todays date in the format YYYY-0MM-0DD

2009-04-25 Thread TonyM

Ooops,

Question two answered, Question one eludes me;

Question one, How to automatically Tag the tiddler created from the
Calandar Plugin. Perhaps being able to specify a tiddler as the source
of content, a tiddler template (not of the view edit type).

Answer to Question two for the record was
Found and changed the settings in DatePluginConfig

config.macros.date.format=-0MM-0DD; // default date display
format
config.macros.date.linkformat=-0MM-0DD; // 'dated tiddler' link
format

TonyM

On Apr 24, 8:26 pm, Anthony Muscio anthony.mus...@gmail.com wrote:
 Hi peoples,

 I am using the CalendarPlugin and DatePlugin to create diary entries
 named with todays date in the format -0MM-0DD

 eg; 2009-04-24

 I have two questions that I have not been able to answer myself.

 1. How can I ensure that any tiddler created from the Left-Click,
 click on date 2009-04-24 creates a tiddler named 2009-04-24 (this
 works) tagged with Diary (don't know how). At the moment it only
 creates the tiddler and I do not know how to force it to be tagged
 with Diary.

 2. I am trying to use the DatePlugin as follows;

     date link today -0MM-0DD

     Which dutifully creates the link

     2009-04-24

     However when I click on it it opens a tiddler named

     2009.04.24 with the dots

 The reason I want to do this is to create a link in my menu, with
 todays date for easy access to see the date and open the diary entry.
 Perhaps I need to use the NewJournal but this wont show the date.

 Thank you in advance for any ideas.
 TonyM
--~--~-~--~~~---~--~~
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 for touch-screen terminals / digital signage?

2009-04-25 Thread Eric Shulman

 Is anyone using TW to build an information kiosk or similar? For
 example, by running TW on a touch screen monitor placed in the lobby
 of a building. These systems are also known as digital signage and in
 combination with a theme TW could provide a quick way to build such a
 system.

http://www.TiddlyTools.com/#TotallyTiddlers

is a TiddlyWiki 'systemTheme' definition that simply hides most of the
the TW interface... no toolbars, no menus, no headers, no sidebar...
leaving only the actual tiddler content displayed.

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: Opening a tiddler named with todays date in the format YYYY-0MM-0DD

2009-04-25 Thread Anthony Muscio
Eric,

That Explains it; Thanks for saving me from an eternal search for something
that does not exist.

TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Sat, Apr 25, 2009 at 19:23, Eric Shulman elsdes...@gmail.com wrote:


  Question one, How to automatically Tag the tiddler created from the
  Calandar Plugin.

 CalendarPlugin (and DatePlugin) do not *create* new tiddlers.  They
 simply render links to tiddlers whose names correspond to dates in the
 calendar, regardless of whether those tiddlers actually exist.  If the
 tiddler does exist, then it is simply displayed as usual.  If the link
 is to a non-existent tiddler, clicking it displays that tiddler with
 the normal double-click to create it default text.

 -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] ForEachTiddler: included TW-tiddlers not showing up

2009-04-25 Thread lerone

hey,

I just found that ForEachTiddler is the answer to my question of how
to save searches! :-)

– now I have a minor problem when I started using the incredible
powerful plugin in an environment where I work with multiple TWs via
the IncludePlugin:

while tiddlers from included TWs show up in the (fantastic)
YourSearch, they do not show up in ForEachTiddler-list; though the
documentation says it should automatically (i.e. without any extra
argument given in the variables given for the list onfiguration)

– anybody an idea? would be appreciated!
--~--~-~--~~~---~--~~
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: TiddlyTweets updated - now with search and handling oversized tweet archives

2009-04-25 Thread jnthnlstr

Glad you like it Tony!

Do you have any specific suggestions about how to make what's
presented easier to understand? It seems that explanation of the tweet
identifier would be a start.


J.

On Apr 24, 9:01 pm, tony cca...@gmail.com wrote:
 Great work, very nifty!

 I like the lifestream, Udo's YourSearch integration and switchable
 themes.

 I'm not sure about the tweet identifier in the search results, but I
 guess it's either a date or something from twitter.

 Anyway, TiddlyTweets is a handy way to backup twitter feeds!

 Best,
 tony

 On Apr 24, 12:04 pm, jnthnlstr jnthnl...@googlemail.com wrote:

 http://osmosoft.com/tiddlytweets/

  Any feedback much appreciated.

  J.
--~--~-~--~~~---~--~~
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: Forms from Tiddlers - Applied TW's Vs. TW Development

2009-04-25 Thread jnthnlstr

Alex,

I found that article by Margaret Wheatley about measurement very
enjoyable reading. Thanks for sharing.

http://www.margaretwheatley.com/articles/whymeasure.html



J.

On Apr 22, 9:00 am, alex r.a.ho...@googlemail.com wrote:
 Hi Dickton,

 RE: the capacity to date and save the results so that a score at time
 A can then be compared to one done later at Time B.

 I'm also interested in this: the biggest survey project I have on is
 about surveying organisations. I think it could be done by adding date
 data to the questions and generate them differently each time the
 questionnaire is filled in. Its going to be some time before I start
 thinking about this though. I have an 'IT guardian' helping me to
 'deliver' using a method called DSDM [1] which makes the easily
 distracted 'developer' (me) focus on user interface first. I think
 that once I am using TiddlyWeb that I will be ready to add this
 functionality. Collecting and saving the data and the project being
 fully adopted would require some data storage expert's input. They who
 still come from the nations that measure are now consumed by Micosoft
 Excel. [2]

 Re: Wilfred Bion , unconscious links and neuroscience: *integrative*
 tool.

 Dickton said:
 There is a seminal paper (1959) in the field of psychoanalysis by a
 British analyst called Wilfred Bion titled Attacks on Linking, and
 to summarise this very complex and dense piece of writing, he is
 saying that unconscious processes (which might be construed as havinga
 vested interest in remaining unconscious) conspire to keep apart
 material that could and probably should be linked in the mind [3]

 A piece of research about to be published in the Journal of Cognitive
 Neuroscience, by Joydeep Bhattacharya at Goldsmiths’ College in London
 and Bhavin Sheth at the University of Houston, in Texas, suggests that
 although people are not consciously aware of it, their brains have to
 be in a certain state for an insight to take place. Moreover, that
 state can be detected electrically several seconds in advance of the
 “aha!” moment itself. [4]

 Continuing the conversation about linking about abstract notions such
 as What, precisely (semantically and pragmatically, that is), is a
 link, and a tag? and what does non-linearity offer to the reader and
 writer that more conventional linear text forms lack? [3]

 I have been thinking about linking but mostly through the lens of
 cybernetics and systems. Ross Ashby, Heinz von Forester, Maturana [5]
 I am not thinking too hard about it: perhaps my mind has a
 subconscious reason for this, by the conscious reason is that I don't
 want to end up blowing a gasket.

 Alex

 [1]http://en.wikipedia.org/wiki/Dynamic_Systems_Development_Method
 [2]http://www.margaretwheatley.com/articles/whymeasure.html
 [3] Bevington, D., Forms from Tiddlers - Applied TW's Vs. TW
 Development - TiddlyWiki | Google Groups. Available 
 at:http://groups.google.com/group/TiddlyWiki/msg/ad5f40b61088e13d
 [Accessed April 22, 2009].
 [4]  Unconscious thought precedes conscious: Incognito. The Economist.
 Available 
 at:http://www.economist.com/science/displaystory.cfm?story_id=13489722
 [Accessed April 21, 2009].
 [5] Von Foerster, H., 1987. Understanding computers and cognition: A
 new foundation of design : Terry Winograd and Fernando Flores Norwood,
 NJ: Ablex Publishing Corporation, 1986, 207 pages, $24.95.
 Technological Forecasting and Social Change, 32(3), 311-318.

 On Apr 22, 1:05 am,dickondickon.beving...@googlemail.com wrote:

  Thanks again Alex.  Will try to look at these two ways of doing
  forms.  Not sure I am the one to make a decision about which way is
  the best way to head with a view to getting as much fucntionality oput
  of these questionnaires as possible.

  The other function I would really like (as if I can't I am condemned
  to export the data each time the questionnaire is completed) is the
  capacity to date and save the results so that a score at time A can
  then be compared to one done later at Time B.

  Best,

 Dickon

  On Apr 19, 8:46 am, Alex Hough r.a.ho...@googlemail.com wrote:

   I've just used plugins and help to build my capacity.
   I guess it has taken me months to kind of solve how to do the
   questions, but once i found the plugins, understood how they worked,
   messed about with questionnaires I can duplicate them quite quickly. I
   am still not sure this way is the right way to go.

   Saq has a method whcih works with TiddlyWeb which uses another way to
   generate the forms. This might be better in the long run so that
   multiple questionnaries can be colleceted togtrher.

   It might not be so great a jump to get from here to

allocating a score to each item according to whether it is not true,
somewhat true or certainly true?

   It has scores: 1= not true , 2= somewhat true , 3 = certainly true.
   These scores are captured in the tiddler with the help of DataTiddler
   The for each tiddler plugin sorts the 

[tw] Re: TiddlyTweets updated - now with search and handling oversized tweet archives

2009-04-25 Thread Måns

Hi J

I think TiddlyTweets is a new type of TiddlyWiki application, which
shows that simplicity in layout and great plugins can turn it into a
browserprogram for everyone.
I really like the simplicity of it..
I've translated it into danish and I will use framedLinksPlugin to
open the original TwitterWebsite inline.
(I considered using an iframe - but I don't wish to clutter the VERY
clean and simple interface)

Thank you for showing a new way of using TiddlyWiki - and keeping it
usable as a normal TiddlyWiki as well!!
It's great!

Regards Måns Mårtensson

On Apr 25, 5:29 pm, jnthnlstr jnthnl...@googlemail.com wrote:
 Glad you like it Tony!

 Do you have any specific suggestions about how to make what's
 presented easier to understand? It seems that explanation of the tweet
 identifier would be a start.

 J.

 On Apr 24, 9:01 pm, tony cca...@gmail.com wrote:

  Great work, very nifty!

  I like the lifestream, Udo's YourSearch integration and switchable
  themes.

  I'm not sure about the tweet identifier in the search results, but I
  guess it's either a date or something from twitter.

  Anyway, TiddlyTweets is a handy way to backup twitter feeds!

  Best,
  tony

  On Apr 24, 12:04 pm, jnthnlstr jnthnl...@googlemail.com wrote:

  http://osmosoft.com/tiddlytweets/

   Any feedback much appreciated.

   J.
--~--~-~--~~~---~--~~
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: Forms from Tiddlers - Applied TW's Vs. TW Development

2009-04-25 Thread Måns

Hi Dickon, Alex and J

Sometimes I get really manual or practical (don't know if it's the
right english expressions I'm using?)
When I can't figure how to make a program do things I know it could if
I only had had the skills or knowledge.
Hope I'm not getting too unclear. (English is *not* my first language)
What I wanted to say is that: When I don't know how to make something
on my pc - I might take a scissor, glue and paper to get the job done
(as I did 10 years ago btw..).
I sometimes have been forced to take a screenshot to save a picture of
code I would have lost otherwise -

Your context:
When You have the resulting fET-table which is produced from the
questionaire in your TiddlyWiki - why not *just* copy it in viewmode -
and paste the list to a new tiddler - You could put a newJournal(Here)
button somewhere in the TrafficLights - give it a label create
backup tiddler (or what ever) - copy the tables (viewmode) and insert
the copied text into the backupTiddler.
This way you can date the archived results and add notes to them as
well.

Btw - I really like that article by Margaret Wheatly - it's common
sense reinvented in a world full of measures and measurements (ie
judgements and documented prejudice) !

I like Your questionnaire - and I've even translated into Danish -
questions and all :-)
I'm a teacher at a Danish boardingschool - and we often make surveys
and questionnaires to evaluate the way we run things - ie ask students
questions about how they thrive.
We often discover problems, not with the students asked - but with
other students that they mention - when we ask if they know of anyone
who doesn't feel good or is mocked.
We often know the answer on these questions beforehand - but it is
vital to our work and the options we have - that we know how, and if
the other students experience the problem(s)..

YS Måns Mårtensson

On Apr 25, 5:54 pm, jnthnlstr jnthnl...@googlemail.com wrote:
 Alex,

 I found that article by Margaret Wheatley about measurement very
 enjoyable reading. Thanks for sharing.

 http://www.margaretwheatley.com/articles/whymeasure.html

 J.

 On Apr 22, 9:00 am, alex r.a.ho...@googlemail.com wrote:

  Hi Dickton,

  RE: the capacity to date and save the results so that a score at time
  A can then be compared to one done later at Time B.

  I'm also interested in this: the biggest survey project I have on is
  about surveying organisations. I think it could be done by adding date
  data to the questions and generate them differently each time the
  questionnaire is filled in. Its going to be some time before I start
  thinking about this though. I have an 'IT guardian' helping me to
  'deliver' using a method called DSDM [1] which makes the easily
  distracted 'developer' (me) focus on user interface first. I think
  that once I am using TiddlyWeb that I will be ready to add this
  functionality. Collecting and saving the data and the project being
  fully adopted would require some data storage expert's input. They who
  still come from the nations that measure are now consumed by Micosoft
  Excel. [2]

  Re: Wilfred Bion , unconscious links and neuroscience: *integrative*
  tool.

  Dickton said:
  There is a seminal paper (1959) in the field of psychoanalysis by a
  British analyst called Wilfred Bion titled Attacks on Linking, and
  to summarise this very complex and dense piece of writing, he is
  saying that unconscious processes (which might be construed as havinga
  vested interest in remaining unconscious) conspire to keep apart
  material that could and probably should be linked in the mind [3]

  A piece of research about to be published in the Journal of Cognitive
  Neuroscience, by Joydeep Bhattacharya at Goldsmiths’ College in London
  and Bhavin Sheth at the University of Houston, in Texas, suggests that
  although people are not consciously aware of it, their brains have to
  be in a certain state for an insight to take place. Moreover, that
  state can be detected electrically several seconds in advance of the
  “aha!” moment itself. [4]

  Continuing the conversation about linking about abstract notions such
  as What, precisely (semantically and pragmatically, that is), is a
  link, and a tag? and what does non-linearity offer to the reader and
  writer that more conventional linear text forms lack? [3]

  I have been thinking about linking but mostly through the lens of
  cybernetics and systems. Ross Ashby, Heinz von Forester, Maturana [5]
  I am not thinking too hard about it: perhaps my mind has a
  subconscious reason for this, by the conscious reason is that I don't
  want to end up blowing a gasket.

  Alex

  [1]http://en.wikipedia.org/wiki/Dynamic_Systems_Development_Method
  [2]http://www.margaretwheatley.com/articles/whymeasure.html
  [3] Bevington, D., Forms from Tiddlers - Applied TW's Vs. TW
  Development - TiddlyWiki | Google Groups. Available 
  at:http://groups.google.com/group/TiddlyWiki/msg/ad5f40b61088e13d
  [Accessed April 22, 

[tw] Re: User accounts?

2009-04-25 Thread jessimeden

Thank you :-)  Has anyone had good experiences with ccTiddly?  That
looks pretty good.
--~--~-~--~~~---~--~~
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] Lost the ability to save a TW (questionnaire) to TiddlySpot (even if I managed to put it there...)

2009-04-25 Thread Måns

Hi TwWizards

I took the liberty to translate dickon and Alex Houghs questionaire
(http://groups.google.com/group/TiddlyWiki/browse_thread/thread/
ceb6bb624174d60b?hl=en) into Danish.

I liked the Mptw-theme so I kept the TW as it was.
I created a new account on TiddlySpot - downloaded the newly created
(plain) TW and imported all tiddlers from the translated TW - except
those related to upload (I thought).
Before I saved the new version locally I uploaded the new version -
successfully.
It's here: http://styrkersvagheder.tiddlyspot.com/
It doesn't react on savetoweb any longer - neither online or from the
local version.

Then I made a new tiddlyspotsite imported all tiddlers except except
those related to upload AND MPTW-theme related tiddlers. I uploaded it
(again before saving). It also lost the ability to save to web
(locally and online).
However I managed to make it save online (eventually) by specifying
store.cgi instead of default store.php in the backstage upload with
options.

It's here: http://ssskema.tiddlyspot.com/

I tried to make the same trick with the first one - but it didn't
work - no reaction at all - no errormessage...

My next step will be to isolate only those tiddlers which are
absolutely neccesary to make the questionary work in any TW...

But if you could tell me what the problem is (knowing some of the
possible reasons) - I would be able save some time...


YS Måns Mårtensson
--~--~-~--~~~---~--~~
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: ForEachTiddler: included TW-tiddlers not showing up

2009-04-25 Thread lerone

hey,

checking the forum more thoroughly I have found this problem has
already been discussed.
– but it seem it has not been solved really.
at least I can get no affirmative statement of anybody who uses some
of the workarounds offered in other threads. andtrying them myself, I
also still have the pertaining problem.

an explanation dealing with the timing behavior of forEachTiddler –
which collects its listed items before includePlugin does its work –
is given here:
http://groups.google.com/group/TiddlyWiki/browse_thread/thread/7ec0b110df2204dc/56870bffd9f28879?lnk=gstq=includeplugin#56870bffd9f28879

- but also the autoRefresh-solution given here doesn´t work for
me.

another offered solution – delaying the loading of the list-tiddler
given here:
http://groups.google.com/group/TiddlyWiki/browse_thread/thread/15a4e102902b898f/33c3977ad6e98602?lnk=gstq=script+delay#33c3977ad6e98602
doesn´t work for me.

so, a little wiser ...but still thankful for hints and solutions.

On 25 Apr., 15:09, lerone ska...@lerone.net wrote:
 hey,

 I just found that ForEachTiddler is the answer to my question of how
 to save searches! :-)

 – now I have a minor problem when I started using the incredible
 powerful plugin in an environment where I work with multiple TWs via
 the IncludePlugin:

 while tiddlers from included TWs show up in the (fantastic)
 YourSearch, they do not show up in ForEachTiddler-list; though the
 documentation says it should automatically (i.e. without any extra
 argument given in the variables given for the list onfiguration)

 – anybody an idea? would be appreciated!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---