Hi Mans,

> I like that the treeview is on a mainmenu which is in the background -
> but it is annoying that Yoursearch also opens up in the background -
> hidden by open tiddlers - how can I change that?
>

Yoursearch never opened for me in the background of tiddlers, nor now
with a quick trial at your address. Does this happen everytime for
you, or only with certain tiddlers?

> I still have a steep learning curve when I want to customize
> TiddlyDesktops interface though -

Sorry, that's me. Wanting to simplify everything - and still not
having completed this template - also not providing accurate
instruction yet.

> even if the TiDE window opens when I
> click the "home button" -  when I click another home-script "Hjem" in
> the mainmenu it opens a defaulttiddler: "kom i gang" which doesen't
> behave as a moveable tiddler (?)- and I don't know how to find the
> "Defaulttiddler" in TiddlyDesktop...?
>

Non-moveable tiddlers are a bug with tiddlyDesktop, and most regularly
happen with automatic opening tiddlers, for example with
[[ImportedTiddlers]] after importing with s. The only way I found to
overcome this is using the 'jump' command of any tiddler and choosing
the unresponsive one.

TiddlyDesktop uses a different format for DefaultTiddlers which also
save the coordinates of their position, here its title and content of
your example:

__tiddlyDesktopLayout

/***
@@''This tiddler is auto-generated - don't edit it!''@@
***/
/*{{{*/
[
{id: 'tiddlerEdit', x: 209, y: 74, z: 1, width: 640, height: 426,
collapsed: false}
]
/*}}}*/

at this moments it specifies the tiddler 'Edit' with its x and y
coordinates, z is a number which specifies which tiddler overlays
which of all the other tiddlers (in this case it's only one tiddler,
if there would be more tidder each would have a different number, ie.
2, 3, 4, etc.), width and height. To save a ´given number and position
of tiddlers simply use the sidebar command: 'save layout', which
automatically saves all coordinates with one click. The command:
'restore layout' opens all DefaultTiddlers as formerly saved.
The 'Home' button is nothing than the 'restore layout' command- but
renamed.

To find any of the configuration tiddlers, plugins, stylesheet,
template etc. the tiddler [[Edit]] is for!
So simply click inside the table representing a TW layout on the first
'DefaultTiddlers' and above mentioned '__tiddlyDesktopLayout' tiddler
opens. Which, despite the warning, can also be edited manually. Even
if you messed it up completely - a click on the command 'save layout'
will overwrite it anyway completely again.

> Is it possible to install TiddlyDesktop in a plain TW with normal
> main- and sidemenus - and a "normal" behaviour of all the
> standardelements like defaulttiddlers etc?
>

Except the DefaultTiddlers behaviour - I made a plain template some
time ago and you'll find it here:

http://wolfi.110mb.com/tiddlyDesktop.html

However, the new custom tiddlyDesktop template contains a tiddler
[[Switch]] which contains a number of scripts. One such scripts opens
the tiddlers listed with double brackets, just as DefaultTiddlers. For
example:

<<tiddler Switch##OpenGroup with: Home DefaultTiddlers>>

where:
1. parameter = button label
2. parameter = TiddlerTitle with bracketed list of tiddler titles

.. will open all tiddlers listed in the shadowed DefaultTiddlers

<<tiddler Switch##CloseOpenGroup with: Home DefaultTiddlers>>

.. before opening it will close all already displayed tiddlers.

Sorry for not having documented all scripts in this [[Switch]] tiddler
very well. Till I find the time you'll have to experiment, but often
the section heading makes it clear what the script in its section
does.

> Btw TiDE-plugin doesn't seem to be installed in the TW even if the
> TiDE window is present (and working)?? - so I don't know how to update
> the plugin...
>

I wanted a very lightweight theme template, all plugins and the core
have been compressed. TidIDE itself I use by loading it with a
bookmarklet from my drive. See http://www.tiddlytools.com/#InstantBookmarklets
and the trancluded http://www.tiddlytools.com/#LoadRemotePlugin to see
how this is done. Adapt it to a subfolder on your drive, save
TidIDEPlugin with the file extension .js there, drag and use it from
your browser bookmarklet bar.

If file size is of no concern, just install the original plugin from
Eric:

http://www.tiddlytools.com/#TidIDEPlugin

UploadPlugin isn't installed either. However, since one can find in at
svn.tiddlywiki.org repository the bookmarklet is already installed: if
you scroll the [[Edit]] tiddler down you'll find tabs with Styles,
Plugins, on demand etc. simply click 'UploadPlugin' under 'on demand'
to have it loaded.

By the way, UploadPlugin isn't working with tiddlyDesktopBundle! To
upload with UploadPlugin you first have to add a systemConfigDisable
tag to tiddlyDesktopBundle, save and reload. Then load UploadPluging
from a remote location as described above, remove the
systemConfigDisable tag from the Bundle again to be finally able to
upload and have tiddlyDesktopBundle loaded on the server again.

Regards..


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

Reply via email to