It allows an additional label which can be viewed in edit and results mode which can contain KaTeX.
The cell takes wiki text and my intention is to use with the formula plugin and the KaTeX plugin to make the input of equations a little less cumbersome than the .js equivalent.
Much back and forth with co-pilot, so any feedback welcome and I’ll wrap it up as a plugin.
Data is now automatically stored in the tiddler the cells are created in.
Data from other tiddlers fields can be used with the datatiddler atribute.
Inline mode now works.
It seems you fixed the troubles, with the formula plugin. – I did so too. Probably in a different way.
I am still testing the current examples on Evan’s homepage, to fix them, if broken. For me, the whole repository is a lot more aligned to TW development now.
Mod loader was a prerequisite for formula form memory. By its name I suspect we have new ways to allow the same. I suspect the formula plugin is leveraging a JavaScript project or library with the smart mushroom braces to facilitate.
Perhaps we can research how he approached this and look at incorporating an updated library?
Labels can now be created in view mode. A setup button allows labels to be created in the same way as data can be entered. This allows easier creation and editing of more complicated data sets. Labels created this way are stored as label_cell name fields in the current tiddler.
For quick single cells the label=“” attribute can still be used.
sheetsinline is available to ensure that inline results adds no extra data, labels, cell names are included which would break up the flow of text.
A nice blue background has been added for editing data, a nice yellow for editing labels.
And finally: a nice centralised table can be made with a stylesheet option.
Can produce line graph from points which can be manually entered or a pasted csv.
Can produce line graphs from formulas using TiddyForumula syntax.
Variables can be changed with sliders and the graph will update in real time.
Katex can be displayed of the formula. Variable values also updating in real time.
Graphs can be created using a nice little wizard, or individual procedures for graphs, sliders, katex, can be typed and tweaked.