Randolf
Randolf
the `\cal` is been obsoleted for a while, and been replaced with `\mathcal` ref: - [why-the-symbols-does-not-render-correctly](https://tex.stackexchange.com/questions/392808/why-the-symbols-does-not-render-correctly)
### 问题简介 在pdf中裁剪区域并在obsidian笔记中引用,其无法显示 obsidian 版本: 0.15.9 bookNote版本:0.2.4.beta 测试平台:windows10 ### 问题情况 1. 已经生成了相应的png文件  2. 预览图如下  可以发现,问题在于obsidian无法引用这种长文件名的图片`p2r42.160,642.680,302.200,739.210z2i(85eda4da-b0d0-521d-1c4b-01a14666c8d0).png` > 已经解除了windows长文件名限制 ### 解决建议 或许在`BookView.ts`中179行可以修改其生成的图片文件名命名方式? ```javascript const imgPath = this.plugin.normalizeBooksDataPathOfVault(this.currentBook.vault, `${imgDir}/p${annoPage}r${annoRect}z${realZoom}i(${annoId}).png`); ``` 需要这么长的文件名吗?...
when the web image's name is chinese characters, it can't resolve it right.eg: https://www.pizyds.com/wp-content/uploads/2019/08/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE40.png will be downloaded as %E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE40.png instead of 屏幕截图40.png may be the file name extraction method can...
This is an **awesome** plugin of vscode and it indeed help me configure my projects, while I think it will be better if the **debug properity** is added into this...