Hi Danielo

> Thanks again. Looks this does not have an easy solution. I want the
widget to give the name to the plugin automatically using a base name. This
way you don't have to take care of the naming convention.

It does have an easy solution. You should generate your tiddler title as
you do at the moment, and store it in the tiddler whose name is provided in
an attribute.

> Do you know why I'm having issues getting the correct parameters?

> I edit that tiddler field with a edit text widget.

Do you mean that changing the field value with the edit-text widget does
not cause your widget to update? If so, you need to have a look at the
widget refresh function. It needs to explicitly check which changed
attributes should trigger a refresh.

> About the problem that the resulting tiddler is not part is of the
store.. What do you mean? The save tiddler function adds the tiddler to the
store.

With your design the widget creates the resulting tiddler, and also updates
the variable with the title of the tiddler.

If your widget is refreshed, then the variable value will be trashed (it is
stored as part of the widget instance). There's no way for the new instance
of the widget to recover it.

Best wishes

Jeremy.




On Thu, Apr 17, 2014 at 3:06 PM, Danielo Rodríguez <[email protected]>wrote:

> About the problem that the resulting tiddler is not part is of the store..
> What do you mean? The save tiddler function adds the tiddler to the store.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" 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/tiddlywikidev.
> 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 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to