thiagocolen37 downloadsA plugin to view your notes in a table format.

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.
The plugin is not yet on the community plugin browser, so install it manually:
main.js, manifest.json, and styles.css from the latest release.VaultFolder/.obsidian/plugins/notes-from-the-underground/ (create the folder if it doesn't exist).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 ...
# Heading, otherwise the file's name.<folder> Folder (or Root Folder at the vault root).[...].npm run dev — bundle with esbuild in watch mode.npm run build — type-check, then produce a production build of main.js.npm run build:deploy — build, then copy main.js, manifest.json, and styles.css into a local test vault.npm run lint — run ESLint, including the eslint-plugin-obsidianmd rules.Open an issue on GitHub.