mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Examples
|
|
|
|
This directory contains example of valid, ready-to-go configurations for Context Mod for the purpose of:
|
|
|
|
* showcasing what the bot can do
|
|
* providing best practices for writing your configuration
|
|
* providing generally useful configurations **that can be used immediately** or as a jumping-off point for your configuration
|
|
|
|
|
|
|
|
### Examples Overview
|
|
|
|
* Rules
|
|
* [Attribution](/docs/examples/attribution)
|
|
* [Recent Activity](/docs/examples/recentActivity)
|
|
* [Repeat Activity](/docs/examples/repeatActivity)
|
|
* [History](/docs/examples/history)
|
|
* [Author](/docs/examples/author)
|
|
* [Regex](/docs/examples/regex)
|
|
* [Toolbox User Notes](/docs/examples/userNotes)
|
|
* [Advanced Concepts](/docs/examples/advancedConcepts)
|
|
* [Rule Sets](/docs/examples/advancedConcepts/ruleSets.json5)
|
|
* [Name Rules](/docs/examples/advancedConcepts/ruleNameReuse.json5)
|
|
* [Check Ordering](/docs/examples/advancedConcepts)
|
|
* [Subreddit-ready examples](/docs/examples/subredditReady)
|
|
|
|
PROTIP: You can edit/build on examples by using the [schema editor.](https://json-schema.app/view/%23?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fcontext-mod%2Fmaster%2Fsrc%2FSchema%2FApp.json)
|