pengx17 / logseq-plugin-link-preview

Preview links in logseq
MIT License
115 stars 16 forks source link

Make the title and extracted excerpt of the links searchable #94

Open preslavrachev opened 2 years ago

preslavrachev commented 2 years ago

This one is pretty simple to explain. Say, I want to render a link preview, in order to keep it cached in my database. If I then start searching for that URL, the only thing I could potentially find out about, is if the URL itself contains any of the search keywords:

image

What I 'd love to see here is the title, and excerpt also being searchable. Is this somewhat feasible?

pengx17 commented 2 years ago

For now Logseq will only search for raw text content saved in the files. There is no solution to search for the rendered content by {{renderer}} macro. I guess for now what you need to do is to tag the block with something like #[[nil channels]] 🤔?

nhooey commented 10 months ago

Is there a corresponding feature for Logseq, with a GitHub issue, that would enable this feature? Seems pretty important.