b-yp / logseq-notion-sync

Sync Logseq content to Notion
MIT License
23 stars 2 forks source link

There seems to be a max of characters that can be synced #17

Open urielarg opened 1 year ago

urielarg commented 1 year ago

"body failed validation: body.children[33].paragraph.rich_text[0].text.content.length should be ≤ 2000, instead was 3103."

Is this something that can be bypassed?

urielarg commented 1 year ago

so I deleted a big block that I had in that page and I got another similar error afterwards:

"body failed validation: body.children.length should be ≤ 100, instead was 164."

urielarg commented 1 year ago

I later tried to sync just a block and I got the following error:

"Could not find block with ID: . Make sure the relevant pages and databases are shared with your integration."

note I replaced my actual Page ID from config with " "

Sorry to put all this together, let me know if it's better to make a separate ticket

b-yp commented 1 year ago

Okay, tomorrow weekend, I just have time to look at these questions.

b-yp commented 1 year ago

The first two issues are limitations of Notion. If they must be resolved, there is a way to do it, which is to split and send Logseq content to Notion in batches. However, this method is more complicated and not very stable.

b-yp commented 1 year ago

I didn't reproduce the third question. Please record a GIF if possible.