Skip to content

Bug in frontend when pasting markdown #13568

@amerkay

Description

@amerkay

Bug Description

I love the notes feature, but it does not work well when pasting markdown (eg. ChatGPT output). It partially pastes, then cuts off.

This happens on v1.1.1 and v1.2.1.

To replicate issue, try pasting this example MD into a new note:

## 💻 Git Commands That Sound Smarter Than They Are

- `git init`  
  > Birth of a future problem.
- `git stash pop`  
  > *Surprise! Here's the mess you tried to forget.*
- `git checkout -b feature/sanity`  
  > A branch name full of hope and lies.

Notice that it cuts off after the first bullet point. Also, the block quote add a return.

Image

Expected behavior

It must always paste the full text, and not cut off with no warning or error message, at least.

Technical inputs

No error toast, or anything on console.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

🔖 Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions