agency-kit / notion-cms

Add super powers to Notion by making it your full-fledged headless CMS.

Home Page:https://www.agencykit.so/notion-cms/guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make actual rendering block -> html accessible via plugins

earlAchromatic opened this issue · comments

Right now plugins let you do block -> block transformations or html -> html transformations but in order to do block -> html we need to take over the parser. Currently this is locked into place so my best idea for a fix is to implement a core plugin that houses the current parser as default but is over-rideable. This would be a special plugin and no other plugins will have access to the parser. I don't want to make it possible to provide custom parsers because I want to stick to the plugins-as-single-point-of-extension model.

Fixed in #52