JS backend script to mirror GitHub gists into note tree #4082
Unanswered
jwhonce
asked this question in
Show and tell
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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