mirror of
https://github.com/irewiewer/obsidian-random-numbers-generator-plugin.git
synced 2026-07-22 09:00:27 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Random Plugin
As simple as it gets - adds a command for generating a ranodm number. Either run the command from the command palette or bind a hotkey for it.
Features the following settings:
- Seed: add a seed to the randomness
- Low range value: lower limit of the random range
- High range value: upper limit of the random range
- Space after number: toggle the addition of a space character after generating a number
Planned features (aka maybe will add):
- support for generating 'n' numbers at once
- support for other types of random numbers, such as:
- floats
- bools
- hexadecimals
- random.org support with your own API key