https://github.com/obsidianmc/shufflemotd
https://github.com/obsidianmc/shufflemotd
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidianmc/shufflemotd
- Owner: ObsidianMC
- Created: 2020-11-08T20:57:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T05:51:12.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:35:34.736Z (over 1 year ago)
- Language: C#
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShuffleMOTD
A simple Obsidian plugin that shuffles your MOTD
## Download
ShuffleMOTD gets built using GitHub actions by default. At this moment, the plugin is unsigned. This will change as the ability to set a signing key through environment variables gets introduced.
[Download the latest build here](https://github.com/ObsidianMC/ShuffleMOTD/releases)
## Config format
On first run, ShuffleMOTD will generate a new config file named `motd.json`. It looks like this:
```json
{
"motds":
[
"Hi!",
"Nice meme!",
],
"format" : "Sample format! {0} is the motd"
}
```
Use `Format` to set your MOTD format. Set it to `{0}` to shuffle the whole MOTD.
Use `MOTDs` to set your random MOTDs.