mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
added NotebookLM link
This commit is contained in:
@@ -20,8 +20,7 @@ export class ScriptInstallPrompt extends Modal {
|
||||
this.contentDiv = document.createElement("div");
|
||||
this.contentEl.appendChild(this.contentDiv);
|
||||
|
||||
const searcher = new ContentSearcher(this.contentDiv);
|
||||
this.contentEl.prepend(searcher.getSearchBarWrapper());
|
||||
new ContentSearcher(this.contentDiv);
|
||||
|
||||
this.containerEl.classList.add("excalidraw-scriptengine-install");
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user