From ad9ef4ad6f354617c6ea57cd02ea8f1c751343e5 Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Sun, 17 Aug 2025 22:21:48 -0400 Subject: [PATCH] Update Home --- Home.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Home.md b/Home.md index 62fdd32..4bfc121 100644 --- a/Home.md +++ b/Home.md @@ -61,21 +61,26 @@ At any point in the where using the reader's name is preferable to using their p ## Additional features -`if/`word A` is `word B`/`result if matching`/` can be used to differ content by specific reader options. +`if/` can be used to compare with markers. - `a boy, if/prn/n is boy/like me/` will become "a boy, like me" if the reader uses "boy" as their youth noun -- `a boy, ife/prn/n is boy/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" otherwise +- `a boy, ife/prn/n is boy/like me/but I'm not/` will become "a boy, like me" if the reader uses "boy" as their youth noun and "a boy, but I'm not" otherwise -`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/` 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" -- `cut/cut/crocodiles/off first 4//off last 1/` will first become "odiles" and then become "odile" +- `cut/pears/only first 3/` will become "pea" +- `cut/pears/off last 1/` will become "pear" +- `cut/cut/pears/off first 2//off last 3/` will first become "ars" and then become "a" -`cap/words/` turns the words to lowercase, `Cap/words/` capitalizes the first letter, and `CAP/words/` turns the words to ALL CAPS! -- Please note that all caps can be disruptive for screen reader users. If you are able, consider using the CSS text-transform property instead. AO3 allows this with work skins. +`cap/` can be used to change how markers are capitalized. Please note that all caps can be disruptive for screen reader users. If you are able, consider using the CSS text-transform property instead. AO3 allows this with work skins. -`mrr/words/` will cause the group of words to have its letters reversed, as if mirrored. +- `cap/Lemon/` will become "lemon" +- `Cap/lime/` will become "Lime" +- `CAP/orange/` will become "ORANGE" + +`mrr/` will reverse the order of letters, as if mirrored. + +- `mrr/kumquat/` will become "tauqmuk" `a/an` will become either "a" or "an" depending on whether the following word starts with a vowel sound.