Commit Graph

10 Commits

Author SHA1 Message Date
0169c8c9a9 fix: use One Dark theme for CodeMirror syntax highlighting
- Replace custom highlight styles with @codemirror/theme-one-dark
- Cleaner implementation with official CodeMirror theme
- Keep custom font and padding overrides
2025-12-22 01:17:10 +01:00
238853d2e1 feat: add CodeMirror 6 editor with Emmet support
- Replace textarea with CodeMirror 6 for syntax highlighting
- Add Emmet abbreviation expansion (Tab to expand)
- Support HTML and CSS language modes with autocomplete
- Add dark theme matching app design
- Tab indentation with Shift-Tab for outdent
- Update help modal with Emmet shortcuts
2025-12-21 23:37:14 +01:00
Michael Czechowski
6b481b4c2e feat: update format script to include schemas directory for prettier 2025-05-19 23:42:14 +02:00
Michael Czechowski
ee8a8d6649 feat: enhance validation feedback in code editor, improve layout and reset functionality 2025-05-19 13:20:40 +02:00
Michael Czechowski
010df5e379 feat: update license format and add README.md 2025-05-14 03:53:12 +02:00
Michael Czechowski
fdd1a12d22 feat: add debug flag to preview script in package.json 2025-05-14 02:52:33 +02:00
Michael Czechowski
19188f1415 style: run format first time 2025-05-13 21:08:18 +02:00
Michael Czechowski
61211d190f feat: add Vitest configuration and tests for lesson modules and rendering 2025-05-13 21:07:04 +02:00
Michael Czechowski
4a4399d2ef refactor: update styles and improve layout 2025-05-13 19:09:11 +02:00
Michael Czechowski
ec424e4a0b init project 2025-05-13 18:10:40 +02:00