> I would like to switch to QuickEdit plugin, having previously used
> Wikibar...which I managed to modify to my needs. And now want to use
> the custom tab of QuickEdit in a similar way.
>
> For example I would like to have a part of custom button ask the user
> for a url which is then put into the appropriate ShowPopup format...or
> maybe into an iframe format....or maybe just into a simple list of
> urls thats AllThumbs can use.
>
> How do I include a simple user input box into the customList
> tiddler...
ok... I've added support for interactive prompting within custom
formats... here's the basics:
-------------
Substitution markers can be used to dynamically insert values into the
formatted output, where:
$1 inserts the tiddler editor's current selected text.
$[[message|default value]] interactively prompts for a value to be
inserted.
$[[message|$1]] uses the selected text as the default value.
$[[message|{{javascript}}]] calculates the default value using
javascript code.
-------------
Get the update here:
http://www.TiddlyTools.com/#QuickEdit_custom
enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---