Skip to content

Instantly share code, notes, and snippets.

@imsmith
Created December 10, 2022 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imsmith/5589429f9fafb2a91038dfea7b1116fa to your computer and use it in GitHub Desktop.
Save imsmith/5589429f9fafb2a91038dfea7b1116fa to your computer and use it in GitHub Desktop.
get obsidian extensions

in <vault>/.obsidian/plugins und the following command

find . -name manifest.json -prune -exec jq -r '"* [\\(.name)](\\(.authorUrl))", "  - \\(.description)"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment