mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 04:32:26 +08:00
32 lines
1.0 KiB
Markdown
Vendored
32 lines
1.0 KiB
Markdown
Vendored
# Note Map (Link map, Tree 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, which shows relations between notes.
|
||
* Note Map, which shows the hierarchical tree structure.
|
||
|
||
## Link Map
|
||
|
||
Shows [relations](Attributes.md) between notes:
|
||
|
||

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

|
||
|
||
## Dedicated note type
|
||
|
||
Apart from the note map feature which can be accessed from any note, it is also possible to create a dedicated note which will display the relations in full screen. See [Note Map](../Note%20Types/Note%20Map.md) for more information.
|
||
|
||
## See also
|
||
|
||
[Relation map](../Note%20Types/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 |