Skip to content

ObsidianMC/ShuffleMOTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ShuffleMOTD

A simple Obsidian plugin that shuffles your MOTD

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages