From 6af83889fc1bf5d205ad389c57061d5aaaa1ff02 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 30 Oct 2025 09:45:48 +0200 Subject: [PATCH] Updated Script API (markdown) --- Script API.md | 8 -------- Script-API.md | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 Script API.md create mode 100644 Script-API.md diff --git a/Script API.md b/Script API.md deleted file mode 100644 index d035fdc..0000000 --- a/Script API.md +++ /dev/null @@ -1,8 +0,0 @@ -For [[Scripts]] to do anything useful, Trilium publishes "Script API". Actually there are two such APIs: - -* [Frontend API](https://zadam.github.io/trilium/frontend_api/FrontendScriptApi.html) -* [Backend API](https://zadam.github.io/trilium/backend_api/BackendScriptApi.html) - -## Backwards compatibility - -Note that Script API is now experimental and subject to change in the future. \ No newline at end of file diff --git a/Script-API.md b/Script-API.md new file mode 100644 index 0000000..cbc10e7 --- /dev/null +++ b/Script-API.md @@ -0,0 +1 @@ +See https://docs.triliumnotes.org/user-guide/scripts/script-api. \ No newline at end of file