mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-20 12:06:34 +00:00
basic search implementation
This commit is contained in:
parent
c4cf0dcb02
commit
fd5c8d17d3
26 changed files with 751 additions and 182 deletions
quartz/components/scripts
|
@ -39,6 +39,7 @@ document.addEventListener("nav", () => {
|
|||
|
||||
const popoverElement = document.createElement("div")
|
||||
popoverElement.classList.add("popover")
|
||||
// TODO: scroll this element if we specify a header/anchor to jump to
|
||||
const popoverInner = document.createElement("div")
|
||||
popoverInner.classList.add("popover-inner")
|
||||
popoverElement.appendChild(popoverInner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue