David Karger
David Karger
https://codepen.io/karger/pen/ZEwRzEd?editors=1100
Rendering on a table materializes a gratuitious rendering of the data as javascript. https://codepen.io/karger/pen/xxMzxOp?editors=1100
In keeping with various editing apps, it would seem nice to disable the save button when there is no changed data. This has the added advantage of providing another signal...
There's a general problem with lists, deciding whether to use singular or plural words for naming them. With the mv-list/mv-list-item distinction we could have it both ways: allow the author...
looking at the Mavo API documentation for [Mavo.Node](https://mavo.io/docs/api/#Mavo.Node).getData(), it specifies that there are optional arguments but does not indicate their defaults, which ought to be documented. I don't know how...
Bringing the sort() function into mavo by default was convenient, but deprecating the mv-sort plugin (which now conflicts with sort) eliminates the separately useful feature of a list that is...
I would love for get.mavo.io to offer a static bundle download that I could use to develop mavo while offline and unable to access the CDNs. Ideally, it would also...
Because Mavo creates its default storage filename from the name of the app, it is conceivable that two mavo developers will create apps with the same name and storage plugin,...
The delete action is a useful way to "clear" the properties of a group. But if you delete a node which contains properties that have been changed from their mv-default...
https://codepen.io/karger/pen/LYKNKdX?editors=1100 I'm trying to create a list of lists, but if I do it the obvious way with an mv-list item that is also an mv-list, mavo doesn't properly recognize...