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
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.