From 9af4264cd0b2e3249a783306e5dc5ba78719dafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=CC=B7O=CC=B7N=CC=B7D=CC=B7O=CC=B7N=CC=B7=E5=B0=91?= =?UTF-8?q?=E6=9E=97?= <22037550+Shivawkes@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:35:19 -0500 Subject: [PATCH] README.md Added line to enable colored text in noting module. Color or any other MFM must be changed manually in index.ts file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3238742..253cab7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Next, create `config.json` in that directory. The contents should be as follows: "i": "Access token for the account you want to run as Ai", "master": "Administrator username (optional)", "notingEnabled": "Enter false to disable random note posting", +"colorNotes": "Enter true to enable colored text for Notes, or any other MFM style.", "keywordEnabled": "Enter true to enable keyword memorization (requires MeCab) (enter false to disable)", "chartEnabled": "Enter false to disable chart function", "reversiEnabled": "Enter true to enable the function to play Reversi with Ai (enter false to disable)",