Hi there,
Hope this post is in the right place. A few suggestions after a grand total of 10 minutes of use:
-
Shouldn’t copying CSS (or Static HTML / CSS) use OS-native line breaks? i.e. CRLF on Windows. Clicking that menu item then pasting into Notepad produces a garble of text without line breaks.
-
It would be nice if toggled menu items like Toogle HUD Mode and Toggle Presentation Mode made use of checkmarks like this beside them to indicate current state. I suspect this is a limitation of whatever framework you’re using for cross-platform UI but it would be nice polish.
-
Your menu items need Alt accelerators. e.g. Alt+F should drop down the File menu. (I do appreciate that you show shortcuts beside menu items to give users an opportunity to learn them for frequently used commands)
-
It might be nice if arrow keys (left/right/up/down) nudged the selected element(s).
-
I notice the auto-generated HTML/CSS has a lot of repetition, and does not resemble something I would want to maintain. Are there any plans to clean this up and generate it more intelligently? (e.g. Define repeated styles just once them reuse them throughout) Or am I using this wrong?
Keep up the great work!