external core / exporting "rendered" templates (js,ect) :? via "export tiddler" ?? #6115
Replies: 1 comment 1 reply
-
I'm not sure, if you did read the whole PR thread. This functionality was close to be removed from the core. About 1/3rd of the functions and docs have been removed, because the info was too prominent. The whole thing is pretty much hidden, because it shouldn't be promoted. Jeremy pointed out that it is an experiment, to show what can be done. ... The whole templating is tricky but very elegantly implemented, because it needed to be backwards compatible. I use the external core with my webdav setup. It's a perfect fit there, since the browser caches the core. It will also be a perfect fit for "hypercore" systems (formally know as dat-protocol). This system uses a "copy on write" store, which by default is an "version control system" by design. At the moment it profits very much from saving small content files, because the "deduplication" mechanism isn't implemented yet. I'm not 100% sure, what you try to achieve, but I'm 100% sure that we shouldn't try to get more info about it into the core. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
reading external-js single-file wiki #5570
.. https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FExportTiddlyWikiCore
after finding "ExportTiddlyWikiCore" and then reading through "#Using the external JavaScript template"
https://tiddlywiki.com/#Using%20the%20external%20JavaScript%20template
i was reminded of reading #5570 (comment)
as i have previously found hacky 🥽 method to get external js working #4443 (comment)
?? ----> is it posible would / could it be more
intuative
to add an option to "export tiddler" that has the same effect as the "ExportTiddlyWikiCore" button ?eg
https://tiddlywiki.com/#%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js -> dropdown -> "export tiddler" -> 'tiddlywikicore-5.2.0.js'
and perhaps some method in the tiddler dropdown ->info linking to "#Using the external JavaScript template"
... even adding the "ExportTiddlyWikiCore" button to the "info" section
Beta Was this translation helpful? Give feedback.
All reactions