Trilium Devtools - webpack + hot reload for code notes #2678
Unanswered
patrickjm
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I made a CLI npm tool for webpack hot reloading code notes in trilium.
It's a little rough around the edges, but hopefully you find it useful. Basically, you install the tool to an existing nodejs/npm repo, add a configuration file, run
trilium-devtools start
and it'll set the whole thing up for you.I created an example using Typescript, but if people like it, I could add more examples for using stuff like React or other NPM packages.
You can find it here: https://github.com/patrickjm/trilium-devtools
Beta Was this translation helpful? Give feedback.
All reactions