Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition to Quarto built-in solution for GitHub "Edit this page" links (when available) #43

Closed
ravicodelabs opened this issue Jan 19, 2023 · 1 comment
Labels
non-quarto external dependency Issue dependes on an external dependency

Comments

@ravicodelabs
Copy link
Contributor

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.

As @mine-cetinkaya-rundel explained in issue #35, the Quarto project has an issue open for this here: quarto-dev/quarto-cli#2142.

@ravicodelabs
Copy link
Contributor Author

Moved this to the Quarto-related issue tracker: #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-quarto external dependency Issue dependes on an external dependency
Projects
None yet
Development

No branches or pull requests

2 participants