README file from
GithubAccordion 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
- Open
Accordion File Viewfrom the ribbon icon or command palette. - Optionally narrow the file list with
Folder. - Filter by file name or path with
Filter. - 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.jsonmain.jsstyles.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, andstyles.cssto the repository - Keep
versions.jsonin the repository root in sync when you bump the plugin version - Create a GitHub release and upload only
manifest.json,main.js, andstyles.css