Mayne

Results 13 comments of Mayne

Yes, `loadPageChunk` is an old API, It seems that the API changed. I won't fix this until the office API release

收到,尽可能做成配置项😀

https://github.com/mayneyao/gatsby-source-notion-database/blob/master/src/getPageHtml.js#L9 need more time to fetch long html. i have no time to fix this , PR welcome :D

感谢反馈。我自己的博客套了一层 cloudflare ,速度还算过的去。之间没接触过 jsdelivr 的服务, 了解一番后才知道它可以加速 github 仓库内容。思路大概有了,我先验证一下。

> ``` es6: { skipTypeImports: true }, ts: { skipTypeImports: true } ``` es6 + ts config works for my typescript project

> 还会有502报错 服务端错误,正努力优化中

目前API还不支持获取镜像数据,已经在规划了。

record.fldxxxxx = [*record.fldxxxxx, new_file]

> > record.fldxxxxx = [*record.fldxxxxx, new_file] > > But record.fldxxxx is None, there is only field name , such as record.白底图 ```python new_file = datasheet.upload_file(local_file_path) record = records[0] if record.files...