o02c / obsidian-tab-navigator

obsidian-tab-switcher
MIT License
4 stars 1 forks source link

update removeDuplicateTabs to ignore non-editor tabs #20

Closed nathpaiement closed 1 month ago

nathpaiement commented 1 month ago

Example of a non-editor tab: The table of contents

o02c commented 1 month ago

Instead of hardcoding 'editor', could we use EditableFileView?

if (leaf.view instanceof EditableFileView) {
nathpaiement commented 1 month ago

@o02c good point, works just as well!