Bludit v3.21.1 is here
Posted: Thu May 07, 2026 7:44 am
Such as using Claude to help build the plugin, or something else?bayerberg wrote: Tue May 12, 2026 1:44 am btw. was working on a Claude plugin and now I'm not sure it's needed.
Code: Select all
**“Create a reusable, source‑verified Bludit Pro Developer Reference based on everything you’ve analyzed in this chat.
Include:
– Verified plugin API (all hooks, methods, parameters, return values)
– Verified theme API
– Actual internal behavior vs documented behavior
– Known quirks and edge cases
– Correct patterns for plugin development
– Correct patterns for theme development
– Notes on routing, rendering, and load order
– Any pitfalls or undocumented behaviors
– A checklist for building new plugins
– A checklist for building new themes
Format it as a clean, structured technical document I can reuse in future chats.”**
Code: Select all
**Create a compact, Flash‑optimized “Bludit Pro Plugin Architecture Reference” based on everything you’ve learned in this chat.
Requirements:**
– Must be source‑verified, not documentation‑based
– Must include:
• Plugin lifecycle (constructor → init → prepare → hooks → save)
• Required files and folder structure
• All plugin properties (dbFields, db, formButtons, customHooks, etc.)
• All plugin methods with correct signatures and behaviors
• Hook system: how hooks are registered, invoked, and ordered
• Routing overrides using beforeAll + Reflection
• How to read/write settings safely
• How to detect other plugins
• Workspace usage
• Asset inclusion (includeCSS, includeJS)
• Metadata handling
• Known quirks and pitfalls (source‑verified)
– Must include a Plugin Development Checklist
– Must be formatted as a single Markdown document
– Must avoid long reasoning chains; keep it flat, explicit, and lookup‑friendly
– Output should be optimized for use with DeepSeek Flash
Goal: Produce a reusable, accurate reference I can feed into Flash for future plugin development.Ahh I see. I prefer to keep that kind of process in the chat client so I can tweak as needed with my own insights or corrections and can summarize the process to go back thru and check on other stuff. (Since I would want to proofread everything before publishing anyways).bayerberg wrote: Tue May 12, 2026 8:48 am wow![]()
I wanted to do a article writer plugin. Claude has a php thing ready to use and it's relatively easy to hook it up to such plugin.