Skip to content

Commit

Permalink
Update templateSyntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech authored Jan 24, 2018
1 parent 6aba399 commit 2de8958
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/templateSyntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Inside files you have to use:
```
butler{<expr>}
```
For directory or file names you have to use:
For directory or file names you have to use a different delimiter to save character because windows has a path [limit](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx). We recommend to use short question names in the `survey-butler.yml`.
```
{<expr>}
```


## Where can I use templates?
- Filenames
- Directories
Expand Down Expand Up @@ -63,4 +64,4 @@ Folder: {if eq getDb `mongodb` }mongodb{end}
Build the filename based on an answer:
```
Filename: {print getColor `.md`}
```
```

0 comments on commit 2de8958

Please sign in to comment.