template-tools介绍
Less than 1 minute
Replacing content in a template with data
How to use
- First create a file with template suffix.
- Provide a template with the placeholder ${x}.
- Select how the data will be supplied, such as by input or file import.
- Click Generate to replace the placeholders in the template with data.
Caution:
- By input, the x in the placeholder is the index of the entered word.
- For file upload, the x is the word in the table header.
The words need to be a combination of letters, numbers, and underscores, and can be separated by spaces.
Example
Using manual input
Using file uploading
Other
This project is used to work with vscode plugin, save and export on the page as calling methods in vscode.