Skip to main content

template-tools介绍

开源templatevscode插件Less than 1 minute

Replacing content in a template with data

How to use

  1. First create a file with template suffix.
  2. Provide a template with the placeholder ${x}.
  3. Select how the data will be supplied, such as by input or file import.
  4. 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

en_manual

Using file uploading

en_upload

Other

This project is used to work with vscode plugin, save and export on the page as calling methods in vscode.

What do you think?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v3.0.0-alpha.10