Skip to content

ObsidianMC/ShuffleMOTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Config format

On first run, ShuffleMOTD will generate a new config file named motd.json. It looks like this:

{
	"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.