A searchable web archive of 5,599 forum posts from the Blender Artists Pie Menu Editor thread (2016–2025).
Live Site: https://pluglug.github.io/ba-pme-treasure/
Note: This is NOT official PME documentation. It's a searchable archive / research vault built from the Blender Artists forum thread, primarily to support future PME documentation efforts.
- Full-text search across all posts
- Tag-based navigation with sorting/filtering
- Post type badges (question, answer, showcase, etc.)
- Mobile-friendly design
- Dark/light mode
# Install dependencies
npm install
# Start dev server
npx quartz build --serve
# Build for production
npx quartz buildpme-treasure-web/
├── content/ # Markdown source files (Obsidian vault)
│ ├── Posts/ # Forum posts by year (2016-2025)
│ ├── Users/ # Contributor profiles
│ ├── Guides/ # Curated navigation guides
│ ├── _Index/ # Tag Index, Timeline, User Index
│ └── index.md # Homepage
├── quartz/ # Quartz configuration & components
│ ├── components/ # Custom components (PageList, TagContent, etc.)
│ ├── plugins/ # Transformers, filters, emitters
│ └── styles/ # SCSS stylesheets
├── public/ # Build output (generated)
└── quartz.config.ts # Site configuration
| Category | Count |
|---|---|
| Total Posts | 5,599 |
| Contributors | 760 |
| Solved Questions | 1,379 |
| Unsolved Questions | 2,016 |
| Years Covered | 10 (2016–2025) |
To use this archive as a local knowledge base:
- Clone the repository
- Open
content/directory as an Obsidian vault (not the repo root) - Only edit Markdown files under
content/; Quartz files are for site generation
Note: The vault is large (5,599 posts), so initial indexing may take some time.
Key files for customization:
| File | Purpose |
|---|---|
quartz.config.ts |
Site title, theme colors, plugins |
quartz.layout.ts |
Page layout, components |
quartz/styles/custom.scss |
Custom CSS/SCSS |
quartz/components/PageList.tsx |
Post listing format |
quartz/components/pages/TagContent.tsx |
Tag page behavior |
- Quartz 4 - Static site generator for Obsidian
- Obsidian - Knowledge base format
- Claude - AI classification and data processing
- PME on Gumroad - Original addon
- PME-F Fork - Community fork
- PME Documentation - Official documentation (WIP)
- Content: Community-contributed; original authors retain rights
- Code: MIT License
- Original PME addon by roaoao
- Data extracted from Blender Artists
- Archive maintained by Pluglug