Re: [tw] (att: TSpace) Identifying missing source for copied macro calls.

2010-08-13 Thread FND
 A problem when including/copying a limited set of tiddlers that
 contain macro calls is that you might not have included the tiddlers
 with the macro definitions and this causes errors.

While it's tempting to create a technical solution for this kind of
issue, I'm not sure that's the right approach.

I'd regard this of more of a social issue, to be addressed through
communication between author and consumer (e.g. via documentation or
conversation) and/or more explicit attention by the consumer.

  safety risk being on the server side, if I understand it right
  The idea is to let the user take the risk locally

It's actually the client-side we have to worry about. Plugins are
executed in the context of the respective document, with full access to
its data and thus the potential to wreak havoc (e.g. deleting tiddlers
or exposing sensitive data).

 A plugin, in your own space, could(?) save the names of the missing
 macros and crawl/spider through F to locate the tiddler names where
 these macros are defined. This is the identification part.

Programmatically identifying the plugin which provides a given macro is
not easy.


-- F.

-- 
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, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyTagMindmap in ShowPopup ?

2010-08-13 Thread skye riquelme
Hi Rakugo

I guess so.but I am viewing this with a wide screen
laptopwhere 50em should be more than 30% larger than
500px...anywayit seems to solve the problem...even if I am not
sure why!

Thanks
Skye

On 12 Ago, 03:33, rakugo jdlrob...@gmail.com wrote:
 Hi Skye..
 I suspect it makes a difference as em's are a relative width whereas
 pixels are absolute.
 Hence maybe the width relative to the popup is a lot smaller than when
 it is in a tiddler.. hence the issues you were having!

 Jon

 On Aug 11, 11:55 pm, skye riquelme riquelme.s...@gmail.com wrote:

  Thanks rakugo

  The width and height parameters are set in the tiddlytagmindmap
  call

  interestingly I changed the code in the ShowPopup translusion...to
  read 500px instead of the original 50em..and now it displays
  fine..dont understand why specifying the ShowPopup with in px
  rather than emmakes such a differenceanyway now it
  works

  Thanks

  Skye

  On 11 Ago, 08:29, rakugo jdlrob...@gmail.com wrote:

   I can take a guess..
   Try specifying a width and height by using the parameters:
   width:600 height:300

   If you don't provide these it attempts to fill the display as much as
   possible which might cause problems with popups.

   If that doesn't help is there anything you can share to debug?
   Jon

   On Aug 10, 9:21 pm, skye riquelme riquelme.s...@gmail.com wrote:

Hi again

I am using TiddlyTagMindMapPlugin and it works fine / looks great when
the macro is embedded in a tiddler. (its dimensions are 400px * 400px
- generally

Now when I view that tiddlerwith something like tiddler
ShowPopup with:MindMapTiddler label   60em sticky the mindmap
displays as tall skinny column with the all the data bunched up on the
left of the popup panel.

the popup definictions dont limit the width of the displayso whats
happening? How to get the Mindmap to display correctly inside a
ShowPopup ?

Thanks in Advance

Skye

-- 
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, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Can LoadTiddlersPlugin be modifed to also save changes?

2010-08-13 Thread skye riquelme
Hi Dave

I use LoadTiddlersPlugin a great deal...and also normally work with
AutoSave turned onthat seems to solve the problem..in fact the
only problem is that if the tiddler with LoadTiddlers is in
defaultTiddlers and you leave it openeach page refresh reloads AND
resaves the incoming tiddlers...which can be annoying/time wasting!

Thanks
Skye



On 12 Ago, 16:56, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 ...so that the user doesn't need to manually save the changes after
 the new tiddlers are loaded?

 Dave

-- 
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, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How does one remove unneeded orphans?

2010-08-13 Thread Eric Shulman
 How does one remove unneeded orphans or any unneeded tiddler for that
 matter?  I can't find anyway to do it nor any instructions on the
 usual help sites.

orphans are tiddlers that don't have any explicit *links* to them

However, orphan tiddlers can still be *referenced* in other ways.  For
example, a plugin might be using a specially-named tiddler to store
its configuration information.  You can also have orphan tiddlers that
are part of the TW system setup... such as customized PageTemplate,
ViewTemplate, and EditTemplate definitions.  While these tiddlers are
used by the TW core, there do not have to be *any* explicit links to
them in the document.  Thus, they can appear to be orphans.

All of this is to say that what appears to be unneeded tiddlers may,
in fact, be vital to the operation of your TW document, so I wouldn't
be so quick to remove them.

You can, however, *HIDE* those tiddlers, so they won't be *listed* in
the sidebar tabs display.  To do this, simply add the tag,
excludeLists, to the tiddler(s) in question.  To access this
'hidden' tiddler later on, go to the Tags tab in the sidebar, and
click the entry for excludeLists to get a popup list of links to
hidden tiddlers.

For tiddlers that you DO want to remove from the document, you can
individually edit and delete them, one at a time... or, you could use
this plugin:
   http://www.TiddlyTools.com/#TiddlerTweakerPlugin
which provides a compact form with a list of tiddler titles that
allows you to select multiple tiddlers at once and then modify or
delete them.

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 tiddlyw...@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: jQuery animate

2010-08-13 Thread Kashgarinn
Hehe, even though what FND just said is totally true, he didn't really
explain the whys.

You can't use raw HTML code, because you're either displaying text,
calling a already defined macro, or you're running javascript which
defines macros/stuff you can run.

If you're not interested in delving deep into the dark mysteries of
webscripting, then I suggest you check out 
http://www.tiddlytools.com/#RaphaelPlugin

- it's probably not what you're exactly looking for.. but you might be
able to tinker with that.  The polar clock is pretty cool.

S.

-- 
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, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: jQuery animate

2010-08-13 Thread PMario
Hi Jazz
It does work. But it needs some tweaking. [1]

Most of the stuff is not needed in tw. header, body .. can be
removed. document.ready is not needed because if TW is active. The
document is ready. script has to be modified to be used with
InlineJavaScriptPlugin. And the box can be coded using tw html tag.

There would be other, may be better possibilities. but this one was
fast to do.

have fun!
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#jQueryAnimate

On Aug 12, 3:08 pm, Jazz gery.duca...@gmail.com wrote:
 Does anyone know why this jQuery animation 
 from:http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_animation

 does not work in tiddlywiki?

 http://xmobile.labs.osmosoft.com/recipes/default/tiddlers.wiki#testWhoop

 Thanks

-- 
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, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.