Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Jun 12, 2021
1 parent 1a7d152 commit e6292ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ Multi-choices are pretty simple. They're like folders for other choices. Here ar
| `{{VALUE}}` or `{{NAME}}` | Interchangeable. Represents the value given in an input prompt. |
| `{{VALUE:<variable name>` | You can now use variable names in values. They'll get saved and inserted just like values, but the difference is that you can have as many of them as you want. Use comma separation to get a suggester rather than a prompt. |
| `{{LINKCURRENT}}` | A link to the file from which the template is activated from. `[[link]]` format. |
| `{{MACRO:<MACRONAME>}}` | Execute a macro and get the write the return value here. |
| `{{MACRO:<MACRONAME>}}` | Execute a macro and get the write the return value here. |
| `{{TEMPLATE:<TEMPLATEPATH>}}` | Include templates in your `format`. Supports Templater syntax. |

## QuickAdd API
#### `inputPrompt(header: string, placeholder?: string, value?: string): string`
Expand Down

0 comments on commit e6292ab

Please sign in to comment.