Skip to content

Commit

Permalink
Update characterdesign.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 authored Aug 23, 2024
1 parent 60310b7 commit b0cac59
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Usage/Core Concepts/characterdesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,17 @@ Example:

Circumstances and context of the dialogue.

### Replacement tags (macros)
### Favorite Character

Mark the character as a favorite to quickly filter on the side menu bar by selecting the "Favorites" sort option. Favorite characters have a golden highlight in the list. This will also make the character portrait appear in the hotswaps area (if enabled in User Settings).

### Macros (replacement tags)

**This list may be incomplete or outdated. Use the `/help macros` slash command in any SillyTavern chat to get the list of macros that work in your instance.**

A list of tags that are replaced when sending to generate:
Note: some extensions may also add special context-specific macros that only work in certain places. These will not be documented here.

A list of macros that are replaced when sending a prompt to generate:

1. \{\{pipe\}\} => only for slash command batching. Replaced with the returned result of the previous command.
2. \{\{newline\}\} => just inserts a newline.
Expand Down Expand Up @@ -209,7 +214,3 @@ A list of tags that are replaced when sending to generate:
8. \{\{addglobalvar::name::value\}\} – replaced with empty string, adds a numeric value of "increment" to the global variable "name"
9. \{\{incglobalvar::name\}\} – replaced with the result of the increment of value of the global variable "name" by 1
10. \{\{decglobalvar::name\}\} – replaced with the result of the decrement of value of the global variable "name" by 1

### Favorite Character

Mark the character as a favorite to quickly filter on the side menu bar by pressing the "star" button.

0 comments on commit b0cac59

Please sign in to comment.