nextcloud/text

Raw markdown editing

Aperta

#3570 aperta il 13 dic 2022

 (22 commenti) (48 reazioni) (0 assegnatari)JavaScript (125 fork)auto 404
1. to developenhancementformat: markdownhelp wanted

Metriche repository

Star
 (644 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor