Update Home

Jean Viscogliosi-Pate 2025-07-20 17:56:24 -04:00
parent 2f605b9479
commit dbd8944dbf
1 changed files with 4 additions and 0 deletions

@ -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/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/` 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/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/only first 4/` will become "croc"
- `cut/crocodiles/off last 1/` will become "crocodile" - `cut/crocodiles/off last 1/` will become "crocodile"