Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@dugite-code dugite-code released this 19 Feb 05:45
· 93 commits to master since this release
2cb11ad

Added new Tag Filter option. You can now define article tags based on article contents.

Available Options:

  • Xpath - Fetch tags based on xpath.
  • Regex - Fetch tags based on regular expression.
  • Search - Search based on regular expression and return a pre-defined tag if match found or if match is not found.
  • Split tags based on delimiter.
  • Replace existing tags if desired.