-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Markdown syntax not captured in "Select word or next occurrence" #48
Comments
May be related to #35 |
Interesting, I can reproduce the H3 example you provided in Live Preview, but not in Source mode. Lists also work as expected in both modes for me. I'll look into the Live Preview issue; in the meantime, could you please double check the Source mode and list scenarios in a new vault with only Code Editor Shortcuts enabled? |
Ah I see, so it was list characters before checkboxes. Presumably anything else that gets automatically hidden by Live Preview would have this bug too. Thanks, will investigate! 👍 |
It looks like this is a bug on Obsidian's end – I made a minimal reproducible example and submitted a bug report to them here. |
Same issue with backtick, where behavior is very erratic (sometimes adds caret but doesn't highlight actual backtick, sometimes skips a few...) However, searching for |
Hello, thanks for developing this plugin first of all!
Version:
v1.10.0
I tend to use the "Select word or next occurrence" feature often and found that there's a bug when attempting to select Markdown formatting artifacts in Live Preview & Source mode.
To reproduce:
Selecting just the
###
and invoking "Select word or next occurrence" should select the next instance of###
into the selection, but it does nothing. I was also able to repro using lists as well, searching for-
.The bug might be in
findNextMatchPosition
@ https://github.com/timhor/obsidian-editor-shortcuts/blob/master/src/actions.ts#L210The text was updated successfully, but these errors were encountered: