mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-08 06:21:31 +08:00
7 lines
420 B
Markdown
7 lines
420 B
Markdown
# Script API
|
|
Trilium offers a "Script API" that enables scripts to perform various useful functions. There are two main APIs available:
|
|
|
|
* [Frontend API](https://triliumnext.github.io/Notes/frontend_api/FrontendScriptApi.html)
|
|
* [Backend API](https://triliumnext.github.io/Notes/backend_api/BackendScriptApi.html)
|
|
|
|
Please note that the Script API is currently experimental and may undergo changes in future updates. |