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/lang/locale/en.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ export default {
139
139
"3) and paste your work to the new document with CTRL/CMD+V.",
140
140
ARIA_LABEL_TRAY_MODE: "Tray-mode offers an alternative, more spacious canvas",
141
141
TRAY_TRAY_MODE: "Toggle tray-mode",
142
+
TOGGLE_COMPACT_MODE: "Toggle compact-mode",
142
143
TRAY_SCRIPT_LIBRARY: "Script Library",
143
144
TRAY_SCRIPT_LIBRARY_ARIA: "Explore the Excalidraw Script Library",
144
145
TRAY_EXPORT: "Export Image...",
@@ -449,6 +450,10 @@ export default {
449
450
"Note: This setting does not affect the PDF export feature within Excalidraw itself.<br>"+
450
451
"See the other related setting for <a href='#"+TAG_MDREADINGMODE+"'>Markdown Reading Mode</a> under 'Appearance and Behavior' further above.<br>"+
451
452
"⚠️ You must close and reopen the Excalidraw/markdown file for changes to take effect. ⚠️",
453
+
MODES_HEAD: "Modes",
454
+
TRAY_MODE_NAME: "Enable tray-mode",
455
+
COMPACT_MODE_NAME: "Compact-mode on Tablets",
456
+
COMPACT_MODE_DESC: "Overrides tray-mode on tablets, allowing the native Excalidraw compact-mode to be used instead.",
452
457
HOTKEY_OVERRIDE_HEAD: "Hotkey overrides",
453
458
HOTKEY_OVERRIDE_DESC: `Some of the Excalidraw hotkeys such as <code>${labelCTRL()}+Enter</code> to edit text or <code>${labelCTRL()}+K</code> to create an element link `+
454
459
"conflict with Obsidian hotkey settings. The hotkey combinations you add below will override Obsidian's hotkey settings while using Excalidraw, thus "+
Copy file name to clipboardExpand all lines: src/shared/Dialogs/Messages.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@ I build this plugin in my free time, as a labor of love. Curious about the philo
21
21
# New from Excalidraw.com
22
22
- New library search feature [#9903](https://github.com/excalidraw/excalidraw/pull/9903)
23
23
- You can rename library items by selecting them, then choosing "Rename or publish" from the ... menu.
24
+
- New compact mode for tablets [#9910](https://github.com/excalidraw/excalidraw/pull/9910)
25
+
- New setting in plugin setting \`Compact-mode on Tablets\` to override tray-mode on tablets in favor of the new compact mode.
26
+
27
+
# New
28
+
- Embedding PDF as images, frames are now marker frames instead of regular frames. You can reference pages including their markup in markdown notes using this syntax: \`![[drawing#^frame=12]]\` (page 12)
29
+
- Pinned scripts and Obsidian toolbar is now on the right side in all modes: tray-, normal-, and compact. The toolbar moves into view when the sidpanel is openned for the stencil library or for search.
0 commit comments