Define Relations between Notes in Markdown and Graph View

Use Case:
As a User I want to create relations between notes by using a plain markdown syntax or markdown extension.

Possible Implementation:

  1. In Plain Text via Markdown Extention:
    Like using an markdown extension like Link to Headings with [[Note1#Heading1]] or Alias [[Note1Titel|DiplayText]] there could be a further extension like [[Note2::relation::]]

  2. In Graph View:
    Sample:
    Note “Mother” contains a Wikilink to [[Father::married to::]] then the graph shows the following relation:
    Mother ---- married to —> Father

6 Likes

A post was merged into an existing topic: Add support for link types