-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance "Filter Notes by Keywords" and English Language Support #1
Comments
Great suggestions! Both of these features can be implemented. However, I have a question regarding extending the search range. If sub-documents are matched, should we hide the documents under that notebook that do not match? The benefit of hiding them is that it allows for quicker navigation when the list is long. The downside is that it makes development more challenging, as expanding and collapsing the directory would dynamically refresh the document list. |
v0.0.3 has been updated:
The multilingual English version will be added when time allows in the future. |
Yes, it should hide the documents under that notebook that do not match; this would be great but also bit challenging as well. See what you can do about this; if it's possible, that would be great. Also, please support English in future updates. Thanks! 🙏 |
v0.0.4 Updated |
Thank you for the update. I appreciate that. I just have one request: could you please improve the search so that once it finds a match inside the notebook, it automatically display subnotes? currently I have to click on the arrow to show them manually. Recording.2024-11-16.151611.mp4 |
Thank you for the suggestion. However, this feature is currently difficult to implement because the official API does not provide an interface for locating a specific document in the document tree. Therefore, we are unable to update this feature for now. |
If you frequently search for documents and don't mind the document structure, you might consider using the Document Search plugin. It includes a "Flat Document Tree Dock" feature that allows you to quickly locate the desired document and supports full-text search within documents. |
The "Filter Notes by Keywords" feature currently does not support case-insensitive searches, which limits its usability. Additionally, it does not search within sub-documents inside a notebook. Also I would request you to please add English language support.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Proposed Solution:
The text was updated successfully, but these errors were encountered: