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
This lightweight react lib along with a syntax highlighting lib like prism.js will add the following benefits to the current UX for editing code in the Theme Editor:
Modular syntax highlighting with third party library
Indent line or selected text by pressing tab key, with customizable indentation
Automatic indent on new lines
Wrap selected text in parens, brackets, or quotes
Undo whole words instead of letter by letter
Accessible, use Ctrl+Shift+M (Mac) / Ctrl+M to toggle capturing tab key
AC:
The text editor offers basic code editor UX included in the lib (ie. automatic indent), and html/css syntax is highlighted
The text was updated successfully, but these errors were encountered:
This lightweight react lib along with a syntax highlighting lib like prism.js will add the following benefits to the current UX for editing code in the Theme Editor:
AC:
The text was updated successfully, but these errors were encountered: