diff --git a/Relation map.md b/Relation map.md index a0869f0..684d7b6 100644 --- a/Relation map.md +++ b/Relation map.md @@ -1,4 +1,4 @@ -Relation map is a type of [[Tree concepts#note|note]] which visualizes notes and their [[Attributes|relations]]. See an example: +Relation map is a type of [[note|Tree concepts#note]] which visualizes notes and their [[relations|Attributes]]. See an example: [[images/relation-map.png]] @@ -10,13 +10,13 @@ First take a look at the demo: There are several steps here: -* we start with empty relation map and two existing notes representing Prince Philip and Queen Elizabeth II. These two notes already have "isPartnerOf" [[attributes|relations]] defined. +* we start with empty relation map and two existing notes representing Prince Philip and Queen Elizabeth II. These two notes already have "isPartnerOf" [[relations|attributes]] defined. * There are actually two "inverse" relations (one from Philip to Elizabeth and one from Elizabeth to Philip) * we drag both notes to relation map and place to suitable position. Notice how the existing "isPartnerOf" relations are displayed. * now we create new note - we name it "Prince Charles" and place it on the relation map by clicking on the desired position. The note is by default created under the relation map note (visible in the note tree on the left). * we create two new relations "isChildOf" targeting both Philip and Elizabeth - * now there's something unexpected - we can also see the relation to display another "hasChild" relation. This is because there's a [[Promoted attributes|relation definition]] which puts "isChildOf" as an "[[Promoted attributes#Inverse relation|inverse]]" relation of "hasChildOf" (and vice versa) and thus it is created automatically. + * now there's something unexpected - we can also see the relation to display another "hasChild" relation. This is because there's a [[relation definition|Promoted attributes]] which puts "isChildOf" as an "[[inverse|Promoted attributes#Inverse relation]]" relation of "hasChildOf" (and vice versa) and thus it is created automatically. * we create another note for Princess Diana and create "isPartnerOf" relation from Charles. Again notice how the relation has arrows both ways - this is because "isPartnerOf" definition specifies its inverse relation as again "isPartnerOf" so the opposite relation is created automatically. * as the last step we pan & zoom the map to fit better to window dimensions. -Relation definitions mentioned above come from "Person template" note which is assigned to any child of "My Family Tree" relation note. You can play with the whole thing in the [[Document#Demo document|demo document]]. \ No newline at end of file +Relation definitions mentioned above come from "Person template" note which is assigned to any child of "My Family Tree" relation note. You can play with the whole thing in the [[demo document|Document#Demo document]]. \ No newline at end of file diff --git a/images/family-tree-queen.png b/images/family-tree-queen.png deleted file mode 100644 index 830840f..0000000 Binary files a/images/family-tree-queen.png and /dev/null differ diff --git a/images/family-tree.png b/images/family-tree.png deleted file mode 100644 index c2c4edf..0000000 Binary files a/images/family-tree.png and /dev/null differ