Has anyone investigated using this to edit or generate tiddlywiki button images?
You can make images that you size appropriately but it would be nice if we could import a core image and edit it, to get variations for the solutions we build.
Has anyone investigated using this to edit or generate tiddlywiki button images?
You can make images that you size appropriately but it would be nice if we could import a core image and edit it, to get variations for the solutions we build.
No, and I donāt have the time to do so now, but itās a fascinating idea: one more piece of the toolkit used for building tiddlywikis embedded in TW. I like it!
(Of course draw.io only gives you the coarsest control over the generated SVG, and we might need more, but maybe we donāt. Hmmā¦)
Hi @Sttot
Excellent implementation.
I will use it to make process documentation in the future.
Let me know if I can help out by testing functions etc.
Stefan
I have been reviewing this from various aspects. First thank you. Very useful. Having a genealogical solution for TiddlyWiki always prompts me to review graphical tools. I found this very interesting. I am working out ways to generate genealogical diagrams automatically from this draw.io plugin. Since my diagrams could potentially have very large canvas sizes I have a couple of questions.
Thanks,
Craig
WhiteBoard plugin support zoom param and multip tab (on top-left menu).
While itās plugin size is much larger than draw.io plugin.
@Sttot thank you so much for this plugin. I also recognized that āhidingā bug, check this out if you want to reproduce it. Would love to see a fix for it!
https://showroom.tiddlyhost.com/#:[[everything%20shows%20up]]%20[[somethingās%20missing]]
Iām encountering this too, but itās just not adding new nodes to my flow chart, not sure whatās triggered it.
If you click on edit for the linked tiddler youāll see that there are more nodes in edit mode than display.
This worth to be added to links.tiddlywiki.com
Great piece of work

Thanks @Mohammad, I think itās already on there, and the showcase here 
Well, I took a look and the old version was indexed in links. See
Engineers Text Book ā An Hyperlinked Text Book for Engineers
Back on topic, donāt suppose @Sttot you can solve the vanishing node problem? (Doesnāt look likely as they havenāt been on here for over a year 
@linonetwo I noticed you had a contribution on Git, any insight?
(I found my vanishing problem, the second, or third, set of $$$$ for KaTeX mark up, but it didnāt make things vanish until after another five nodes, then they just stopped displaying!)
Upon further tinkering itās not the $$$$ for the KaTeX that messes it up but the {} of an escape in the KaTeX, which make me think that maybe itās {'s and ['s not escaping in the svg might be the culprit. How to solve it, no clue.
Have rasied a github ticket. Draw.io Plugin, diagram bits go missing. Ā· Issue #22 Ā· Gk0Wk/TiddlySeq Ā· GitHub
Would it be worth reaching out to the Draw.io github members for a feature request for a collaborative effort to create a fully functionally plugin for TW5, so internet connectivity isnāt a requirement?
Iāve seen that theyāve done so for many other 3rd party apps, some of which appear to be FOSS apps and wiki apps as well.
TBH, I could see TiddlyWiki6 going the way of being similar in design approach as Draw.io, in that you have an infinite canvas, so this could be a stepping stone to something like that? ![]()
edit:
Iāve gone ahead and submitted a feature request for a collaborative effort to making an offline capable plugin for draw.io within tiddlywiki, found here.
I welcome anyone interested to chime in ![]()
A bit more ChatGPT:
When using {{ā¦}}, [[ā¦]] an $$ā¦$$ random bits of the diagram vanish.
To stop thisā¦
A bit of javascript and a template seem to fix it.
$__plugins_Gk0Wk_drawio_drawio-safe-view.js.json (5.0 KB)
$__plugins_Gk0Wk_drawio_ViewTemplate_application_vnd.drawio.json (540 Bytes)