Update Home

Jean Viscogliosi-Pate 2025-08-17 22:21:48 -04:00
parent 00d2d10014
commit ad9ef4ad6f
1 changed files with 14 additions and 9 deletions

23
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 ## 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, 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/pears/only first 3/` will become "pea"
- `cut/crocodiles/off last 1/` will become "crocodile" - `cut/pears/off last 1/` will become "pear"
- `cut/cut/crocodiles/off first 4//off last 1/` will first become "odiles" and then become "odile" - `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! `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.
- 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. `a/an` will become either "a" or "an" depending on whether the following word starts with a vowel sound.