fix links to family tree

azivner 2018-11-19 20:29:28 +01:00
parent 10705b25bd
commit d83f7fb86a
4 changed files with 3 additions and 8 deletions

@ -1,8 +1,8 @@
Trilium provides some advanced functionality in the form of [[Scripts]] and [[promoted attributes]]. To explain and visualize these features we've prepared few showcases which are also available in the [[demo document|Document#demo-document]]:
* [[Relation map]]
* [[Day notes]]
* [[Weight Tracker]]
* [[Family Tree]]
* [[Task Manager]]
Important thing to keep in mind is that above showcases and demoed functionality are not built-in into Trilium - these are just examples of Trilium's extensibility.

@ -8,7 +8,7 @@ If you want to backup your Trilium data, just backup this single file - it conta
When you run Trilium for the first time, it will generate a demo document for you as a starting point. It's also pretty useful for demonstration of some of Trilium's features, e.g.:
* [[Relation map]]
* [[Day notes]]
* [[Weight tracker]]
* [[Task manager]]
* [[Family tree]]

@ -22,11 +22,6 @@ See [[Day notes]].
See [[Weight tracker]].
[[images/family-tree.png]]
[[images/family-tree-queen.png]]
See [[Family tree]].
[[images/task-manager.png]]

@ -8,4 +8,4 @@ Then whenever we create a new note for book we'll just link the template to the
To make this even more automated, we can create "child:template" (see [[attribute inheritance]]) attribute on common parent note of our books and whenever we create new note inside this parent, the book note will get the template relation automatically.
You can check out the concept in the [[demo document|Document#demo-document]] in e.g. [[Family tree]], [[Task manager]] or [[Day notes]].
You can check out the concept in the [[demo document|Document#demo-document]] in e.g. [[Relation map]], [[Task manager]] or [[Day notes]].