Patrik Johnson

Results 49 comments of Patrik Johnson

@nikolayemrikh Thanks for the effort, but it is also somehow related to interactions with the library since repeating the steps in a plain contenteditable block will not cause the same...

It should be possible to achieve if you overwrite the `enter` keypress on the `keys` field of your misbehave instance, see https://github.com/orbitbot/misbehave/blob/master/editable.js#L53 . Didn't try this though

OT, but I did chuck it onto [`awesome-mithril`](https://github.com/orbitbot/awesome-mithril) yesterday (which is also looking for other contributions ofc!).

Since there's a major bump coming, perhaps renaming to `m.route.config` would be appropriate in that case?

Just to be clear, I was thinking that if the naming makes more sense, the major version bump could be used to rename api methods... Not that it's totally necessary,...

... Though arguably it might be cleaner with skipping the separate `config` subobject in that case, unless someone has a specific reason to keep it.

I'd assume this is more of a nice-to-have, automating dynamic documentation can be a bit of a PITA though I guess it's more of a chore for a one-off rewriting....

Only [`m.route`](http://mithril.js.org/route.html) and [`m.stream`](http://mithril.js.org/stream.html) are affected by this, since they seem to be the only parts of the API that are particularly overloaded, but it would be really beneficial to...

Wrt > > @porsager suggested putting all the docs on one single page, so users can Ctrl-F their way to happiness > Basically https://mithril.js.org/api.html. ... I believe the original intent...

Aaah, cake and a full stomach. Yeah, guess that might work if someone feels it's worth it.