mrjackphil / obsidian-text-expand

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

Issue #83: Support multiple left split children #84

Closed AdamLenda closed 1 year ago

AdamLenda commented 1 year ago

This is a fix for Issue #83

I developed this fix by editing the JS locally and debugging with the console.

Once I found that the fix worked, I then did my best to convert that fix into the correct Type Script changes.

PLEASE double check my code here. I'm not fluent in TS and may have made mistakes.

mrjackphil commented 1 year ago

Sorry for late response. In this case it will not work if you put search bar on the right sidepanel. I think there should be some another way to get search panel.

mrjackphil commented 1 year ago

I'll merge it for now, but there must be better conclusion for search panel retrieval.

AdamLenda commented 1 year ago

Thank you @mrjackphil. Happy to explore a better solution with you.