Search/Filter Feature?


#1

Can we add a feature that allows searching/filtering my notes?


#2

You can search with Ctrl + F if you are using Firefox :upside_down_face:
But I think that doesn’t exist any option yet in the app


#3

You would need an extensive plugin because it has to search and index all your documents. Other systems do this by creating their own index file (a database) or use a third party or open source free text search.

there’s quite a lot of them - 42 here - https://www.predictiveanalyticstoday.com/top-open-source-big-data-enterprise-search-software/


#4

Ah, had another look at this. There is an internal search engine and indexer here.


#5

A good start would be to just be able to search folders/file names from the [explorer/tree]


#6

Yeah I’m thinking of writing a chrome plugin for full-text indexing the stackedit app to localstorage.
Is there any solution out there in github?