embedded docs/wiki search

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-31 09:36:07 -04:00
parent 43e30929ca
commit a1fad27b0e
8 changed files with 516 additions and 61 deletions
-7
View File
@@ -79,10 +79,3 @@ async function initChangelog() {
};
search.addEventListener('keyup', searchChangelog);
}
function wikiSearch(txt) {
log('wikiSearch', txt);
const url = `https://github.com/search?q=repo%3Avladmandic%2Fsdnext+${encodeURIComponent(txt)}&type=wikis`;
// window.open(url, '_blank').focus();
return txt;
}