update readme

This commit is contained in:
Zsolt Viczian
2021-06-20 20:05:50 +02:00
parent da163344af
commit 5b90ff486f

View File

@@ -64,8 +64,8 @@ Part 6: Intro to Obsidian-Excalidraw: Embedding drawings (2:08)
- 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).
- LaTeX symbol support. I resolved issue #75 by adding a new command palette option ("Insert LaTeX-symbol") to insert an expression containing a LaTeX symbol or a simple formula. Some symbols may not display properly using the "Hand-drawn" font. If that is the case try using the "Normal" or "Code" fonts.
- I 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 in your drawings. This may happen if a text element in a drawing accidentally matches a file in your vault, and you happen to rename or move that file. By limiting the link behavior to `[[valid internal links]]` only, these accidental matches can be avoided. This is not frequent but happened to me recently.
- LaTeX symbol support. I resolved issue [#75](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/75) by adding a new command palette option ("Insert LaTeX-symbol") to insert an expression containing a LaTeX symbol or a simple formula. Some symbols may not display properly using the "Hand-drawn" font. If that is the case try using the "Normal" or "Code" fonts.
## 1.1.8
- Improvements to links