Does anyone have a method for making spreadaheets? Which can calucalte e.g. sum, plus two cells etc.? I imagine this could be done with the space lua api?
There are document editors (only possible with plugs) and there are lua widgets. So if you find a spreadsheet editor which you can use as a js library you could just put that in a widget or document editor, handle the loading and saving and it should work. Alternative is to glue something together using markdown tables and space lua, but frankly that seems insane.
Frankly, that’s exactly what I do for my simple accounting. I use tags (in extra last column) and sum columns for things of interest (e.g., how much do I owe to somebody).
Frankly, that’s exactly what I do for my simple accounting. I use tags (in extra last column) and sum columns for things of interest (e.g., how much do I owe to somebody).
Would you mind sharing an example of how you do this?