Minor Changes
-
#11
24eb296Thanks @actengage! - Add plainText prop for plain-text email editing mode- New
plainTextprop on<Editor>disables HTML linting and syntax highlighting whentrue - Passes
{ htmlLinting: false }to capsule-lint so FreeMarker errors still surface but HTML-specific errors (spec-char-escape, tag-pair, etc.) are suppressed - Skips the CodeMirror HTML language extension in plain-text mode to avoid HTML-specific autocomplete and folding
- Bumps
capsule-lintpeer dependency requirement to^0.6.0
- New