Update Home
parent
be5baf5fc5
commit
38bbb18e84
8
Home.md
8
Home.md
|
@ -51,13 +51,13 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`!
|
|||
|
||||
## Additional features
|
||||
|
||||
- `exc/`phrase`/`third-person alternate`/` can be used to differ content by point-of-view. "exc/Pov/s vrb/like/present/ crocodiles/Pov/s vrb/love/present/ crocodiles/" will become "I like crocodiles" in first-person, "You like crocodiles" in second-person, and "They love crocodiles" in third-person.
|
||||
- `cut/phrase/from where/` or `cut/phrase/from where/to where/` can be used to truncate a variable phrase. If provided, the second number will be treated as relative to the first. *This feature is experimental, so please report any bugs if you notice them!*
|
||||
- `exc/words/other words/` can be used to differ content by point-of-view. "exc/Pov/s vrb/like/present/ crocodiles/Pov/s vrb/love/present/ crocodiles/" will become "I like crocodiles" in first-person, "You like crocodiles" in second-person, and "They love crocodiles" in third-person.
|
||||
- `cut/words/from where/` or `cut/phrase/from where/to where/` can be used to truncate a variable phrase. If provided, the second number will be treated as relative to the first. *This feature is experimental, so please report any bugs if you notice them!*
|
||||
- `cut/crocodiles/-6/` will become "croc," with the last six letters being cut off
|
||||
- `cut/crocodiles/-6/5/` will become "odile" because it starts six spaces from the end and moves five spaces towards the end
|
||||
- `cut/seagull/3/` will become "gull," with the first three letters being cut off
|
||||
- `cut/seagull/0/3/` will become "sea," because it starts at the beginning and moves three spaces towards the end
|
||||
- `cut/seagull/0/-4` will become "gull" because it starts at the end (with zero, the sign of the second number determines the starting side!) and moves four spaces towards the beginning
|
||||
- `cap/`phrase`/` turns the phrase to lowercase, `Cap/`phrase`/` turns the phrase to Start case, and `CAP/`phrase`/` turns the phrase to ALL CAPS.
|
||||
- `mrr/`phrase`/` will cause the phrase to have its letters reversed, as if mirrored.
|
||||
- `cap/words/` turns the words to lowercase, `Cap/`phrase`/` turns the phrase to Start case, and `CAP/`phrase`/` turns the phrase to ALL CAPS.
|
||||
- `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.
|
Loading…
Reference in New Issue