On Monday, November 11, 2019 at 12:26:32 PM UTC+1, Hubert wrote: .. > That said, I think I will continue to fiddle/try to reverse-engineer > $:/core/macros/export in order to understand it better and build something > that 100% matches my needs based on core mechanisms alone. >
Hi, I did create the bundler-plugin. It is 100% compatible with the core. I basically did the same thing, as you want to do. ... Create a new UI around $:/core/macros/export If you have a closer look about the plugin Content tab, you'll see several UI elements. If you understand what BundlesList and export-bundle <https://wikilabs.github.io/editions/bundler/#%24%3A%2Fplugins%2Fwikilabs%2Fbundler%2Fui%2FButtons%2Fexport-bundle:%24%3A%2Fplugins%2Fwikilabs%2Fbundler%2Fui%2FButtons%2Fexport-bundle%20%24%3A%2Fplugins%2Fwikilabs%2Fbundler%2Fui%2FBundlesList> do, you are set up, to create your own stuff according to the OP. If you want to create something that works exactly like AdvancedSearch, you'll need to understand: BundlesFiltered and export-bundle-filter. It's the same thing as advanced search, but looks different. That's it. There are 2 js elements in the plugin, that are used for convenience functions, which you don't need for export BUT they will be handy if you want to import your bundles again, without overwriting existing content. ... The Intro Thread <https://groups.google.com/d/msg/tiddlywiki/_Uqbg08Pjow/q-jxy_wbCAAJ> of the plugin tells more about the development of the plugin. have fun! mario -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cf5c5988-d488-40be-91db-e896e80f7f30%40googlegroups.com.

