Hi Captain Packers

It sounds like you've got a reference to Skeeve's newtiddler plugin, but
don't have the plugin installed.

Anyhow, since 5.1.3 there's a built-in "new journal" toolbar button, so you
should be able to simplify the above to:

{{$:/core/ui/Buttons/new-journal}}

<$list filter="[!has[draft.of]tag[Journal]!sort[title]]">
<$link to={{!!title}}><$view field="title"/><br>
</$link>
</$list>

Best wishes

Jeremy.


On Fri, Nov 7, 2014 at 5:54 PM, Captain Packers <[email protected]> wrote:

> I had a list of journal entries and a widget button to create new entries
> all in one tiddler, which I found quite convenient. After converting to
> node.js I am getting an Undefined widget 'newtiddler' message. The content
> of the tiddler is shown below. Any ideas how to fix? Thanks in advance.
>
> <$set name="tag" value="Journal">
> <$newtiddler title=<<dateTime "Journal of YYYY-0MM-0DD">>
> skeleton="base_skeleton" edit="yes">New Journal Entry</$newtiddler>
> </$set>
>
> <$list filter="[!has[draft.of]tag[Journal]!sort[title]]">
> <$link to={{!!title}}><$view field="title"/><br>
> </$link>
> </$list>
>
> I think it is using a plugin I imported into the original TW5 called
> $:/plugins/skeeve/newtiddler.js. The tiddler is present in the new node.js
> TW. The plugin is set to an application/javascript type in node.js, and the
> module-type is set to widget.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to