Players modal form

unlisted

by Zachatoo

Allows editing nested YAML for the players object for logging plays.

Updated 1mo ago0BSD
View on GitHub

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.

image

Contributing

Releasing new releases

  • Update your manifest.json with 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 minor or npm version major.
    • The command will bump version in manifest.json and package.json, and add the entry for the new version to versions.json. It will also create a git tag matching the version.
  • Push to git with the --follow-tags flag.

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.