Bakary N'tji Diallo
Bakary N'tji Diallo
It will nice to have a Microsoft Word output. Pandoc already the format Docx as output format. It also allows to specify a template (`--reference-doc=` ), similar to latex template,...
Hello When using indigo-depic the 2D depiction is getting cropped. Here is a test case. `indigo-depict - "CN1CC[C@]2([C@@H]1C[C@@H](CC2)O)C3=CC(=C(C=C3)OC)OC" test.png` I tried playing with margins and pixels without success. Thanks
Hello I am having a summary key error in Google events [here](https://github.com/maximgeller/notion2googlecal/blob/24dadf9917d0901553b5a5b4f043e045c3b293fa/main.py#L73) It seems like such keyword does exist in the event dictionary.
The code below works well in modifying a page. But it keeps on returning None when I try to access a database. ``` from notion.client import NotionClient client = NotionClient(token_v2=token)...