-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow partial matches instead of exact filename matches #19
Comments
Funny you ask for this. This plug-in started off doing only partial matching, and recently it got modified to do exact matching instead. Do you mind sharing some examples of partial matching that would be useful for you? It would help me to know some real examples. |
My thoughts would be partial matching in 2 main ways: Lets use the example of
What I would NOT want (and probably why you changed initially from partial matches) is it I typed A good example for me is for people. If I have a page for Those are my main use cases. |
Can you share a couple more examples of what you'd expect when:
|
Seems awesome! Just got something I wanted to check... Is it possible to link as an alias? For example, while typing "keyword" which will highlight as a match on sidekick, it shows up a link [[this is a link to the keyword match]]. I'd like it to change to [[this is a link to the keyword match|keyword]] instead of [[this is a link to the keyword match]] |
@crazymedguy That's a really good suggestion and should be the default behaviour of the plugin. If you don't mind, can you open a separate issue with this suggestion. Would be good to have it separate to this thread which I want to close given that it's been resolved. |
@hadynz sorry for the slow response... yes this is precisely what I was thinking! I would close this Issue but doesn't look like I have the ability to so go ahead and close it :) Thanks for all the hard work! |
Hi, just wondering if there will be plans for 'partial matches' as opposed to direct filename matches because it would be far more useful. For example, a similar obsidian plugin https://github.com/tadashi-aikawa/obsidian-various-complements-plugin does partial matches and shows a pulldown menu with several suggestions which 'partially' match instead of having the exact name. It would be nice if there could be an option to enable this! Thank you
The text was updated successfully, but these errors were encountered: