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.