integrate with keystatic cms #627
Unanswered
stefanprobst
asked this question in
Q&A
Replies: 1 comment
-
|
I think a custom parser is not the right approach, but i think the reader could be used inside a transform function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i would love to use this library in combination with keystatic cms (a git-based cms which saves content to markdown/mdx/markdoc). keystatic allows multiple richtext (mdx) fields per document. every richtext field is saved to a separate mdx file, and keystatic provides a
readersdk to assemble these back into a single object.i was wondering if it is possible to integrate this
readerwithcontent-collections? i see that is is possible to provide a custom parser, but afaict this only receives the already-read file content as string.Beta Was this translation helpful? Give feedback.
All reactions