Skip to content

Releases: thepigeongenerator/txtinsert

v0.1.2

26 Nov 13:55
Compare
Choose a tag to compare

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

26 Nov 11:41
Compare
Choose a tag to compare

changelog

  • added parameters and arguments:
$NAME parm {
    $parm$
}

$NAME "arg"$

Binary has been removed for compatibility reasons. Please use v0.1.2 or higher

v0.1.0

28 Oct 16:02
Compare
Choose a tag to compare

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)