You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/Dialogs/Messages.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ I build this plugin in my free time, as a labor of love. Curious about the philo
17
17
18
18
<div class="ex-coffee-div"><a href="https://ko-fi.com/zsolt"><img src="https://storage.ko-fi.com/cdn/kofi6.png?v=6" border="0" alt="Buy Me a Coffee at ko-fi.com" height=45></a></div>
19
19
`,
20
+
"2.13.1":`
21
+
## New
22
+
- Support for Obsidian bases as embeddables in Excalidraw.
23
+
- **Note:** The feature is only available to Insiders who have Obsidian 1.9.4 or later installed.
24
+
- If your base includes multiple views you can pin the desired view similar to filtering to a section (click top left # button; \`[[my.base|my view]]\`).
25
+
26
+
## Fixed
27
+
- Cannot type in embedded web forms. In certain cases, typing within these embeds would trigger Excalidraw hotkeys instead of interacting with the embedded content. [#2403](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2403)
0 commit comments