nextcloud/text

Raw markdown editing

Offen

#3.570 geöffnet am 13.12.2022

 (22 Kommentare) (48 Reaktionen) (0 zugewiesene Personen)JavaScript (125 Forks)auto 404
1. to developenhancementformat: markdownhelp wanted

Repository-Metriken

Stars
 (644 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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