Update Home
parent
e7538218c0
commit
526db6c647
2
Home.md
2
Home.md
|
@ -58,6 +58,6 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`!
|
||||||
- `cut/crocodiles/off last 1/` will become "crocodile"
|
- `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/cut/crocodiles/off first 4//off last 1/` will first become "odiles" and then become "odile"
|
||||||
- `cap/words/` turns the words to lowercase, `Cap/words/` capitalizes the first letter, and `CAP/words/` turns the words to ALL CAPS!
|
- `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.
|
- Please note that all caps can be disruptive for screen reader users. If you are able, consider using the CSS text-transform property instead. This can be done on AO3 with work skins.
|
||||||
- `mrr/words/` will cause the group of words to have its letters reversed, as if mirrored.
|
- `mrr/words/` will cause the group of words to have its letters reversed, as if mirrored.
|
||||||
- Readers can add their own replacements! If you want to write with a custom marker not provided by MetamorPOV, you have the option of suggesting that your readers add it to their configuration. Examples of replacements that may be useful but are not provided by MetamorPOV include last names, nicknames, and nobility titles.
|
- Readers can add their own replacements! If you want to write with a custom marker not provided by MetamorPOV, you have the option of suggesting that your readers add it to their configuration. Examples of replacements that may be useful but are not provided by MetamorPOV include last names, nicknames, and nobility titles.
|
Loading…
Reference in New Issue