Random names
approvedby Tom Parker-Shemilt
Generates random names.
★ 2 stars↓ 1,015 downloadsUpdated 1y agoAGPL-3.0
Obsidian Random names
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.
How to use
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). ./pnpm ito install dependencies../pnpm devto start compilation in watch mode.
Manually installing the plugin
- Run
./pnpm build - Copy over
main.jsandmanifest.jsonto your vaultVaultFolder/.obsidian/plugins/obsidian-random-names/.
Releasing
- 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.
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.