Skip to content

Add a domain preview to links in quarto html documents

Notifications You must be signed in to change notification settings

schochastics/quarto-url-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-peek Extension For Quarto

This filter adds a domain preview next to links in your documents, providing users with quick context on the destination without needing to hover or click.

Installing

quarto add schochastics/quarto-url-peek

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

The styling of the domain preview is controlled in the yaml header via

domain_style:
  color: "grey"
  font_size: "10px"

Example

Here is the source code for a minimal example: example.qmd.

About

Add a domain preview to links in quarto html documents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages