tadashi-aikawa / obsidian-another-quick-switcher

This is an Obsidian plugin which is another choice of Quick switcher.
MIT License
221 stars 17 forks source link

Globally does not search for text inside a pdf #238

Open patsevanton opened 2 months ago

patsevanton commented 2 months ago

Hello! Thanks for another-quick-switcher! I am use Ubuntu. obsidian-another-quick-switcher version 11.4.0

whereis rg
rg: /usr/bin/rg /usr/share/man/man1/rg.1.gz

I can search inside PDF image

Extention - md,pdf image

But global not searching image

tadashi-aikawa commented 2 months ago

Hi, @patsevanton :)

Since ripgrep does not support searching PDFs, AQS also cannot search PDFs.

wget https://pdfobject.com/pdf/sample.pdf
rg dolor sample.pdf
# No results
patsevanton commented 2 months ago

https://github.com/phiresky/ripgrep-all search in PDF

rga condimentum sample.pdf Page 1: pharetra commodo, eros mi condimentum quam, sed commodo justo quam ut velit. Page 1: Phasellus ullamcorper consectetuer ante. Duis tincidunt, urna id condimentum luctus, nibh Page 1: molestie cursus. Duis ut magna at justo dignissim condimentum. Cum sociis natoque

tadashi-aikawa commented 1 month ago

Yes, it is true that ripgrep-all can search PDFs. However, AQS supports only ripgrep, not ripgrep-all.

It might work if you specify the path to the rga executable, but this has not been confirmed and is not guaranteed.