arturtamborski / notion-py

(Fork of) Unofficial Python API client for Notion.so
https://pypi.org/project/notion-py/
MIT License
63 stars 9 forks source link

How can I add a TextBlock with a mention to `@today` or `@now`? #85

Open juanpabloaj opened 1 year ago

juanpabloaj commented 1 year ago

How can I add a TextBlock with a mention to @today or @now?

page.children.add_new(TextBlock, title="@now hello world")