-
Notifications
You must be signed in to change notification settings - Fork 322
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
Allow portions of documents to be excluded from search index #11190
base: main
Are you sure you want to change the base?
Conversation
Thanks! Let's talk about the class you're using. I would prefer that we used a class starting with In addition to the CLA signature and the changelog entry, we will need a few more things:
|
The class is now renamed to
|
Just FYI, I don't think you've pushed this yet. |
Correct, I haven't. I'm still testing locally. |
55d59fe
to
5e1d1f9
Compare
@nickvigilante I was in the process of fixing a separate search index bug, and so I made a PR that includes a test that you should be able to adapt for this one. Take a look at #11191 |
1bbfbba
to
c0d3ff3
Compare
- Users will now be able to create `div`s and `span`s that exclude certain page elements from the search index.
c0d3ff3
to
20337f9
Compare
Welcome to the quarto GitHub repo!
We are always happy to hear feedback from our users.
To file a pull request, please follow these instructions carefully: https://yihui.org/issue/#bug-reports
If you're a collaborator from outside
quarto-dev
making changes larger than a typo, please make sure you have filed an individual or corporate contributor agreement. You can send the signed copy to jj@rstudio.com.Also, please complete and keep the checklist below.
Description
This PR adds a class,
quarto-exclude-from-search-index
, that you can add to anydiv
orspan
to exclude the content from that section from Quarto's search index (search.json
). This PR fixes #11189.Checklist
I have (if applicable):