getgrav / getgrav/grav-plugin-admin
Provide option to turn off CodeMirror for content textarea
- Dominant language
- PHP
- Stars
- 377
- Forks
- 225
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 4
Description
CodeMirror's RTL handling makes editing content in the admin panel a pain once mixed languages or even Markdown is added to the text.
Removing the reliance on CodeMirror is probably too much to ask, but it would be nice to have the ability to paste text in the admin interface and do light editing without CodeMirror getting in the way.
Contributor guide
Research direction
Locate the admin panel's content textarea and the CodeMirror setup, then trace how that editor is initialized. Add an option that allows the textarea to be used without CodeMirror, and verify that pasting and light editing work in the admin interface while the existing editor behavior remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100