Releases: thepigeongenerator/txtinsert
Releases · thepigeongenerator/txtinsert
v0.1.2
changelog
- allow for alphanumeric characters in definition/variable names.
-
bugfixes
- multiple arguments were not being interpreted correctly. (only the last argument was read, and used as the first parameter)
- version number in the previous version was mistakenly set to 0.2.0, which should've been 0.1.1, this mistake has been fixed and this version is correct as the corresponding version 0.1.2
v0.1.1
v0.1.0
Define a field in a text file using:
$NAME {
// text goes here
}
$NAME
is the identifier, and needs to be all uppercase and only A-Z
.
How you can insert the text defined under the name, NAME
is quite simple; all occurrences of $NAME$
will be replaced with the contents of $NAME
.
What I'll add in the future:
- parameters, so you can still edit the text fields just a little bit.
- better identifier naming support (mainly thinking alphanumeric characters)