From da163344af4d21862960bd88ece2c94b2f808088 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Sun, 20 Jun 2021 19:59:20 +0200 Subject: [PATCH] 1.1.9 Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8886566..69c25ce 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Part 6: Intro to Obsidian-Excalidraw: Embedding drawings (2:08) ## 1.1.9 - I modified the behavior of Excalidraw text element links. - - CTRL/META click a text element to open it as a link. + - CTRL/META + click a text element to open it as a link. - +SHIFT opens the link in a new pane - +ALT creates the file referenced by the link if the file did not exist - Added a setting to limit link functionality to `[[valid Obsidian links]]` only. By default the full text of a text element is treated as a link unless it contains a `[[valid internal link]]`, in which case only the [[internal link]] is used. The new setting may be beneficial if you want to avoid unexpected updates to text on your drawings. This may happen if your text element in a drawing accidentally matches a file in your vault, and you happen to rename or move that file. By limiting link behavior to `[[valid internal links]]` only, these accidental matches can be avoided. Not frequent (but happened to me recently).