The graph is not directed. It doesn't show which file has the link and which one is linked.
Directory structure is not relevant for the graph. All that matters is the mutual links between files.
Example
# Title
Link can be present in [text](first.md) or on a special list.
## Linked
- [Second](./2.md)
Named reference can also be used, like this: [Reference].
[reference]: ref.md
Settings
This extension contributes the following settings:
markdown-links.showColumn
Controls in which column should the graph appear. Refer to Column values. Defaults to beside.
markdown-links.openColumn
Controls in which column should clicked files open. Refer to Column values. Defaults to one.
Column values
active – in the currently focused column.
beside – other than the current.
one (default), two, three, four, five, six, seven, eight, nine – respective editor columns.
markdown-links.fileIdRegexp
A regular expression used to find the file ID for use in wiki-style links.
markdown-links.graphType
default (default)
obsidian - obsidian like graph
markdown-links.titleMaxLength
The maximum title length before being abbreviated. Set to 0 or less to disable.
Example
The sentence:
Type checking a multithreaded functional language with session types
When abbreviated for a maximum length of 24, becomes:
Type checking a multithr...
Roadmap
Plans for development are roughly summarized in the Roadmap.
请发表评论