Trilium Devtools - webpack + hot reload for code notes #2678
patrickjm
started this conversation 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
Uh oh!
There was an error while loading. Please reload this page.
-
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