Which things should I learn to use the scripting feature of Trilium? #2935
Answered
by
zadam
WantToLearnJapanese
asked this question in
Q&A
-
Which things should I learn to use the scripting feature of Trilium? Node.js? Javascript? Since I have no experience in programming with Javascript, it will be helpful for me if you can suggest some good starting points for using Trilium with the scripting feature. |
Beta Was this translation helpful? Give feedback.
Answered by
zadam
Jun 21, 2022
Replies: 1 comment
-
Mainly JavaScript. You don't really need to know node.js as it's largely just JavaScript + backend APIs (which are not very relevant in Trilium). Depending on what you need to do, some familiarity with jQuery, HTML and CSS might be also needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WantToLearnJapanese
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mainly JavaScript. You don't really need to know node.js as it's largely just JavaScript + backend APIs (which are not very relevant in Trilium).
Depending on what you need to do, some familiarity with jQuery, HTML and CSS might be also needed.