nextcloud / notes

✎ Distraction-free notes and writing
https://apps.nextcloud.com/apps/notes
GNU Affero General Public License v3.0
606 stars 134 forks source link

Editor assumes .txt are markdown syntax #1158

Open provokateurin opened 10 months ago

provokateurin commented 10 months ago

Steps to reproduce

  1. Go to settings and change file extension to .txt
  2. Create a new note
  3. Edit it and enter markdown syntax like #

Expected behaviour

The editor should not react to/interpret the input and file content as markdown syntax.

Actual behaviour

The editor just assumes the content and input is markdown and thus renders it that way.

Server

Please complete the following information.

provokateurin commented 10 months ago

This happens with both the rich text mode and the edit mode (although it is worse with the rich text mode imo)

joshtrichards commented 5 months ago

Related: #1010