> May be the whole package looks a bit overwhelming but as far as I > know, you don't need to have all the stuff. Just, what you need. > > For me, it looks like you need: > (Eric please correct, if I'm wrong) > > QuickEditPlugin > QuickEditToolbar > QuickEdit_custom > QuickEdit_customList > StyleSheetShortcuts (may be not needed) > > QuickEditToolbar in your case would contain only the "custom" > command. > The _customList would need some adjustment according to your text > EditTemplate and ToolbarCommands tiddler, both would need some > adjustments, as described in the documentation.
Since you only want the one button, you only need: QuickEditPlugin (supporting functions) QuickEdit_custom (the button definition) QuickEdit_customList will be automatically created when you choose "edit this list" from the droplist that is displayed when you click the button. Of course, you can copy it as an *example* of the expected syntax, but it is not required. StyleSheetShortcuts merely defines some convenient CSS classes for 'formatting shortcuts'. If you don't want/need those definitions, you don't need to copy the tiddler. Because the button is not defined as a 'toolbar command', you don't need to modify ToolbarCommands. Rather, simply embed the QuickEdit_custom button directly in the EditTemplate, like this: <span macro="tiddler QuickEdit_custom"></span> Alternatively, if you have installed TiddlyTools' CoreTweaks, then you can "transclude" the button directly into the ToolbarCommands simply by adding the tiddler name (i.e, QuickEdit_custom) into the space- separated list defined for the "EditToolbar" slice as if it were an actual toolbar command keyword. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---- TiddlyTools needs YOUR financial support... Help ME to continue to help YOU... make a generous donation today: http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en.
