> Then I tried QuickEdit, and also can't seem to make that work.
> followed all the instructions for QuickEdit Package 
> athttp://www.tiddlytools.com/#QuickEditPackagebut the only change I see
> is an exclamation mark beside the Tiddler on my tab bar (a plugin I
> installed) that seems to replace "Done."  (which might have been there
> when I installed the There is no editing bar.

> I added the macro line to EditTemplate, then tried replacing the
> existing macro='toolbar...' command but neither method worked.

If you can see the toolbar buttons when you view QuickEditToolbar
directly, then the underlying plugin tiddlers were installed
correctly.  The problem is most likely how you did the template
changes.

By default, after you add
   <div macro='tiddler QuickEditToolbar'></div>
to the EditTemplate, the toolbar will be hidden until the <<option
chkShowQuickEdit>> checkbox is also enabled.

You can bypass this optional toggle and force the toolbar to always be
displayed by using
   <div macro='tiddler QuickEditToolbar with: show'></div>
in the template.

If, after adding this line to the template, you still don't see the
additional toolbar (when editing a tiddler, of course), then perhaps
there is some other customization or plugin that is preventing it...
or maybe you are using a non-standard 'systemTheme' (such as
MPTWTheme)?  Could you please provide some more details about what
*other* addons you have installed in the document?

> I also tried adding a  systemConfig tag to the QuickEditToolbar
> tiddler because it didn't show up in the PluginManager, but after it
> did show up, there was also an error message: Error: SyntaxError:
> unterminated regular expression literal, so I took off the
> systemConfig tag.

The 'systemConfig' tag is only for use with tiddlers that contain pure
JavaScript code.  QuickEditToolbar simply uses regular TW-syntax
<<tiddler>> macros to combine the various individual QuickEdit buttons
into a single tiddler to make it easier to customize and include in
the EditTemplate.

HTH,
-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 [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