Feature request: People property type
Hey Meshcloud! It would be amazing if you could return the people property type. If it just returned as an array joined as a string I think this would be incredibly useful for most purposes using Markdown.
Something like this?
return value.people.map((person) => person.name).join(", ");
Should be doable I think, we currently don't support this according to https://github.com/meshcloud/notion-markdown-cms#supported-page-property-types
Question: do you mean block type or page property type? Because page properties are YAML frontmatter in markdown, so we should probably just render them as a simple array I guess instead of coming up with a markdown string?
Hi @JohannesRudolph, please have a look at PR #14 and let me know what you think