Add real search to any GitHub wiki or docs site β and jump straight to the matching section. No moving your docs, no tracking, no build step for readers.
Try the live demo β (searches this project's own wiki)
The bookmarklet is a thin launcher: on any wiki page it opens a small wiki-search window. Pick a result and it sends your current tab to that section (use Back to return) β no tab spam. All the logic lives here on this page's origin, so nothing is injected into the wiki and nothing is tracked.
github.com/owner/repo/wiki/β¦) and click the bookmark.
Search, then click a result to jump to the section.
Create a new bookmark and paste the code below into its
URL / address field β not the browser's address bar, which strips
the javascript: prefix. Name it anything (e.g. Wiki Search).
Browser support. Desktop drag works in Chrome, Edge, Firefox, and Safari. On mobile, bookmarklets are fiddly and on iOS run only in Safari β add any bookmark, then edit it and paste the code above into its URL.
Search runs against a small, self-describing JSON index built from your Markdown (the index carries its own URL template, so result links are built with no hardcoded host β that's what makes wiki-search reusable for any site). The bookmarklet only ever opens this app on its own origin, sidestepping the wiki page's content-security policy. Results carry Text Fragment directives so, where the browser allows it, the exact phrase is highlighted too.