Replies: 3 comments 1 reply
-
Hi @twMat I think that implies that the file would contain two representations of the tiddler: one in wikitext for editing and subsequent importing, and one in static HTML for viewing. If so, the challenge is what happens when those two representations get out of sync due to manual editing. One could imagine the HTML version using JavaScript to verify a hash to detect whether the wikitext content has changed, and to display a warning message. But I'm still not sure how useful it would be... |
Beta Was this translation helpful? Give feedback.
-
I like this idea too in such a way it would look the same and it would be editable in the TiddlerWiki or with copy/paste in an external editor. |
Beta Was this translation helpful? Give feedback.
-
Just got an idea (that I have no idea how to implement... plus it's late so maybe it's just a stupid idea...) Could there be a "wrap" that takes raw tiddler content and presents it as a tiddler? It might seem this would break the first point;
...but maybe the single exported tiddler file could really contain two sections; the wrap (generated in export from some static template) which somehow presents the data that appears in another section, to give the content the...
...and this would make it very easy to both
Depending on how it is implemented (and if at all possible) then maybe even some of the last point...
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As an end user I'd like for the exported tiddler to fullfil all of these:
Because of "1. Same appearance as normal" I would assume it then has to be in HTML/CSS... which would mean the question really is; Is the other stuff theoretically achievable with a HTML tiddler?
Beta Was this translation helpful? Give feedback.
All reactions