Open external links in a new tab
Sets openLinksInNewTab: true on the CrawlLinks transformer so readers don't lose their place in the docs when they follow a citation.
This commit is contained in:
parent
6e3cb144e8
commit
dde60746ab
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const config: QuartzConfig = {
|
|||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
Plugin.GitHubFlavoredMarkdown(),
|
||||
Plugin.TableOfContents(),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest", openLinksInNewTab: true }),
|
||||
Plugin.Description(),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue