Feature: Convert to Markdown button at editor of Card Description and Comment. Useful when there is no WYSIWYG editor.

Thanks to BabyFnord and xet7 !

Fixes #5012,
fixes #3003,
fixes #3399,
fixes #2968,
fixes #2933
This commit is contained in:
Lauri Ojansivu 2023-10-03 06:38:15 -04:00
parent 0e902d73a8
commit 069e2c69b2
6 changed files with 26 additions and 78 deletions

View file

@ -13,16 +13,14 @@
},
"homepage": "https://wekan.github.io",
"devDependencies": {
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"flatted": "^3.2.2",
"sinon": "^13.0.2",
"sinon-chai": "^3.7.0"
"sinon": "^13.0.2"
},
"dependencies": {
"@babel/runtime": "^7.22.11",
"@mapbox/node-pre-gyp": "^1.0.10",
"@rwap/jquery-ui-touch-punch": "^1.0.11",
"@wekanteam/html-to-markdown": "^1.0.2",
"@wekanteam/meteor-globals": "^1.1.4",
"@wekanteam/meteor-reactive-cache": "^1.0.6",
"ajv": "^6.12.6",