hikerpig / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.
https://gatsby-project-kb.vercel.app/
MIT License
62 stars 15 forks source link

Rewrite the gatsby-transformer-markdown-references #3

Closed hikerpig closed 3 years ago

hikerpig commented 3 years ago

Currently I'm using the gatsby-transformer-markdown-references from gatsby-digital-garden , but it has some shortcomings.

  1. Don't recognize settext heading === as title, which I regularly use.
  2. Don't recognize Foam style link definition (with file extension like file.md) as reference.

So I'm gonna fork and tweak it to fit gatsby-theme-kb's needs. Will also make #1 possible.

hikerpig commented 3 years ago

Completed 1 and 2 in v0.3.0. Backlink context is on the way.

hikerpig commented 3 years ago

Done with v0.4.0