Cobertos
Cobertos
Woops, apparently I just needed a new terminal session? `command -v promnesia` was returning `/home/cobertos/.local/bin/promnesia` in the old one (which doesn't exist), which is what `with_shim_executable()` uses to call $shim_exec...
Yeah, this is an upstream issue w/ notion-py that affects a lot of stuff. https://github.com/jamalex/notion-py/issues/305 I made a fork with the PR that fixes, I have yet to replace notion-py...
I have to update the dependencies to rely on the fork. Haven't put in that work yet. On Mon, Aug 23, 2021, 8:46 PM AngelaERP ***@***.***> wrote: > I do...
I'm pretty sure they prefer the official API (I believe at one point they were throttling the old API). That and I don't think `notion-py` is maintained anymore
Hmm, a full stack trace would help Is the first snippet how you're actually calling it? I'm not sure if I've ever used a `CollectionRowBlock` in there (return of add_row)....
Currently there is not a way to do this. If you want to upload a whole directory w/ nested pages, you'd have to walk the filesystem tree and upload pages...
Hmm, it looks like the `_0 ... m_` in the equation seems to have been interpreted as Markdown italics by notion-py? That's the only difference I see between your equation...
[This line](https://github.com/Cobertos/md2notion/blob/ef24f38f248f09691094828854280b0f4ccb2817/tests/test_NotionPyRenderer.py#L187) should be setting `title_plaintext` like `CodeBlock` does, instead of `title`. That should fix it
I'll leave it open until the fix gets in the library itself. Will need to do that soon. As for the inline equations, notion-py is the one that actually handles...
I'd have to play with it more, but I think requiring 2 line breaks between blocks is part of Markdown itself. On Tue, Mar 16, 2021, 7:38 AM shizidushu ***@***.***>...