mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
simpler demo for relation maps
parent
6a03e5ba90
commit
b94559a68d
@ -1,12 +1,28 @@
|
|||||||
Relation map is a type of [[note|Tree concepts#note]] which visualizes notes and their [[relations|Attributes]]. 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]]
|
## Development process demo
|
||||||
|
|
||||||
## Usage
|
This is a basic example how you can create simple diagram using relation maps:
|
||||||
|
|
||||||
First take a look at the demo:
|
[[images/relation-map-dev-process.png]]
|
||||||
|
|
||||||
[[gifs/relation-map-demo.gif]]
|
And this is how you can create it:
|
||||||
|
|
||||||
|
[[gifs/relation-map-dev-process-demo.gif]]
|
||||||
|
|
||||||
|
We start completely from scratch by first creating new note called "Development process" and changing its type to "Relation map". After that we create new notes one by one and place them by clicking into the map. We also drag [[relations|Attributes]] between notes and name them. That's all!
|
||||||
|
|
||||||
|
Items on the map - "Specification", "Development", "Testing" and "Demo" are actually notes which have been created under "Development process" note - you can click on them and write some content. Connections between notes are called "[[relations|Attributes]]".
|
||||||
|
|
||||||
|
## Family demo
|
||||||
|
|
||||||
|
This is more complicated demo using some advanced concepts. Resulting diagram is here:
|
||||||
|
|
||||||
|
[[images/relation-map-family.png]]
|
||||||
|
|
||||||
|
This is how you get to it:
|
||||||
|
|
||||||
|
[[gifs/relation-map-family-demo.gif]]
|
||||||
|
|
||||||
There are several steps here:
|
There are several steps here:
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ This shows [[code note|code notes]] editor.
|
|||||||
|
|
||||||
See [[promoted attributes]]
|
See [[promoted attributes]]
|
||||||
|
|
||||||
[[images/relation-map.png]]
|
[[images/relation-map-family.png]]
|
||||||
|
|
||||||
See [[relation map]].
|
See [[relation map]].
|
||||||
|
|
||||||
|
BIN
gifs/relation-map-dev-process-demo.gif
Normal file
BIN
gifs/relation-map-dev-process-demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
BIN
images/relation-map-dev-process.png
Normal file
BIN
images/relation-map-dev-process.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Loading…
x
Reference in New Issue
Block a user