obsidian-text-expand
obsidian-text-expand copied to clipboard
[Feature request] Generate links for matched blocks
I maxed out delay time at 10000. The obsidian search result stop before the text expander start pasting result, so i dont think this is due to the delay time problem.

There might be changes in search functionality or I missed something.
Currently looks like an issue.
Thank you!
@trungng2006 Can you provide a small vault in the zip file where I can reproduce the issue, please?
It just extracts exists blocks from the files it finds. And you want to add ^blockId to each search match and put them in one place.
That's definitely possible but previously it was important for me to not change other notes from the text-expand plugin. It may cause data-loss behavior. Especially, since you can't predict the search result precisely. It may spam block IDs even there where you didn't want to because of a typo, for example.
So this is not a straightforward fix. I need to think about it.