Last active
April 1, 2024 06:47
-
-
Save TfTHacker/94e9327e7310217ef5c98ed155b1f5e7 to your computer and use it in GitHub Desktop.
Creates a list of all plugins installed in an Obsidian vault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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