Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Cornell Notes

Sergii KrymetsSergii Krymets142 downloads

Renders two-column Cornell Notes layouts.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Renders cornell fenced code blocks as a two-column Cornell Notes layout in Reading view.

Desktop Note Example


Features

  • Two-column layout: Cues / Questions (28%) left, Notes (72%) right
  • Supports any Markdown in both columns: paragraphs, lists, tables, code blocks, callouts, math, mermaid diagrams, images, wikilinks
  • Mobile-responsive: columns stack vertically on narrow screens
  • Plain-text storage — readable and editable without the plugin

Installation

Community plugins (once approved)

Settings > Community plugins > Browse > search Cornell Notes > Install > Enable

Manual install

  1. Download main.js, manifest.json, styles.css from the latest release
  2. Copy all three files into <your-vault>/.obsidian/plugins/cornell-notes/
  3. Settings > Community plugins > enable Cornell Notes

Via BRAT (beta)

  1. Install BRAT
  2. BRAT > Add Beta Plugin > https://github.com/bytetiles/obsidian-cornell-notes

Usage

Wrap your Cornell Notes rows in a 4-backtick cornell fence. Use ::cue to start a row and ::note to start the note for that row.

::cue
What is a window function?
::note
A calculation across related rows **without collapsing** them.

Unlike GROUP BY, all original rows stay visible.

::cue
What does PARTITION BY do?
::note
Splits rows into logical groups inside the window.

| PARTITION BY | GROUP BY       |
|--------------|----------------|
| keeps rows   | collapses rows |

Syntax rules

Element Syntax
Start a new row ::cue on its own line
Switch to note ::note on its own line
Cue-only row ::cue with no following ::note
Code block inside use ```lang ``` (safe inside 4-backtick outer fence)

Always use 4 backticks for the outer fence (````cornell). This lets you freely use triple-backtick code blocks inside.

Rich content examples

Code block in notes:

::cue
Java import syntax
::note
```java
import org.example.project.Course.*;
```

Callouts, math, diagrams:

::cue
> [!tip] Tip in cue
::note
> [!warning] Warning callout

Inline math: $E = mc^{2}$

$$\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}$$

::cue
Mermaid in note
::note
```mermaid
graph LR
  A --> B --> C
```

rich-content-example.webp

Mobile view

On screens narrower than 700 px the columns stack vertically (notes first, then cues below).

mobile-note-example.webp

Known limitations

Feature Status
~sub~ / ^sup^ Obsidian syntax ✗ Not rendered — use <sub> / <sup> HTML or Unicode (₂, ²)
Live Preview two-column layout ✗ Reading view only — edit mode shows plain text
96%
HealthExcellent
ReviewSatisfactory
About
Render Cornell Notes from 4-backtick fenced blocks using ::cue and ::note markers into a responsive two-column layout in Reading view. Allow full Markdown in both columns — including code blocks, callouts, math, mermaid diagrams, images, and wikilinks — while keeping the source as plain text editable without the plugin.
FormattingMarkdownInterface
Details
Current version
1.0.2
Last updated
6 days ago
Created
6 days ago
Updates
3 releases
Downloads
142
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
Apache-2.0
Report bugRequest featureReport plugin
Author
Sergii KrymetsSergii Krymetsbytetiles
GitHubbytetiles
  1. Community
  2. Plugins
  3. Formatting
  4. Cornell Notes

Related plugins

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Blur

Create obfuscated blocks of text.

Columns

Create columns in Markdown.

Image Captions

Add captions to images with inline Markdown and link support. The caption format is compatible with the Commonmark spec and other Markdown applications.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Outliner

Work with your lists like in Workflowy or Roam Research.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Various Complements

Complete words similar to auto-completion in an IDE.