mrjackphil / obsidian-text-expand

A simple text expand plugin for Obsidian.md
186 stars 12 forks source link

[Feature request] Generate links for matched blocks #45

Open trungng2006 opened 3 years ago

trungng2006 commented 3 years ago

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. image

mrjackphil commented 3 years ago

There might be changes in search functionality or I missed something.

Currently looks like an issue.

trungng2006 commented 3 years ago

Thank you!

mrjackphil commented 3 years ago

@trungng2006 Can you provide a small vault in the zip file where I can reproduce the issue, please?

mrjackphil commented 3 years ago

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.