From ce30c0db0b2ac5fbd0c0799b44b7c589d54aff82 Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Tue, 5 Apr 2022 09:28:44 +0000 Subject: [PATCH 1/2] Update en.ts --- src/lang/locale/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/locale/en.ts b/src/lang/locale/en.ts index d382e3e..dd7c8a7 100644 --- a/src/lang/locale/en.ts +++ b/src/lang/locale/en.ts @@ -96,7 +96,7 @@ export default { TEMPLATE_DESC: "Full filepath to the Excalidraw template. " + "E.g.: If your template is in the default Excalidraw folder and it's name is " + - "Template.md, the setting would be: Excalidraw/Template.md (or just Excalidraw/Template - you may ommit the .md file extension" + + "Template.md, the setting would be: Excalidraw/Template.md (or just Excalidraw/Template - you may ommit the .md file extension). " + "If you are using Excalidraw in compatibility mode, then your template must be a legacy excalidraw file as well " + "such as Excalidraw/Template.excalidraw.", SCRIPT_FOLDER_NAME: "Excalidraw Automate script folder", From dd144bd17368e381075892435d30512f91eb7df9 Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:05:45 +0000 Subject: [PATCH 2/2] Change pseudo-markdown link to hyperlink Formatted as a markdown link, but shows up as plain text in Obsidian plugin settings. This changes it to a hyperlink that leads to the linked url when clicked. --- src/lang/locale/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/locale/en.ts b/src/lang/locale/en.ts index dd7c8a7..1bc9a92 100644 --- a/src/lang/locale/en.ts +++ b/src/lang/locale/en.ts @@ -82,7 +82,7 @@ export default { RELEASE_NOTES_NAME: "Display Release Notes after update", RELEASE_NOTES_DESC: "Toggle ON: Display release notes each time you update Excalidraw to a newer version.
" + - "Toggle OFF: Silent mode. You can still read release notes on [GitHub](https://github.com/zsviczian/obsidian-excalidraw-plugin/releases).", + "Toggle OFF: Silent mode. You can still read release notes on GitHub.", FOLDER_NAME: "Excalidraw folder", FOLDER_DESC: "Default location for new drawings. If empty, drawings will be created in the Vault root.",