You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Quarto couples its table of contents feature (toc) with its GitHub "Edit this page" feature. Since we don't always use a toc, there isn't a straightforward way for us to have the "Edit this page" link on each page.
As a workaround, we created a post-render script render_scripts/github_link_insertion.ts to insert the GitHub links. Once the Quarto project adds the appropriate functionality in, we can transition to a Quarto built-in solution rather than maintain the render script approach.
Currently, Quarto couples its table of contents feature (
toc
) with its GitHub "Edit this page" feature. Since we don't always use atoc
, there isn't a straightforward way for us to have the "Edit this page" link on each page.As a workaround, we created a post-render script
render_scripts/github_link_insertion.ts
to insert the GitHub links. Once the Quarto project adds the appropriate functionality in, we can transition to a Quarto built-in solution rather than maintain the render script approach.As @mine-cetinkaya-rundel explained in issue #35, the Quarto project has an issue open for this here: quarto-dev/quarto-cli#2142.
The text was updated successfully, but these errors were encountered: