You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make easier interop with other blog engines (often SSG) which store posts as regular (often markdown) files and enable putting content text (and even metadata which can be stored as front matter) under simple git version control
Another useful feature could be a vtable for storing wp_config as json or yaml file
Configs also would benefit from being checked in version control
Using SQLite vtable extension mechanism can bring file-system
storage of posts/config to WordPress without changing any downstream SQL-queries or existing code. These vtable extensions can be implemented in C (or maybe in Rust) - and ChatGPT/Claude can already produce something workable