-
Is there a way to create a new node type? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If i'm getting this right, there already exists such type of notes: code notes. Specifically CSS, JS_Frontend and JS_Backend can be used to add scripts/custom themes/etc to Trilium app. |
Beta Was this translation helpful? Give feedback.
-
thanks for your reply, however that's not quite what I meant. What I'd like to create is a new type that I could call 'Project', and that would list child notes in another sequence (using js and css) as well as calculate various stats about the child notes. So the content is NOT js/css, but the new type would use those to present the information in a different way. |
Beta Was this translation helpful? Give feedback.
-
Indeed, looks like that combination would work for what I want to do: I'll look into that some more. Thank for your insight into this! |
Beta Was this translation helpful? Give feedback.
thanks for your reply, however that's not quite what I meant. What I'd like to create is a new type that I could call 'Project', and that would list child notes in another sequence (using js and css) as well as calculate various stats about the child notes. So the content is NOT js/css, but the new type would use those to present the information in a different way.
The 'render' note type might be able to do this, not sure. But there might be more flexibility by creating a new note type.