Hi Danielo > How can I extend the functionality of an existing widget? Something similar than Codemirror does
The codemirror plugin hooks into the edit-text widget, and the edit-text widget was purposefully designed to allow it to happen. Similarly, the highlight widget hooks into the codeblock widget which was purposefully engineered to be extensible. Depending on your use case I'll be happy to explore making other widgets extensible in a similar way. Best wishes Jeremy On Thu, Apr 17, 2014 at 1:17 AM, Danielo Rodríguez <[email protected]>wrote: > Hello everybody. > > How can I extend the functionality of an existing widget? Something > similar than Codemirror does. Is there any mechanism or is just a matter of > use regular javascript? I'll appreciate any help. > > Thanks in advance. > > -- > 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.
