exam-ple
exam-ple
@guopenghui 我这边也有跟楼主同样的问题. 我使用的感受是, 在ob1.0版本之前时, 只要使劲多滚几下鼠标滑轮, 大纲内容和正文内容就一定能同步过来, 但是ob1.0版本之后, 不管怎么滚, 同步回来的概率很低(不能说10次里面10次都不行, 但是可能有8次是不行的). 有开启'自动展开'的话, 好像不太会有这个问题, 但是设置成默认全部展开的话, 这个问题就很严重. 我使用了另外一款叫floating toc的插件, 也是大纲类插件, 与本插件录了个视频进行对比, 同步的差距就很明显了.  视频最左边一列是正文内容, 中间一列是floating toc插件的大纲栏, 最右边一列是本插件的大纲栏. @guopenghui 也许可以参考一下floating toc插件的同步机制. 另外, 从视频中也可以看出, floating...
@Lontern-520 css加入 .n-tree-node.located { background-color: pink ; }
@TfTHacker It's easy to reproduce the problem  As the image you can see, if the block-id is not at heading(like ^ex1), it will show counter. But if the block-id...
是的, 目前鼠标移到大纲里的某一行时, 是弹出这一行所在的文件的浮窗, 但是如果能让移到内链时弹出内链的文件就太牛了. 冲突应该还好, 一行中内链所占的地方其实很少, 将触发内链的优先级放在前面应该就可以, 而行头行尾的空间以及其它非内链的地方都可以触发这一章的浮窗, 相互间应该不太妨碍 主要应用的场景是, 滚大纲肯定比滚正文快, 有时在大纲里已经找到了要看的内链了, 但要看那个内链文件, 得在大纲里点那一行, 让正文同步到那一行, 再在正文中找到要看的那个内链, 然后鼠标再靠近内链后浮窗看, 等于步骤多了好多 当然,, 目前插件已经很完善了, 这个有点像是在好的基础上追求更好的精益求精了😀
@pjeby What I said "fix" doesn't mean fix the popover's position, it means if I open backlinks in the popover, it can be opened in another pane, not in the...
@pjeby Dragging the link(like links in linked mentions) can open it, but it's only opened at the top of the linked file, not at the position of the link. Fortunately,...
@sunhailin-Leo 期待 非常期待🌹🌹🌹
I'm having the same issue with the error "spawn EINVAL". The same JavaScript or TypeScript code runs fine in the browser, but when executed using this Jupyter plugin in VSCode,...
@lazollz Let me explain in more detail. The method I mentioned above is to install the kernel via `npm install -g ijavascript`. Modify the content in `C:\Users\your-user-name\AppData\Roaming\jupyter\kernels\javascript\kernel.json` to: ``` {...