ftd 0.2.0

ftd: FifthTry Document Format
Documentation
-- ftd.color white: white
dark: white

-- ftd.color 4D4D4D: #4D4D4D
dark: #4D4D4D

-- ftd.text toc-heading:
caption text:
text: $text


-- ftd.column table-of-content:
/string id:
id: $id
width: 300
height: fill


-- ftd.column parent:
/string id:
caption name:
optional boolean active:
id: $id
width: fill
open: true

--- ftd.text:
if: $active is not null
text: $name
color: $white

--- ftd.text:
if: $active is null
text: $name
color: $4D4D4D


-- ftd.column ft_toc:

--- table-of-content:
id: toc_main

--- parent:
id: /welcome/
name: 5PM Tasks
active: true

--- parent:
id: /Building/
name: Log

--- parent:
id: /ChildBuilding/
name: ChildLog

--- container: /welcome/

--- parent:
id: /Building2/
name: Log2


-- ft_toc: