No description
Find a file
2026-05-13 08:37:52 +03:00
.editorconfig Initial commit 2023-11-26 21:07:11 +02:00
.eslintignore Initial commit 2023-11-26 21:07:11 +02:00
.eslintrc Initial commit 2023-11-26 21:07:11 +02:00
.gitignore Initial commit 2023-11-26 21:07:11 +02:00
.npmrc Initial commit 2023-11-26 21:07:11 +02:00
esbuild.config.mjs Initial commit 2023-11-26 21:07:11 +02:00
LICENSE Create LICENSE 2023-11-26 23:46:11 +02:00
main.ts renamed MyPlugin to RNGPlugin; added missing savesettings; 2023-12-01 10:23:40 +02:00
manifest.json updated url 2026-05-13 08:37:52 +03:00
package-lock.json Implemented v1.0 2023-11-26 23:26:55 +02:00
package.json Initial commit 2023-11-26 21:07:11 +02:00
README.md updated readme 2023-11-27 13:09:37 +02:00
styles.css Initial commit 2023-11-26 21:07:11 +02:00
tsconfig.json Initial commit 2023-11-26 21:07:11 +02:00
version-bump.mjs Initial commit 2023-11-26 21:07:11 +02:00
versions.json Implemented v1.0 2023-11-26 23:26:55 +02:00

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