Of course you could use Erics great GotoPlugin.

http://www.TiddlyTools.com/#GotoPlugin<http://www.tiddlytools.com/#GotoPlugin>

If there is no matching tiddler is found you just hit enter and it creates
the tiddler. This will not use any parameters otherwise possible in a custom
new tiddler but, if your tiddlers are defined more by how they are tagged
than what they contain you can use
http://www.TiddlyTools.com/#TaggedTemplateTweak<http://www.tiddlytools.com/#TaggedTemplateTweak>to
control the "look" of different tiddlers by tag.

Eric,

I wonder if in GoTo Plugin using the filter
eg;
<<gotoTiddler showlist filter:"pluginInfo"
liststyle:"height:10em;width:auto;">>

Any Tiddler created this way could be automatically tagged by the filter eg
above "plugininfo"

This makes the GoTo plugin a smart "New Tiddler" giving the users the
ability to avoid duplicates and see similar names first.

eg;
<<gotoTiddler showlist filter:"reference"
liststyle:"height:10em;width:auto;">>

Would allow you to search the titles of all reference tiddlers, optionaly
search all tiddlers for research in the content or create a tiddlers tagged
reference.

Tony

Anthony Muscio
LaSourceProjects.org Open Source Sustainability Projects
LaSource.com.au <http://www.LaSource.com.au> Sustainable Products and
Business
SerendipityIdeas.com IT hints and Tips and Website hosting
Like personal Web 2.0 ? see www.tiddlywiki.com



On Wed, Aug 18, 2010 at 00:48, Eric Shulman <elsdes...@gmail.com> wrote:

> > I'm wondering if it is possible to put an input box in front of the
> > 'new tiddler' button, so one can write down some words in the box then
> > hit the 'new tiddler' button to open the tiddler with the title 'some
> > words'?
>
> This *can* be done.
>
>
> 1) create an input field using:
>   <<option txtNewTiddlerName>>
> The *name* of the option is arbitrary.  The value entered into the
> input field is stored in
>   config.options.txtNewTiddlerName
>
> 2) create the desired newTiddler macro:
>   <<newTiddler ... title:{{config.options.txtNewTiddlerName}} ... >>
> Note use of the "title:... *evaluated* parameter.  This retrieves the
> value stored by the <<option>> macro and uses it as the value for the
> new tiddler.
>
> HOWEVER....
>
> The <<newTiddler>> macro parameters are evaluated when the macro is
> initially *rendered*, not when the resulting command link is clicked
> upon.  Thus, by the time you enter the desired new tiddler title into
> the input field, the value of the title:{{...}} parameter has already
> been set.
>
> Fortunately, I've written a plugin that enables *re-calculation* of
> the macro parameters whenever you CLICK on the rendered command link:
>   http://www.TiddlyTools.com/#ClickifyPlugin
> To use, simply change
>   <<newTiddler ... title:{{...}} ... >>
> to
>   <<clickify newTiddler ... title:{{...}} ... >>
>
> 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<tiddlywiki%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>

-- 
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.

Reply via email to