Raw markdown editing
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 659
- Forks
- 133
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 110
Description
Is your feature request related to a problem? Please describe.
Sometimes markdown has non-standard elements that Text renders as it thinks is standard.
Describe the solution you'd like
A button "Edit raw" that would allow editing raw markdown.
Describe alternatives you've considered
Additional context
If you always want to edit raw markdown on your instance you can disable the richtext rendering and editing with this command:
occ config:app:set text rich_editing_enabled --value=0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Text editor and trace how rich-text editing is enabled or disabled through the rich_editing_enabled setting. Define how an "Edit raw" control should expose and save Markdown containing non-standard elements, while preserving the existing editing behavior; the feature is done when raw Markdown can be edited without being normalized by the rich-text renderer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100