Features#
TreeTime Principles#
TreeTime is OpenSource
TreeTime is local, no account needed
Data is stored in text files, readable with any text editor
No special permissions needed to run the software, just download and unzip, or install Python package
Data Design#
Decide what is stored in your data – text, numbers, time records, links
Decide what is calculated in the tree – concatenated text, sums, ratios, products, differences, using any field from a nodes children, or siblings, or parents as input
Create and delete trees
Files and Saving#
Start new files from templates
Load files
No need for saving – the current file is saved continuously all the time
Save under a different name
Data Export#
What can you export?#
Export three different flavours of Html (tiles, lists, document)
Export pure text (ascii/unicode) with line graphics
Export PNG images in three different flavours (top-down tree, circular graph, spread-out graph)
Export SVG images (with clickable links) in three different flavours (top-down tree, circular graph, spread-out graph)
Export CSV for import into spread sheets
Where can you export to?#
Export to file
Export to clipboard
Export to web server – visible either on your local machine, or in your network, or shared across the internet (needs port sharing in your router)
How can you export?#
Export once – for exporting a file
Export continuously – ideal for sharing notes during a meeting
Edit Data#
Create parents, siblings, children
Edit text, dates, values in nodes
Copy nodes to siblings, children, parents
Copy branches to siblings down to a pre-defined level
Remove nodes from single trees
Remove nodes from all trees
Remove branches from single trees
Remove branches recursively from all trees
Analyse Data#
Measure time using node timers in nodes
Add total time up branches
Calculate sums, differences, ratios and percentages between branches, siblings or children
Concatenate text of children or siblings
Build sets of items, and sets of sets up the tree
Auto-update of all functions up the tree on node change
Example videos#