Synced Blocks #2325
Answered
by
ChristianMurphy
erichosick
asked this question in
Ideas
|
Is there any existing work or thoughts around supporting synced blocks (an example of this is Notion Synced Blocks) in MDX? |
Answered by
ChristianMurphy
Jul 10, 2023
Replies: 1 comment 2 replies
|
Welcome @erichosick! 👋
No, and I'm not sure how it would fit. You could create a synced block React component, connect that with your CMS of choice, and pass that into MDX today. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Independently of the concept of synced, MDX also supports
importing an MDX file into another.So it is also possible to create shared snippets that way.