Notes From The Underground
approvedby thiagocolen
A plugin to view your notes in a table format. - This plugin has not been manually reviewed by Obsidian staff.
Notes From The Underground

Notes From The Underground is an Obsidian plugin that replaces scattered notes with a single sortable, filterable table. It scans your vault's markdown files and pulls structured fields — Priority, Progress, Tags, Description, Link, and Date — straight out of each note's content.
Installation
The plugin is not yet on the community plugin browser, so install it manually:
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Copy the three files into
VaultFolder/.obsidian/plugins/notes-from-the-underground/(create the folder if it doesn't exist). - Reload Obsidian and enable "Notes From The Underground" under Settings → Community plugins.
- Open the table from the ribbon icon or the "Open notes table" command.
Note format
The table reads Key: value lines from a note's body to populate its columns. Keys are case-insensitive and can appear in any order; anything after the last recognized property line becomes the description if no Description: line was given explicitly.
# Reference Sample 01
Priority: Very High
Progress: To Do
Tags: Crypto, Code
Description: A description of the note
Link: https://www.google.com
Date: October 13, 2024
... anything ...
- Title — the first line if it's a
# Heading, otherwise the file's name. - Path — the note's parent folder, shown as
<folder> Folder(orRoot Folderat the vault root). - Tags — a comma-separated list, optionally wrapped in
[...]. - Notes with none of these properties still show up in the table with blank fields.
Features
- Sortable columns: Path, Title, Priority, Progress, Tags, Description, Link, Date.
- Per-column text filtering, including tag-aware filtering on the Tags column.
- Column resizing, drag-to-reorder, and a visibility toggle panel.
- Row selection with a live total/selected count.
- Click a note's title to open it directly in a new leaf.
Development
npm run dev— bundle with esbuild in watch mode.npm run build— type-check, then produce a production build ofmain.js.npm run build:deploy— build, then copymain.js,manifest.json, andstyles.cssinto a local test vault.npm run lint— run ESLint, including theeslint-plugin-obsidianmdrules.
Questions or issues?
Open an issue on GitHub.
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.