Why I Chose Block-Based Content
Author: Someone
Published at
The block experiment was still useful
Even though I am switching to markdown-first, the block-based version was not wasted effort.
It helped me understand:
- how to model content
- how to separate data from presentation
- how to build reusable renderers
Why I am not keeping it as the main system
If the goal is future authoring, moderation, and editing by users, asking people to write structured block objects is too heavy.
Better long-term direction
Use markdown as input, then derive:
- rendered article UI
- headings for table of contents
- custom code block presentation
- image presentation
Heading
Some paragraph text.
console.log("hello");
content-model
product-thinking
blog