Re: Upcoming Updates - index.php and GitHub
Posted: Thu Aug 15, 2024 8:16 pm
NorfolkGreg wrote: Thu Aug 15, 2024 11:07 am I've been thinking about it overnight and I begin to prefer your idea of a MarkDown editor, certainly as a stopgap until a "perfect" WYSIWYG editor is available in Wcms.
[/qoute]
Well, MD (markdown) writing takes some getting used to, and it requires a parser which converts the MD into HTML using PHP. That said, the main problem with wCMS from my perspective is the fact that it uses one file for serving everything instead of separate files (database.js) which a JSON file.
Either way, a flat-file system requires PHP memory (open, read, close) and opening the same file each time no matter what the query is, might not be the best option.
Also, the core itself relies on several external files, which is not what I am reviewing as a new way forward.
Regarding the simplecss; you're welcome. It clean and small, and it comes with automatic "light and dark" theme based on the user's browser settings.
I have almost finished my walk through of the core, and from what I've found so far, I might just fork it and remake it.
I would prefer each file to separate, and I need to implement an option for working with pages and I need to remove the constant closure of the settings modal each time a chabge is made.