mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
1.8.14
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "1.8.13",
|
||||
"version": "1.8.14",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
|
||||
@@ -528,9 +528,6 @@ export class ExcalidrawData {
|
||||
if (parseRes.link) {
|
||||
textEl.link = parseRes.link;
|
||||
}
|
||||
if(!parseRes.link && elementLink.done) {
|
||||
textEl.link = null;
|
||||
}
|
||||
//this will set the rawText field of text elements imported from files before 1.3.14, and from other instances of Excalidraw
|
||||
if (textEl && (!textEl.rawText || textEl.rawText === "")) {
|
||||
textEl.rawText = text;
|
||||
|
||||
@@ -17,6 +17,10 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
|
||||
|
||||
<div class="ex-coffee-div"><a href="https://ko-fi.com/zsolt"><img src="https://cdn.ko-fi.com/cdn/kofi3.png?v=3" height=45></a></div>
|
||||
`,
|
||||
"1.8.14":`
|
||||
## Fixed
|
||||
- text element link gets deleted when the drawing is reloaded
|
||||
`,
|
||||
"1.8.13": `
|
||||
## Fixed
|
||||
- When changing a text element in markdown mode, the change seem to have showed up when switching back to Excalidraw mode, but then lost these changes when loading the file the next time.
|
||||
|
||||
Reference in New Issue
Block a user