JS backend script to mirror GitHub gists into note tree #4082
jwhonce
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Nice! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
More fun in JavaScript, this copies gists from GitHub into a note tree. It is NOT a sync tool. Content is pulled from GitHub and written into the trilium note subtree. This allows me to @link to a gist from a note and search gist content within trilium. Maybe someone else will find it useful. The script does not delete notes but it does rewrite content based on the fist filename as the tirilium note title.
https://github.com/jwhonce/trilium-addons/blob/main/gistMirror/gistMirror.js
Beta Was this translation helpful? Give feedback.
All reactions