Skip to content

Releases: pBxr/TagTool_WiZArd

Version 2.0.0 Beta (2024-03-10)

10 Mar 16:35
bb591c5
Compare
Choose a tag to compare

Starting with v2.0.0 ttw comes with a GUI, based on Python/tkinter.

The Python framework

  • provides the GUI for all settings and the handling of the application
  • also runs several integrity checks on the files
    (- step by step it will also take over the functions from the c++ core)

Also new to previous versions:

  • The article file and value lists no longer need to be saved in the same folder with ttw, any directory can be chosen.
  • After starting ttw, all parameters (functions, export format) can be set easily by using the GUI-widgets.
  • ttw does the conversion from pandoc to .html automatically, so the source file will be a .docx.
  • Result files will be saved in the same folder with the article source file.
  • ttw checks whether the mandatory .csv lists exist.
  • ttw also runs some simple integrity checks on the .csv lists (see ttw_help.html)
  • ttw checks the footnote section for manual paragraph breaks and merges seperated lines highlighting the changes.

Although the c++ core can still be used as terminal standalone application, it is not recommended, because the Python framework does several integrity checks.

Version 1.3.1 (2024-02-11)

11 Feb 10:55
994e36a
Compare
Choose a tag to compare
  • Added a silent mode that can be called with the argument --silent. In this case the application offers no dialogues or log information, so it can cooperate better with additional features (e. g. the features and batch file added by fabfab1)
  • For reasons of clearity a new header file ttwCustomFunctions collects functions that don´t belong to the core
  • Deleted unused features
  • Deleted confirmation dialogue

Version 1.3.0 (2023-05-01)

01 May 16:53
f647165
Compare
Choose a tag to compare

A separate web extension (ttw_webx) can be used optionally to integrate TagTool_WiZArD application starting with v1.3.0 into a web-compatible framework for small closed networks.

Therefore new in v1.3.0: Additional mode implemented when ttw is called from web extension, that means:

  • Receive temp ID from ttw_webx and enable interaction with temp folders created by ttw_webx (load source files and save ttw results there)
  • Suppress console messages when called web from extension
  • Return help statment for this mode to be received and displayed by ttw_webx

For ttw_webx see https://github.com/pBxr/ttw_WebExtension

Version 1.2.2 (2023-01-22)

22 Jan 15:24
4827157
Compare
Choose a tag to compare

Serious mistake in search and replace function (--addSR) corrected

Version 1.2.1 (2022-12-31)

31 Dec 16:38
17d527c
Compare
Choose a tag to compare

New in version 1.2.1

  • Functions: Search and replace function by value list. Special feature: If a plain url is entered as replacement string, the tool creates the whole tagged link automatically prepared for the chosen output format (.html or .xml).
  • .csv value lists: Changed separating characters (%) to pipe symbol (|)
  • .csv value lists: Numbers were added to the file names of the .csv value list for a clearer structure
  • Help documentation: Minor improvements
  • Version number in .exe file name

Improved functionality

05 Sep 17:16
da362e2
Compare
Choose a tag to compare

For .html output: Conversion of numbered and bullet list enabled; improved metadata list and insertion of the metadata list into the article; bugfixes.

For .xml output: Conversion of numbered and bullet list enabled, improved headline tagging (xml); bugfixes.

Version 1.0.1 (2022-01-13)

13 Jan 17:42
1d1ffc2
Compare
Choose a tag to compare

New release to create DOI

Version 1.0.0 (2022-01-13)

13 Jan 17:40
1d1ffc2
Compare
Choose a tag to compare