docu-notion
docu-notion copied to clipboard
Created a plugin for frontmatter
Created a plugin for frontmatter as some of the comments in the codebase suggested. This is helpful for people that might want to create their custom frontmatter. E.g. Adding created_time or a different property name to it.
Notes for reviewers
I had to make a new field in IPlugin type to work on the page level. I haven't found a way to avoid that, but feel free to recommend one.
Run & review this pull request in StackBlitz Codeflow.
Great suggestions @hatton! I've applied them all 👍