You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reactoholic
changed the title
Copy of Spike: Allowing pasting of image content in markdown editor
Implement pasting of image content in markdown editor
Jan 3, 2025
The functionality has been implemented successfully, but there is a minor issue with pasting images into the Markdown editor. Specifically, when an image is copied from the internet, it is pasted twice. To prevent this, we need to disable the default pasting behavior of tiptap/react. Unfortunately, doing so also disables the pasting of text in the Markdown editor. This is the last remaining issue that needs to be resolved in order to complete the task.
Description
As a user I want to be able to cut and paste images into my markdown content, without having to save the image first to disk
Acceptance criteria
The text was updated successfully, but these errors were encountered: