Is your feature request related to a problem? Please describe.
I'm going to create a visual editor for filter expression (solves #5058 ) and action widget (for https://talk.tiddlywiki.org/t/plugin-idea-visualize-the-action-widgets-as-workflow-graph/9620/4 ).
I need to filter all filter operator tiddler, and show then on toolbox of visual editor, and display its usage and fields. So I need their documentation to be on their fields. (params can be find in JS export, but I hope they can have description about usages)
Describe the solution you'd like
Move docs from tw5-com to language plugins, and use lingo macro in description field of filter operator and action widget tiddler, so I can wikify the field to display it. And user can see translated description.
And on tw5-com, we use lingo macro to transclude the doc back to doc site. This will make language plugin expand a bit (296 KB for filters, 215 KB for widgets, from tw5-com edition's folder).
Describe alternatives you've considered
I can also copy paste all docs to my visual editor plugin, but it can easily outdated, and the plugin need to contain all i18n files, so it will be 500KB * N huge.
Additional context
Visual editor is cool, isn't it?
Is your feature request related to a problem? Please describe.
I'm going to create a visual editor for filter expression (solves #5058 ) and action widget (for https://talk.tiddlywiki.org/t/plugin-idea-visualize-the-action-widgets-as-workflow-graph/9620/4 ).
I need to filter all filter operator tiddler, and show then on toolbox of visual editor, and display its usage and fields. So I need their documentation to be on their fields. (params can be find in JS export, but I hope they can have description about usages)
Describe the solution you'd like
Move docs from tw5-com to language plugins, and use lingo macro in
descriptionfield of filter operator and action widget tiddler, so I can wikify the field to display it. And user can see translated description.And on tw5-com, we use lingo macro to transclude the doc back to doc site. This will make language plugin expand a bit (296 KB for filters, 215 KB for widgets, from tw5-com edition's folder).
Describe alternatives you've considered
I can also copy paste all docs to my visual editor plugin, but it can easily outdated, and the plugin need to contain all i18n files, so it will be 500KB * N huge.
Additional context
Visual editor is cool, isn't it?