Decoding Notion's Synced Block (Use-Cases!)
Based on Red Gregory's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Synced blocks propagate edits from the original to every synced copy pasted into other pages.
Briefing
Notion’s synced block turns one set of content into a live, shared reference: copy a synced block anywhere in a workspace, and later edits propagate to every synced copy automatically. The core behavior is straightforward—create a synced block via “/synced,” paste it into other pages, and changes made to the original update all linked instances. Notably, synced blocks can contain multiple block types inside a single synced area, including toggles, checkboxes, and even inline databases, so teams can standardize complex UI-like sections rather than just plain text.
The feature also supports controlled “forking” through unsync. Using the three-dot menu, a user can unsync a synced block so it stops updating the original while remaining visible as a snapshot of the latest state. Unsyncing the original breaks the relationship in the opposite direction: the original becomes an independent snapshot, and every synced copy linked to it also becomes unsynced. This makes synced blocks useful for workflows where a shared baseline is needed—then later diverges into drafts, variants, or localized versions.
Beyond basic synchronization, the transcript shows two ways to move synced content between pages. One method uses “paste and sync,” which creates a synced relationship only after the block is pasted into a target page. Another method relies on backlinks: insert an “@” link to a page, then copy the link and paste it with “paste and sync” so the linked content becomes the original synced block. This matters for review and collaboration because it lets a workspace route a specific section (like a callout) into a review page while keeping it editable from the source.
The most practical use case is a navigation bar that stays consistent across pages. The workflow described builds a multi-column header navigation inside a synced block, then places it into templates so new pages automatically inherit the same navigation structure. Because columns don’t carry cleanly into synced blocks (at least during the beta period), the workaround is to recreate the layout using headings and block-level styling (for example, using “/h2” and “/color gray background”) and then embed the result into a template button or database template. For public pages, the original synced block should be set to public; for back-end editing, the synced instance should not remain the original.
Two additional scenarios highlight how synced blocks can function like lightweight versioning. A “change log snapshot” setup uses a synced block plus a toggle and template buttons to create draft pages. Each draft is unsynced from the original after creation, freezing its state as a snapshot while the original continues to reflect the latest edits. Finally, the transcript experiments with nesting synced blocks inside one another, revealing a limitation: nested synced content can be edited remotely only at certain levels (e.g., toggles may be editable while nested bullet-point text has restricted replacement/editing behavior).
Cornell Notes
Synced blocks in Notion create a live link between copies of the same content: edits to the original propagate to every synced copy pasted elsewhere. A synced area can contain multiple block types—toggles, checkboxes, and inline databases—so teams can standardize structured sections, not just text. “Unsync” breaks the link while preserving a snapshot of the latest state, letting drafts or variants diverge without deleting the synced history. The workflow supports “paste and sync” and also link-based syncing via backlinks (“@” page links and “copy link” + “paste and sync”). Practical applications include template-driven navigation bars and draft/change-log workflows, with some beta limitations around layout and nested editing.
What exactly makes a block “synced,” and how do edits propagate?
How does “unsync” work, and what happens to the original vs. the copies?
What are the two main ways to send synced content to another page?
Why is a navigation bar a strong use case for synced blocks, and what beta workaround is needed?
How can synced blocks support draft/version workflows like a change-log snapshot?
What limitation appears when nesting synced blocks?
Review Questions
- How do “paste and sync” and backlink-based “copy link” + “paste and sync” differ in how the synced relationship is created?
- Describe the exact effect of unsyncing the original synced block versus unsyncing a synced copy.
- What workaround is used to make a multi-column navigation bar work inside synced blocks during the beta period?
Key Points
- 1
Synced blocks propagate edits from the original to every synced copy pasted into other pages.
- 2
A single synced area can contain multiple block types, including toggles, checkboxes, and inline databases.
- 3
Unsync breaks the link while preserving a snapshot of the latest synced state, without deleting content.
- 4
Synced content can be moved using “paste and sync” or by using backlinks (“@” page links) and then “copy link” + “paste and sync.”
- 5
Template-driven navigation bars are a top use case, but column layouts may require rebuilding with headings and styling during the beta.
- 6
Draft/version workflows can be built by creating drafts from a synced template and then unsyncing each draft to freeze it.