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
-
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 a
Cursforge
orModrinth
link of the mod.Template
Creates a note populated with Owner, Title, Description, Client, Server, & URL of the mod auto-populated into the front matter.
Here is a gist link to the script tp.user.getMCModInfoFromURL(tp) that prompts for the mod URL and parses info from it. Hitting the Modrinth or Curseforge API to find the basic info of the mod.
Beta Was this translation helpful? Give feedback.
All reactions