Minecraft Mod Note Template + auto population of info from URL #1440
mitchkm
started this conversation in
Templates Showcase
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
I've been working on a Minecraft modpack and have been organizing it in Obsidian. Created a template and JS script that can quickly stub in a note for a mod with it's basic information given it's
CursforgeorModrinthlink.Template
Prompts for the link to the mod. Then, creates a note populated with Owner, Title, Description, Client/Server sided, & URL for the mod placed in the front matter.
tp.user.getMCModInfoFromURL(tp)
Takes the mod URL and parses info from it, hitting the Modrinth or Curseforge API to do so.
P.S. You will need your own API key to hit Curseforge. Read how to do that here.
All reactions