Replies: 4 comments 6 replies
-
We had some discussion about the module function wrapper. It actually is redundant. So you can safely remove it. In the future it should be removed from all core code too.
|
Beta Was this translation helpful? Give feedback.
-
Just an info, that may be handy
If you search the TW code for |
Beta Was this translation helpful? Give feedback.
-
The biggest problem I do have is the security aspect. Use |
Beta Was this translation helpful? Give feedback.
-
The plugin has now reached a major milestone - no JavaScript parsing. Everything is in JSON! There still needs to be some manual review to support more of the JavaScript callbacks (each one has to be specially supported). There is no custom click handling action - all click handlers are a "navigate to tiddler". Over the coming days I plan to "TiddlyWiki-fy" as many of the example ApexCharts charts as possible. The idea is to build a good reference for how to use the plugin with TiddlyWiki, and to make sure I'm supporting the various callbacks correctly. I expect to release "officially" when that is complete. Enjoy! |
Beta Was this translation helpful? Give feedback.
-
My ApexCharts plugin is just about ready. It's available on my wiki:
http://www.scss.com.au/family/andrew/tiddlywiki/
My recent issues implementing it have been resolved. Some preliminary feedback included:
This has been achieved by allowing the widget to accept an array of chart options structures and merge them down to a single structure for charting.
I'm hoping that some people better at TiddlyWiki stuff than me could have a look at this and see if there is anything I could be doing better. There's only two things - the widget code tiddler, and the procedures tiddler.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions