chore(script_deployer): ensure script directory

This commit is contained in:
Elian Doran
2026-04-22 19:37:22 +03:00
parent d3a2884739
commit daeb51a43c
2 changed files with 34 additions and 3 deletions
@@ -1,3 +1,11 @@
/**
* @trilium-script
*
* id: import-xopp-to-canvas
* type: render
* title: Import XOPP to Canvas
*/
import { useState, useCallback, useRef } from "trilium:preact";
import { runOnBackend, showMessage, showError, activateNote } from "trilium:api";