LogoLogo
codatum.comSign InStart for free
  • Introduction
  • Getting Started
    • Quick Start
    • Concept (Further reading)
      • Why did we a choose Block Editor over Cell-based Editor?
  • Connect and Manage Data
    • Connection
      • Sync Table Metadata
    • Supported Warehouses
      • BigQuery
      • Snowflake
      • Other Warehouses
    • Catalog
    • Search
  • Data Exploration
    • Data Exploration Overview
    • Notebook
      • Doc Page
      • Grid Page
      • SQL Block
      • Version
      • Notebook FAQ
    • Chart
    • Explorer
    • Parameter
    • (Appendix) Cache
  • AI Assist
    • SQL Assistant
  • Sharing
    • Sharing Overview
    • Teamspace
    • Shared Notebook
    • Report
    • Public Link
    • Signed Embed
      • How to Set Up Signed Embed
  • Account Management
    • Account
    • Account Settings
  • Workspace & User Management
    • Workspace
  • User Management
    • Invitation
    • Group
  • Security
    • Security Overview
  • Audit logs
  • IP Access Control
  • Access control
    • Access Control Overview
    • Access Control for Workspace
    • Access Control for Resources
      • Access Control for Group
      • Access Control for Teamspace
      • Access Control for Notebook
      • Access Control for Connection
      • Access Control for Report
  • [Under Construction] Plan and Billing
    • Limit and usage
    • Downgrade and cancel
  • Best Practices
    • Advanced Control Structures in SQL
  • Other considerations
    • System requirements
Powered by GitBook

Reference

  • Privacy policy
  • Terms of service
  • JP Docs Site
On this page
  • Key Features
  • Locking

Was this helpful?

  1. Data Exploration
  2. Notebook

Doc Page

A keyboard-first editor for seamless and efficient ad-hoc analysis and visualization.

PreviousNotebookNextGrid Page

Last updated 8 months ago

Was this helpful?

Doc Page is a page in Notebook where you can extract, explore, and visualize data analysis. It allows for quick ad-hoc analysis and keeps a record of your process. The entire workflow can be managed smoothly using a keyboard-first user interface.

Key Features

  • Flow-style Block Editor:

    • Enables seamless and uninterrupted writing with a vertically flowing editor, allowing users to focus on their work without switching between the keyboard and mouse frequently.

  • Diverse Block Types:

    • Construct pages using various block types, such as SQL, chart, image, layout, toggle, etc. Easily accessible with a powerful slash command.

  • Seamless Integration with Code:

    • Ensures smooth connection with SQL.

  • Keyboard-first Design:

    • Optimized for keyboard use, making it developer-friendly.

  • Full-text Search:

    • Allows comprehensive search capabilities within the document.

  • Parameter:

    • Supports the use of parameters to control the embedded SQL and other dynamic elements.

  • Locking:

    • Allows temporary restriction of editing capabilities.

Locking

There are three types of locks:

  • Unlocked (default):

    • Everything can be edited

  • Contents locked:

    • Parameters can be edited and queries can be executed

  • Locked:

    • Only comments can be edited