quartz icon indicating copy to clipboard operation
quartz copied to clipboard

Feat: Adds logic to look for links in frontmatter

Open putzwasser opened this issue 11 months ago • 5 comments

Parses the frontmatter data for wiki links

  • Adds outgoing/backlinks to the graph
  • Adds backlinks to the backlink pane

putzwasser avatar Feb 28 '24 11:02 putzwasser

imo this shouldn't be allowed (even obsidian doesn't show these links in the graph if they aren't in the links field iirc?)

we should expose the ability to parse a wikilink as a function so that plugin authors may opt-in to that behaviour if they would like though

jackyzha0 avatar Mar 10 '24 00:03 jackyzha0

obsidian doesn't show these links in the graph if they aren't in the links field iirc

Actually, it does. In the links pane, in the backlinks section and in the graph :) This motivated me to create this (code-wise rather clumsy) PR.

image

So, this change would be completely compatible with "raw" obsidian without plugins.

Additionally, this allows to create an obsidian breadcrumbs plugin for quartz.

putzwasser avatar Mar 11 '24 16:03 putzwasser

TIL. we do live in a society lol

aarnphm avatar Sep 25 '24 00:09 aarnphm

cc @saberzero1, since you are looking into markdown parser, might be of interests, but lower triage than the refactor.

aarnphm avatar Sep 25 '24 00:09 aarnphm

see also #1427

aarnphm avatar Sep 25 '24 00:09 aarnphm