mrjackphil / obsidian-text-expand

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

Fix for #79 #86

Closed Mushka closed 1 year ago

Mushka commented 1 year ago
  1. Commit #62 modified saveLeftPanelState() to always place the search tab index into leftPanelInfo.tab. It should hold the user's last selected tab instead.
  2. Removed the now unnecessary `getSearchTabIndex()' function
  3. Moved the saveLeftPanelState() call in front of the search() call so the state of the tabs is saved before carrying out the search
mrjackphil commented 1 year ago

While it's still works only with left panel (as addressed here but I'll merge it until I can find time to fix it.