nextcloud/text

Raw markdown editing

Aberta

#3.570 aberto em 13 de dez. de 2022

 (22 comentários) (48 reações) (0 responsável)JavaScript (125 forks)auto 404
1. to developenhancementformat: markdownhelp wanted

Métricas do repositório

Stars
 (644 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador