Skip to content
Discussion options

You must be logged in to vote

FYI, A large number of modern javascript features simply don't work when you use the file:// protocol. That's by design, because of security concerns. As a result, a number of quarto features don't work either. Search and OJS code cells are some of the examples.

MkDocs and JupyterBook probably are using a different searching library that doesn't hit the javascript security limitations. I would encourage you to use the preview server (or a local server like the one that is bundled with Python, via python -m http.server).

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@niskrev
Comment options

@mcanouil
Comment options

mcanouil Jan 2, 2024
Collaborator

@niskrev
Comment options

@cscheid
Comment options

Answer selected by niskrev
@niskrev
Comment options

@cscheid
Comment options

@LJFRIESE
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites books
4 participants