Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

org-grid.el

A visual grid for Emacs org-mode notes, images, videos, and PDFs.

What it does

org-grid scans a directory (or a Dired buffer) and shows every Org heading with an :ID: property, plus every image/video/PDF file, as cards in a scrollable grid. Notes show a text snippet; media shows a thumbnail. It has zettelkasten friendly views like "cluster view, orphan view and queries based on keyword or tags"

gridd

Features

  • Works on org files, any heading with :ID: counts as a note
  • Media thumbnails for images, video (via ffmpeg), and PDF (via pdftoppm)
  • Query by text or #tag
  • Sort by date / created (based on timestamp format ids) / title / tags / type
  • Cluster view (group by shared links) and orphan view (unlinked items)
  • Color bars for tags. (minimum 2 notes should share the same tag for color bar to appear)
  • Fast full-text filtering via ripgrep (optional)
  • Open from Dired, jump back to Dired, or jump straight to a note's heading
  • File based id's supported so it works with org-roam as well.

Requirements

  • Emacs 27.1+
  • Optional: ffmpeg (video thumbnails), pdftoppm (PDF thumbnails), rg (fast search)

The first time you open the grid thumbnail creation may take several seconds depending on the number of notes and file types. After that, grid-open and navigation should be snappy.

Usage

(require 'org-grid)
(setq org-grid-directory "~/org")
  • M-x org-grid-open — open the grid for org-grid-directory
  • M-x org-grid-from-dired — open the grid for the current Dired listing

Keybindings (in the grid buffer)

Key Command
RET / mouse-1 Open item at point
d Jump to item in Dired
/ Filter
s Cycle sort key
r Reverse sort order
c Toggle cluster view
o Toggle orphan view
g Refresh
n / p / TAB Next / previous card
Move between cards
q Quit

Media filenames

Media files use TITLE.ext or TITLE__tag1_tag2.ext (underscores separate tags, no id/timestamp prefix needed).

About

A visual grid for Emacs org-mode pkm workflows

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages