1.0.0-beta.31 • Published 1 year ago

@kitbook/rehype-display-link-titles v1.0.0-beta.31

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

rehype-display-link-titles

A simple rehype plugin for use in Kitbook to take titles from auto-generated <a> tags (produced via Foam and MDSvex) and make them the main text. This allows for using a wikilink like [[8-examples]] which would normally pull the title (e.g. Examples) from the linked documented (links auto-generated by Foam). However, sometimes in prose you want to use an alias for said page being linked to, [[8-examples|Kitbook Supported Examples]]. If a title is detected, this plugin takes the resulting link text of Examples and swaps it with the title text of Kitbook Supported Examples.

Some Helpful Plugin Writing Resources