mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 08:56:57 +01:00
feat(docs): reorganize scripting notes and finalize attribute reference
This commit is contained in:
7
docs/User Guide/User Guide/Scripting/Script API.md
Normal file
7
docs/User Guide/User Guide/Scripting/Script API.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user