Skip to content

Instantly share code, notes, and snippets.

@TfTHacker
Last active April 1, 2024 06:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TfTHacker/94e9327e7310217ef5c98ed155b1f5e7 to your computer and use it in GitHub Desktop.
Save TfTHacker/94e9327e7310217ef5c98ed155b1f5e7 to your computer and use it in GitHub Desktop.
Creates a list of all plugins installed in an Obsidian vault
<% Object.values(app.plugins.manifests).map(p=>p.id).sort((a,b)=>a.localeCompare(b)).join('\n') %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment