docsify icon indicating copy to clipboard operation
docsify copied to clipboard

Allow full text search on embedded content

Open mehtadev17 opened this issue 5 years ago • 1 comments

Feature request

What problem does this feature solve?

We are not able to search on content that is embedded within a document via https://docsify.now.sh/embed-files. See screenshot atached. Screen Shot 2020-07-08 at 10 26 23 AM

Searching for "embed" (top left) should yield Test Page 2 as a result since the text "This is embed" is on that page.

Feel free to test it here: https://mehtadev17.github.io/docsify-test/#/test-page-2

What does the proposed API look like?

No API changes.

How should this be implemented in your opinion?

Look for "include" when indexing content into local storage and replace the "include" with the actual content.

Are you willing to work on this yourself?

Yes, need approval or new direction on how to solve this problem.

mehtadev17 avatar Jul 08 '20 14:07 mehtadev17

I am also creating my own site with docsify at the moment. Unfortunately it is still not possible to search in imported .md files. When will there be a solution for this or is there a workaround?

flimtix avatar Aug 28 '21 21:08 flimtix