This is a plugin for Obsidian that will insert random names into a document. There's a lot of categories of names (both people and items). We use https://github.com/xaroth8088/random-names internally to get the names, and their full list has the complete set.
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). ./pnpm ito install dependencies../pnpm devto start compilation in watch mode.
- Run
./pnpm build - Copy over
main.jsandmanifest.jsonto your vaultVaultFolder/.obsidian/plugins/obsidian-random-names/.
- Update the version in
package.json ./pnpm run versionand commit the changes- Create an annotated tag (e.g.
git tag -a 1.0.1 -m "1.0.1") - Goto github, wait for the new release, and then mark it as published.