-
The "button" in the launchbar always creates notes in the Demo location. I have a journal also at the root that even when it adds it goes to Demo. Just wondering how to change to a different location? Also where is the script that runs for the "button" ? I wanted to look at it as an example. Thanks in advanced for any help? |
Beta Was this translation helpful? Give feedback.
Answered by
RadonX
Jun 4, 2025
Replies: 0 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a different use case. I think it can help you solve your issue. I make a 2nd Journal, "Chat Journal", with a custom "Open Today's Chat Journal Note" button.
The button can be implemented with a single JS frontend code note. You just need to set its attribute to
#run=frontendStartup
(https://triliumnext.github.io/Docs/Wiki/scripts.html#button-use-case ).Below is the code.