Live data from Hacker News

Show HN: GoldenLayout – JavaScript layout manager with multi-screen support

golden-layout.com

21–30 of 39 posts

Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support

#21
Neat! I was making something like this a while ago, but got dragged away. One thing I was implementing there that I'd push here as a feature-request:

Provide a simple api to allow binding keyboard shortcuts for common manipulation of the layout, like closing a panel, switching a tab etc. That'd be great for complex applications, specially the ones which use this lib for making native apps based on electron/node-webkit etc.

Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support

#22
That's an awesome lib! I got confused regarding the license though. The README file says dual licensed as CC-BY-NC 4.0 or GPL 3, but the LICENSE file in the repo says MIT. The FAQ[0] also mentions MIT.

I assume MIT is the right license.

[0] https://www.golden-layout.com/faq/

Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support

#23
post #22

That's an awesome lib! I got confused regarding the license though. The README file says dual licensed as CC-BY-NC 4.0 or GPL 3, but the LICENSE file in the repo says MIT. The FAQ[0] also mentions MIT. I assume MIT is the right license. [0] https://www.golden-layout.com/faq/

Good find, thanks. I've changed it, it's just MIT

Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support

#24
post #22

That's an awesome lib! I got confused regarding the license though. The README file says dual licensed as CC-BY-NC 4.0 or GPL 3, but the LICENSE file in the repo says MIT. The FAQ[0] also mentions MIT. I assume MIT is the right license. [0] https://www.golden-layout.com/faq/

Good find, thanks. I've changed it, it's just MIT

Nice! And thanks for using such a permissive license like MIT :)

Re: Show HN: GoldenLayout – JavaScript layout manager with multi-screen support

#30
Looks really cool, would love to use this in a project of mine. Is it possible to attach a layout to an existing react component and run it inside that? From the documentation I see that passing a DOM element to init() is possible, not sure if that's going to make it in my case..
Post reply on HN