You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current editor is pretty difficult to use compared to Firefox, or even Chrome's.
First of all, the text editor is literally a <textarea>. Firefox and I believe Chrome's use CodeMirror, which has completions, syntax highlighting, and error checking.
Second of all, you can't see your changes without going back to the main menu. Quick fixes are annoying.
The text was updated successfully, but these errors were encountered:
Hello! In current editor you can use EMMET/ZEN shortcuts to edit your css. Read more about it. I thinking about to update it to modern editor in one of the next releases (I've checked code mirror just yesterday 👍 ).
To quick save your changes you can use OPTION key modifier to change save button action.
The current editor is pretty difficult to use compared to Firefox, or even Chrome's.
First of all, the text editor is literally a
<textarea>
. Firefox and I believe Chrome's use CodeMirror, which has completions, syntax highlighting, and error checking.Second of all, you can't see your changes without going back to the main menu. Quick fixes are annoying.
The text was updated successfully, but these errors were encountered: