mdzk-rs / mdzk

General-purpose interface to connected notes

Home Page:https://mdzk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New nomenclature: "Internal link" -> "Arc"

kmaasrud opened this issue · comments

mdzk links are special. They define a directed edge between notes in a vault graph and subsequently the structure of the whole graph. They should as such be differentiated from regular Markdown links.

In graph theory, an ordered pair of adjacent nodes (a directed edge) is often called an "arc". Before 1.0.0, we should adapt this nomenclature throughout the API and in the docs.

The written links à la [[link]]-style will be called "wikilinks", as is common. Wikilinks define "arcs" in a graph.