Moreality

Results 6 comments of Moreality

此问题在1.66.2中仍未得到解决。。

> Can you share the PDF here? I don't think this error is related to a specific pdf, because I tried different pdfs today, all between 10-50 pages, but the...

和key没有关系, 同样的key在另一个项目[chatgpt_academic](https://github.com/binary-husky/chatgpt_academic)上就很快

It works on obsidian 1.3.5, need to restart obsidian after installing this plugin to make it work.

> buaa.md在编译之后没有北航的logo,这个是什么问题,应该如何解决。 使用 `npx @marp-team/marp-cli@latest buaa.md -o buaa.html --theme-set ./theme --pdf-outlines --allow-local-files` 导出后没有发现问题, 建议详细说明编译过程和方式以定位问题.

> 我在vscode里面预览的状态是 右上角没有北航的logo,使用你上面说的命令导出成为pdf发现也没有buaa的logo。这个问题应该如何解决? 尝试将 vscode 配置中 ```json "markdown.marp.themes": [ "https://raw.githubusercontent.com/Lincest/BUAA-Marp-Theme/master/theme/buaa_red.css", "https://raw.githubusercontent.com/Lincest/BUAA-Marp-Theme/master/theme/buaa.css", "https://raw.githubusercontent.com/Lincest/BUAA-Marp-Theme/master/theme/buaa_blue.css" ], ``` 部分的三个文件改为你本地的对应主题文件链接.