What is it?
TreeTag is a personal data manager. It stores information in a hierarchy (the "Tree" part of the name). But unlike other tree-based applications, TreeTag automatically positions items in the tree based on field values (the "Tag" part of the name).
The data items are generally configured to contain several fields. Different types of fields are available, including text, numbers, dates, times and predefined choices. The output format of each field can be defined for group headings, for data item titles and for data item output.
The user configures the base portion of the tree, defining rules that will group the data items into desired categories. The same items can appear in multiple locations, with sections of the tree structure using different fields for grouping or sorting. For example, data items can be arranged by date in one section, by a name field sorted alphabetically in another, and by some other category field in another. This allows the differently organized portions of the tree to act almost like predefined searches.
A source code repository is available at GitHub.
News
May 26, 2023 - Release 0.6.0 (stable)
- New Features:
- An option was added to select between light and dark visual themes.
- Added a view scale setting that is useful for high-dpi displays.
- Added a command to export the TreeTag tree to an indented text file.
- Before saving a file, TreeTag checks for external modifications from other sessions or over a network. The user has options to load or overwrite the file.
- Updates:
- If a leaf node moves due to field edits, its new parent is automatically opened to make the new position visible.
- The code was updated to use the Dart version 3.0 library.
- Bug Fixes:
- Switched to a forked version of a Markdown library to make select and copy commands work properly in Markdown detail output.
March 31, 2023 - Release 0.5.0 (stable)
- New Features:
- Improved searching by adding options to search by phrase, keywords or regular expressions.
- Added highlighting of matched words to the search results.
- Implemented a replace function for use on search results. On regular expression searches, matched groups can be substituted back into the replacement string.
- Added an option on desktop platforms to restore the previously used window size and position at startup.
- Updates:
- When a new field is configured, ask the user whether it should be automatically added as an output line.
- Trim leading and trailing spaces from new file names entered for new, copy and rename operations.
- Bug Fixes:
- Fixed spell checking of words in angle brackets.
February 21, 2023 - Release 0.4.0 (beta)
- New Features:
- Added a spell checker that shows misspelled English words with a red underline by default. Currently, making spelling suggestions is not supported on desktop platforms.
- Added functions to import and output node data as CSV files.
- A new command merges node data from a second TreeTag file. This is useful to add data from a CSV imported file without affecting the configuration.
- A new setting automatically removes undo operations stored in TreeTag files that are older than a set number of days.
- Updates:
- TreeTag is now available as a snap on Linux platforms. This should eliminate previous issues with some library dependencies.
- Placed the filename earlier in the window header text to avoid truncating it on narrow screens.
- Bug Fixes:
- Fixed a bug that could revert changes in data editors when they were scrolled far out of view.
- Fixed problems using the data editor reset command with auto choice fields.
- Fixed issues with file extensions for other file types when copying or renaming files.
January 14, 2023 - Release 0.3.0 (beta)
- New Features:
- Added optional display of formatted text using Markdown text tags.
- Added support for storing and retrieving files from a Kinto network server.
October 29, 2022 - Release 0.2.0 (beta)
- New Features:
- Added a search function.
- Added commands to edit or delete multiple child nodes simultaneously.
- Added the ability to select and copy text from the detail view.
July 30, 2022 - Release 0.1.0 (beta)
- New Features:
- Ported TreeTag to Linux and Windows desktops.
- Added a two-pane view on wide screens.
- Added sample files.
- Bug Fixes:
- Many bug fixes.
May 9, 2022 - Release 0.0.3 (beta)
- New Features:
- Added import and export to/from TreeLine files.
April 23, 2022 - Release 0.0.2 (beta)
- Updates:
- Updated build parameters to work with older Android devices.
April 19, 2022 - Release 0.0.1 (beta)
- Initial release.