Jiaxin Peng

Results 12 comments of Jiaxin Peng

我在作者的基础之上增加了对NotionNext的支持。因为添加的标题有点多,所以重新release了。 这个可以直接在NotionNext的数据库基础之上进行操作,很方便。 [代码在这里](https://github.com/jxpeng98/obsidian-to-NotionNext).

> 很遗憾,目前二级菜单的标题是在notion中配置的,无法使用代码中的多语言功能 好的,非常感谢!

I try to add ``` body{ counter-reset: katexEqnNo 42; } ``` to each page. But it did not work. It can only have If add a number after `counter-increment: katexEqnNo`,...

@twitwi Thanks for your reply. This is the introduction to statistics. Yes, your method works. However, it is inconvenient to set for each page if you build the project as...

这个应该是你导入的文章,在设置文章的基础属性的时候出错了。

您能发个文章的链接,或者您notion的链接吗?这样可以帮您看一下。

我在群里看到有人和你一样的bug。我复现之后,给他的回复: 这个bug是日期和文章中的代码块导致的。我复制了你的数据库,然后本地生成了一下。第一次提示是日期错误,即使把所有的文章都设置成Draft草稿,仍然无法渲染。所以需要将数据库的日期列表删除,然后创建一个新的日期列表。这样就可以正常渲染出主页。 之后我尝试发布一些文章,依然报错。但是这次报错的内容是渲染引擎将代码块识别成了第三方。解决办法就是在notion的界面中通过“/code”重新生成代码块。解决这两个问题,就正常了。

@Nilahn Thanks for your interest. I am not sure whether it can render as wikilink, and I will try it. If you want to use the `keyword` feature, go to...

你需要现在本地安装project文件夹 ``` npm init slidev@latest ``` 接下来直接打开生成的slidev的文件夹,slidev的图标会显示在侧边栏。在之后你在当前workspace添加你的文件或者文件夹就可以了。

Hi everyone, I figured it out. According to the current version, The key point is that you need to put your `bib.bib` file into a specific directory, the directory mentioned...