From dbd8944dbf264c22233b3e001de12edf62ae9c5b Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Sun, 20 Jul 2025 17:56:24 -0400 Subject: [PATCH] Update Home --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 31fc271..6c8d0db 100644 --- a/Home.md +++ b/Home.md @@ -53,6 +53,10 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`! - `exc/words/other words/` can be used to differ content by point-of-view. - `exc/Pov/s like crocodiles/Pov/s love crocodiles/` will become "I like crocodiles" in first-person, "You like crocodiles" in second-person, and "They love crocodiles" in third-person. + - `exc/Pov/s like crocodiles/Pov/s love crocodiles/Pov/s adore crocodiles/` will become "I like crocodiles" in first-person, "You love crocodiles" in second-person, and "They adore crocodiles" in third-person. +- `eql/words/matching words/result if matching/` can be used to differ content by specific reader options. + - `a boy eql/prn/s/he/like me/` will become "a boy like me" if the reader uses "he" pronouns and "a boy" if the reader doesn't. + - `a boy eql/prn/s/he/like me/but I'm not/` will become "a boy like me" if the reader uses "he" pronouns and "a boy but I'm not" if the reader doesn't. - `cut/words/only (or off) first (or last) number/` can be used to remove letters. There will always be at least one letter remaining after a cut and, if possible, at least one letter removed. - `cut/crocodiles/only first 4/` will become "croc" - `cut/crocodiles/off last 1/` will become "crocodile"