Accordion File View

by cazzek
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Browse markdown and text files in an accordion-style preview view.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Accordion File View

An Obsidian community plugin that shows Markdown and text files in an accordion-style preview list.

Features

  • Lists matching notes from a selected folder or the whole vault
  • Expands one file at a time for preview
  • Renders Markdown files as formatted previews
  • Shows TXT files as plain text
  • Adds a ribbon icon and command palette entry

Usage

  1. Open Accordion File View from the ribbon icon or command palette.
  2. Optionally narrow the file list with Folder.
  3. Filter by file name or path with Filter.
  4. Expand an item to preview it, or use the edit button to open the file in the editor.

Development

npm install
npm run build

For live rebuilds:

npm run dev

Folder Setup

  • Leave the folder setting blank to scan the whole vault
  • Set it to a vault-relative path such as 設定資料 or シナリオ

Release Files

GitHub release assets (upload only these three files):

  • manifest.json
  • main.js
  • styles.css

Repository root (not release assets):

  • versions.json — keep in the repo and sync when bumping the plugin version

Publishing Notes

  • Commit the generated main.js, manifest.json, and styles.css to the repository
  • Keep versions.json in the repository root in sync when you bump the plugin version
  • Create a GitHub release and upload only manifest.json, main.js, and styles.css