Suggest based on title from bookmarklet

This commit is contained in:
Ian Gulliver
2024-12-06 11:59:31 -08:00
parent 4b204b088f
commit a61e497f2a
4 changed files with 93 additions and 32 deletions

View File

@@ -211,6 +211,7 @@ a {
<a href="javascript:(async function() {
const params = new URLSearchParams();
params.set('long', location.href);
params.set('title', document.title);
window.open(`https://{{ .writeHost }}/?${params.toString()}`);
})();">{{ .readHost }}</a>