Designing a mobile-first HTML editor
jamesg.blog·18w
📝Text Editors
Preview
Report Post

Published on August 17, 2025 under the Web category.

Writing HTML on a phone is difficult. To write HTML – like all programming languages – you need to use a lot of symbols. The main symbols that you need for HTML are the open and closing angle brackets (< and >, respectively).

On iOS, these are in the tertiary keyboard. You have to go to the keyboard with the numbers and common symbols then click the symbols button to see the angle brackets. Then you need to swap back to the main keyboard to type an element name, potentially move to the second keyboard for quotation marks if you want to add an attribute to your HTML element, and go back to add a close angle bracket.

Noticing this friction, I have been working on…

Similar Posts

Loading similar posts...