I’d like to be able to display a keyboard helper based on this great editor http://www.keyboard-layout-editor.com, where
- keys are positioned relative to each other, and
- labels are positioned relative to keys
- you’d get some per-key info tooltip on hover
As far as I understood last time I’ve tried it by copy&pasting the html and trying to fix it, minihtml simply doesn’t implement the layout parts of the full css/html that would allow this, all my buttons became a mess like this
But maybe I’m missing something new/existing property that is supported and can make this layout work
Is this type of user interface extension possible in Sublime?