Arseniy Seroka193 downloadsRead all notes in a folder together as one continuous scrolling view.
Right-click a folder → Read notes together → every note in it as one scrolling page.
All the Markdown notes directly inside a folder, rendered one after another in a single tab, in name order — like one long document. Perfect for journals, chat archives, meeting notes, or book chapters you'd rather read than click through.

2024-01-02 < 2024-01-10 reads chronologically), each with its title as a header.Only
.mdfiles directly inside the folder are included (subfolders aren't recursed). Frontmatter is hidden. The view restores across restarts.
Community plugins (recommended): Settings → Community plugins → Browse → search Folder Reader → Install → Enable.
BRAT: add jagajaga/obsidian-folder-reader.
Manual: download main.js, manifest.json, styles.css from the
latest release
into <vault>/.obsidian/plugins/folder-reader/, then enable it.
It lists the folder's direct Markdown children, sorts by name, and renders each
with Obsidian's built-in MarkdownRenderer (the reading-view engine, so your
themes and snippets apply). Rendering is chunked behind an IntersectionObserver
so only what you scroll to is processed. No network, no telemetry, nothing written.
Plain JavaScript, no build step, desktop and mobile.
MIT © Arseniy Seroka