Random names

by Tom Parker-Shemilt
5
4
3
2
1
Score: 53/100

Description

Category: Note Enhancements

The Random Names plugin is a unique addition to your Obsidian toolkit. With this plugin, you can easily inject random names into your documents, adding variety and interest to your writing. The plugin offers a wide range of categories for both people and items, giving you a vast pool of options to choose from. Whether you're looking to add realistic names to historical records or simply want to spice up your creative writing, Random Names is a convenient solution that's easy to use and requires minimal setup.

Reviews

No reviews yet.

Stats

2
stars
1,055
downloads
0
forks
748
days
745
days
745
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
22
commits

README file from

Github

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

  1. Clone this repo.
  2. Make sure your NodeJS is at least v16 (node --version).
  3. ./pnpm i to install dependencies.
  4. ./pnpm dev to start compilation in watch mode.

Manually installing the plugin

  1. Run ./pnpm build
  2. Copy over main.js and manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-random-names/.

Releasing

  1. Update the version in package.json
  2. ./pnpm run version and commit the changes
  3. Create an annotated tag (e.g. git tag -a 1.0.1 -m "1.0.1")
  4. Goto github, wait for the new release, and then mark it as published.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.