mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #333] [MERGED] Add markdown editor in the card description when editting #1187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/333
Author: @raflymln
Created: 11/19/2022
Status: ✅ Merged
Merged: 11/20/2022
Merged by: @meltyshev
Base:
master← Head:enhancement/markdown-editor📝 Commits (5)
e5bb502Add React MDE packages2fead01Use Markdown Editor in card description when edittingc38ac91Fix MD Editor style3989901Remove 'as' props1e9d41fHide status and shown only working toolbar📊 Changes
3 files changed (+40 additions, -25 deletions)
View changed files
📝
client/package.json(+2 -0)📝
client/src/components/CardModal/DescriptionEdit.jsx(+38 -22)📝
client/src/components/CardModal/DescriptionEdit.module.scss(+0 -3)📄 Description
Since the card support markdown render, it'd be great if we also had markdown editor so for those who doesn't understand a lot about markdown could use this feature.
With this new feature, there also a drawbacks such as no longer saving when input are onBlur since if we still using this
blurcallback, it'd be called when user trying to click at the editor toolbar such as Bold button.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.