Players modal form
unlistedby Zachatoo
Allows editing nested YAML for the players object for logging plays.
Updated 1mo ago0BSD
Players Modal Form
Personal plugin for managing players for a logged play session in my vault. I do not currently have plans to expand this to be usable for other use cases.
Contributing
Releasing new releases
- Update your
manifest.jsonwith the minimum Obsidian version required for your latest release. This step is only required if you're using newer APIs that are not available in the current minimum Obsidian version you're using. - Run
npm version patch,npm version minorornpm version major.- The command will bump version in
manifest.jsonandpackage.json, and add the entry for the new version toversions.json. It will also create a git tag matching the version.
- The command will bump version in
- Push to git with the
--follow-tagsflag.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.