frostime / sy-bookmark-plus

SiYuan plugin, a more powerful bookmark
GNU General Public License v3.0
13 stars 0 forks source link

优化判断当前文档的定位方案 #4

Closed TCOTC closed 4 months ago

TCOTC commented 4 months ago

在分屏时,添加当前文档块始终添加左侧文档,需要判断页签焦点

frostime commented 4 months ago

这个不能算 bug,插件是根据激活中的 tab 标签页来判断的。不然的话也没法判断到底那个文档算是「当前文档」。

document.querySelector("ul.layout-tab-bar>li.item--focus");

image

TCOTC commented 4 months ago

你得根据这个来判断当前的焦点在哪:

image

frostime commented 4 months ago

你得根据这个来判断当前的焦点在哪:

image

也行,可以在前面加上这个条件,先定位 active 的 wnd。