[dreamwidth/dreamwidth] 5a6e95: Add CodeMirror to Custom CSS field (#3123)
Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 5a6e9564cf4785cd0caf41f0011f74aa4e9bf611 https://github.com/dreamwidth/dreamwidth/commit/5a6e9564cf4785cd0caf41f0011f74aa4e9bf611 Author: Carly Ho carlymho@fastmail.com Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths: M cgi-bin/LJ/Widget/CustomizeTheme.pm M cgi-bin/LJ/Widget/S2PropGroup.pm A htdocs/stc/cssedit/codemirror.css A htdocs/stc/cssedit/css-hint.js A htdocs/stc/cssedit/show-hint.css A htdocs/stc/cssedit/show-hint.js A htdocs/stc/cssedit/twilight.css M htdocs/stc/s2edit/codemirror.css
Log Message:
Add CodeMirror to Custom CSS field (#3123)
Add codemirror scripts
fix codemirror import?
fix paths
can i make codemirror work
escape dollar sign
add missing paren
don't use jquery since apparently it's not on this page
Add codemirror css file
Add a few style tweaks
style tweaks for codemirror syntax highlighter
add dark theme to codemirror
refactor javascript; add hinting
Add css hinting file
resolve merge conflict
are the paths correct NOW
move files around
fix check for whether hinting should apply on empty lines; change tab behavior to tab+space
Add hint about tab+space
update keyboard shortcuts
update resources
update suggestion for hinting to not use cmd