Henri Bergius
Henri Bergius
Hallo's UX is heavily built on the concept of selections. When you're writing content, you're just writing. When you make a selection, a popover toolbar appears underneath. This popover should...
The idea of Hallo is to provide an easily usable rich text editor that has a permissive license, and which is as easy to use as any [jQuery Ui widget](http://jqueryui.com/)....
Here are some notes on what we would need from Surface: https://github.com/substance/surface/issues/2#issuecomment-6901969
http://yields.github.io/editable/index.html by @yields is another one, based on the [web components](https://github.com/component/component) idea.
@pacemkr it seems your patch makes some of our [tests fail](https://travis-ci.org/bergie/hallo/builds/3657290). Can you look at that?
## Searching The `searchUrl` will receive [a HTTP get](https://github.com/bergie/hallo/blob/master/src/plugins/image/search.coffee#L84) with three URL parameters: - `q` containing the query text - `limit` and `offset` for paging the results The returned data...
@tHerrmann has been working on old IE support in Hallo. It would probably help if you can figure out what lines of code in Hallo (unminified `hallo.js`) cause the issues....
@tHerrmann the patch will not apply directly due to the changes we did for [CoffeeLint](http://www.coffeelint.org/) compliance. I'll try to apply the changes manually. In the meanwhile, it'd be great if...
@srikumarks yeah, I agree that a flow graph isn't the optimal way to visualize solver state (though you could reuse the graph format to show the search tree). However, the...
https://github.com/github-tools/github looks somewhat promising