Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
1–10 of 11 posts
Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#2Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#3A good example of a more modern and practical tiling system for web is mosaic (https://nomcopter.github.io/react-mosaic/)
Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#4Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#5Is that intentional? What are the benefits?
Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#6Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#7Nice, but the browser selection when you try to move a window between columns is extremely distracting.
Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#8Omnino does not implement the "right-click to load" functionality of Acme, as it's meant to be a general-purpose library. However, I have implemented this functionality on my personal website and plan to open-source this code as a separate library soon. You can see it here: https://spelunca.xyz/
Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#9Omnino does not implement the "right-click to load" functionality of Acme, as it's meant to be a general-purpose library. However, I have implemented this functionality on my personal website and plan to open-source this code as a separate library soon. You can see it here: https://spelunca.xyz/
Very cool. I keep middle-clicking the Delwin button, which my browser interprets differently than I want.
Re: Show HN: Omnino, a windowing system for web apps, inspired by the Acme editor
#10I noticed that windows are resizable, but only change the size on mousedown, not on mousemove while the mouse is down. Is that intentional? What are the benefits?