"canvas": true, "outgoing-link": true, "tag-pane": true, "properties": false, "page-preview": true, "daily-notes": true, "templates": true, "note-composer": true, "command-palette": true, "slash-command": false, "editor-status": true, "bookmarks": true, "markdown-importer": ...
Focus on a single node and blur all other nodes Better readonly Disable node popup menus Lock the canvas' position Lock the canvas' zoom Encapsulate selection Create a new canvas from the selected nodes Create a link to the new canvas in the current canvas ...
Upon checking the source file, I found that the node data was also missing. I'd really like to understand why this is happening. Could it be due to conflicts between different plugins? I have 3-4 other plugins related to canvas installed. System: macOS 14.6.1 Obsidian version: 1.6.7 Ot...
NotificationsYou must be signed in to change notification settings Fork0 Star0 Issues Breadcrumbs obsidian-blog / package-lock.json Latest commit dependabot[bot] chore(deps-dev): bump @types/node from 20.11.11 to 20.11.14 (#779) Feb 1, 2024 ...
// node.expand(); // } @@ -252,7 +252,7 @@ export default class MindMapPlugin extends Plugin { var mindmap = mindmapView.mindmap; var node = mindmap.selectNode; if(node) { if (!node.isEdit) {// Not editing if (!node.data.isEdit) {// Not editing ...
target.className === "excalidraw__canvas" || //@ts-ignore @@ -2941,7 +2928,7 @@ export default class ExcalidrawPlugin extends Plugin { (process.env.NODE_ENV === 'development') && DEBUGGING && debug(onFileMenuEventSaveActiveDrawing,`ExcalidrawPlugin.onFileMenuEventSaveActiveDrawing`)...
label: L.setting.watermark.height(), path: "watermark.height", type: "number", when: { flag: true, path: "watermark.enable" }, }, ]; const ModalContent: FC<{ markdownEl: Node; settings: ISettings; frontmatter: FrontMatterCache | undefined; title: string; app: App; metadataMap: Re...