mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-22 11:53:36 +08:00
25 lines
589 B
Markdown
25 lines
589 B
Markdown
# Note Map
|
|
Note map is a visualisation of connections between notes.
|
|
|
|
This provides an insight into a structure ("web") of notes.
|
|
|
|
There are two types of note map:
|
|
|
|
## Link Map
|
|
|
|
Shows [relations](Attributes.md) between notes:
|
|
|
|

|
|
|
|
## Tree Map
|
|
|
|
Shows hierarchical map of notes:
|
|
|
|

|
|
|
|
## See also
|
|
|
|
[Relation map](Relation%20Map.md) is a similar concept, with some differences:
|
|
|
|
* note map is automatically generated while relation map must be created manually
|
|
* relation map is a type of note while a link map is just virtual visualization |