Get AI summaries of any video or article — Sign up free
Decoding Notion's Synced Block (Use-Cases!) thumbnail

Decoding Notion's Synced Block (Use-Cases!)

Red Gregory·
5 min read

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.

TL;DR

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?

A synced block is created with “/synced.” When a user copies and pastes that synced block into other pages (using the synced paste behavior), all instances remain linked. After that, changes made to the original synced block update every other synced copy automatically. The transcript also notes a dropdown list that grows as more synced copies are added across pages, with the original block always appearing at the top.

How does “unsync” work, and what happens to the original vs. the copies?

Unsyncing via the three-dot menu stops that particular instance from updating with the original. The unsynced result doesn’t disappear; it becomes an independent snapshot of the original’s latest state. If instead the original is unsynced, the relationship breaks in the other direction: the original becomes a snapshot and the synced copies linked to it also become unsynced.

What are the two main ways to send synced content to another page?

First, select the block (using the block menu or by placing the cursor inside and using Escape + Command+C), then paste into the target page with the new “paste and sync” option. Second, use backlinks: type “@” and select the target page, then use “copy link” and paste it into the page with “paste and sync.” Both approaches create a synced relationship, but the link method is driven by page backlinks.

Why is a navigation bar a strong use case for synced blocks, and what beta workaround is needed?

A navigation bar benefits because it can stay consistent across many pages and be inserted automatically through templates. The transcript describes building a multi-column navigation inside a synced block and then embedding it into a template button or database template so new pages inherit the header. During the beta, columns don’t hold properly inside synced blocks, so the workaround is to recreate the layout using headings (e.g., “/h2”) and styling (e.g., “/color gray background”), often via a temporary page and then copying the rebuilt structure into the template.

How can synced blocks support draft/version workflows like a change-log snapshot?

The workflow uses a synced block as the shared “current” content and a toggle (e.g., “change log”) to organize the section. A template button creates new draft pages by copying and syncing the synced block into a new page, then immediately unsyncing that draft so it freezes as a snapshot. Meanwhile, the original remains synced, so later edits to the original show up as the latest state, and each draft reflects the state at the time it was unsynced.

What limitation appears when nesting synced blocks?

When a synced block is nested inside another synced structure, editing becomes restricted. The transcript shows that remote edits may work for the toggle level, but nested bullet-point text can’t be replaced or edited freely from the parent. Users can delete nested items, but they can’t fully edit text content the same way, indicating partial control rather than full two-way editing.

Review Questions

  1. How do “paste and sync” and backlink-based “copy link” + “paste and sync” differ in how the synced relationship is created?
  2. Describe the exact effect of unsyncing the original synced block versus unsyncing a synced copy.
  3. What workaround is used to make a multi-column navigation bar work inside synced blocks during the beta period?

Key Points

  1. 1

    Synced blocks propagate edits from the original to every synced copy pasted into other pages.

  2. 2

    A single synced area can contain multiple block types, including toggles, checkboxes, and inline databases.

  3. 3

    Unsync breaks the link while preserving a snapshot of the latest synced state, without deleting content.

  4. 4

    Synced content can be moved using “paste and sync” or by using backlinks (“@” page links) and then “copy link” + “paste and sync.”

  5. 5

    Template-driven navigation bars are a top use case, but column layouts may require rebuilding with headings and styling during the beta.

  6. 6

    Draft/version workflows can be built by creating drafts from a synced template and then unsyncing each draft to freeze it.

Highlights

Synced blocks behave like a live reference: once pasted as synced, later edits update all linked instances across pages.
Unsync turns linked content into an independent snapshot—useful for drafts and controlled divergence.
Navigation bars can be standardized across pages using templates, but multi-column layouts need a beta workaround.
Nested synced blocks have editing limits: toggles may be editable while nested bullet-point text has restricted replacement/editing.

Topics