From a3d41c560b5d2df34743a276da96eed4dc017966 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Oct 2021 23:06:13 +0300 Subject: [PATCH] Revert "Re-enables custom schemes auto linking" https://github.com/wekan/wekan/pull/4059 because Markdown links did not work, commented out some code. Thanks to mfilser and xet7 ! Related https://github.com/wekan/wekan/pull/4059 --- CHANGELOG.md | 2 -- packages/markdown/src/template-integration.js | 9 ++------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c13ae89..155833c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,8 +60,6 @@ and fixes the following bugs: Thanks to mfilser and xet7. - [Long labels on card and minicard are wrapped if too long](https://github.com/wekan/wekan/pull/4073). Thanks to mfilser. -- [Re-enables custom schemes auto linking](https://github.com/wekan/wekan/pull/4059). - Thanks to chrisi51. - [Card dates, if deleted rules didn't apply on "unset date fields"](https://github.com/wekan/wekan/pull/4075). Thanks to mfilser. - [Comment, added confirm delete popup](https://github.com/wekan/wekan/pull/4077). diff --git a/packages/markdown/src/template-integration.js b/packages/markdown/src/template-integration.js index 2920b46a8..fbc64732b 100755 --- a/packages/markdown/src/template-integration.js +++ b/packages/markdown/src/template-integration.js @@ -9,6 +9,7 @@ var Markdown = require('markdown-it')({ import markdownItMermaid from "@wekanteam/markdown-it-mermaid"; +/* // Static URL Scheme Listing var urlschemes = [ @@ -22,10 +23,6 @@ var urlschemes = [ "mailspring" ]; - - - - // Better would be a field in the admin backend to set this dynamically // instead of putting all known or wanted url schemes here hard into code // but i was not able to access those settings @@ -38,6 +35,7 @@ for(var i=0; i