mavo icon indicating copy to clipboard operation
mavo copied to clipboard

Create web applications entirely by writing HTML and CSS!

Results 180 mavo issues
Sort by recently updated
recently updated
newest added

This is a major one, as it requires significant changes to the way expressions work, so this may stay open for a while and get its milestone deferred several times....

enhancement
Effort: high
Topic: Performance

@karger brought this up at some point. We have import/export buttons, but they always deal with JSON. It would be nice if there was a way to customize what formats...

enhancement

When in the source code mv-mode is set to "read", the attempt to make it enter edit mode will fail, even the element has seen the attribute being changed. ```html...

bug

Going from `Active` to `Completed` hides all items even though "Buy Milk" should be visible. Expression: `mv-if="filter == 'all' || (filter == 'active' && !done) || (filter == 'completed' &&...

bug

I tried using pre elements to store data live and start data. However, the input field is not initialized unless there is at least one character of whitespace in the...

bug

Hi @LeaVerou, I am not sure exactly whether it's a bug or not, but in my testcase `if` doesn't work as it should in the `mv-action` attribute inside collections. Will...

bug

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...

Occurred to me while trying to use list-separator. This is a temporary solution until this section of code can be properly DRYfied.

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...