Search found 17 matches

by TinyCoding
Thu Oct 03, 2024 10:46 pm
Forum: Plugins
Topic: MarkDown using JavaScript Parser and Purify
Replies: 1
Views: 57723

MarkDown using JavaScript Parser and Purify

Hi all,

This is merly a question, but I wonder if there's an interest to use a MarkDown editor which uses JavaScript to parse (MD to HTML) and JavaScript to purify the content before it is parsed?

Design, layout, UI, etc will come. But before I spend time one that, I just wanted to ask. A MD ...
by TinyCoding
Thu Oct 03, 2024 10:36 pm
Forum: Support
Topic: Editing database.js
Replies: 9
Views: 62637

Re: Editing database.js


Many thanks for that!

Unfortunately, not your fault, it didn't make much sense to me. I'll need to go away and read up on "methods" and, no doubt, learn of various others terms along the way. I remember first encountering "method" in a computing magazines 25 years ago.

It was the kind of thing ...
by TinyCoding
Thu Oct 03, 2024 10:27 pm
Forum: Community chat
Topic: Open Question and Feedback for wCMS Core Devs
Replies: 3
Views: 72147

Re: Open Question and Feedback for wCMS Core Devs

Hi!

First of all, sorry for my late response. Been re-writing some of the core since you and everyone else were open and said, "you are free to fork and do whatever you like".

I want to start with nr 8 because it would benefit all users. What I mean is this:
We can edit most areas of the website ...
by TinyCoding
Sat Aug 17, 2024 5:21 am
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Re: Suggestions for new features

Thanks for that :)

Okay: forking it is.
by TinyCoding
Sat Aug 17, 2024 5:15 am
Forum: Support
Topic: Upcoming Updates - index.php and GitHub
Replies: 13
Views: 97603

Re: Upcoming Updates - index.php and GitHub

True, the PHP parser is one option for MD > HTML. Another is markedJS which is smaller (25kb). I'm not sayig that MD is the right way forward, or even the right way as an plugin option. But from a "keeping it small" perspective, the core devs do kind of trick us since the admin part loads a lot of ...
by TinyCoding
Fri Aug 16, 2024 7:17 pm
Forum: Support
Topic: How can I add a link in the menu?
Replies: 2
Views: 22865

Re: How can I add a link in the menu?

Well, I guess you could edit the theme.php and wrap the PHP menu shorttag inside a flex or left/right alignment and that way, add custom links like that. Here's an example using HTML and CSS Flexbox.

HTML:

<div class="flex-container">
<div class="flex-item-left"><?php wcms menu tag here ...
by TinyCoding
Fri Aug 16, 2024 7:05 pm
Forum: Support
Topic: [BUG] Database Corruption
Replies: 6
Views: 59716

Re: [BUG] Database Corruption

I'll test again later, but so far; no.
by TinyCoding
Fri Aug 16, 2024 6:57 pm
Forum: Community chat
Topic: Open Question and Feedback for wCMS Core Devs
Replies: 3
Views: 72147

Open Question and Feedback for wCMS Core Devs

Hi!

I've been using you wCMS for give or take a week now, and I have a question about forking your project.

It is obviously open source, but I the kind of person who always asks and openly want to discuss before moving forward.

The list below are suggestions based on my personal experience ...
by TinyCoding
Fri Aug 16, 2024 6:12 pm
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Re: Suggestions for new features

I am 90% donw with the core (index.php) review, and the more I review, it's getting clearer and clearer that forking this is most likely my best option, by which I mean forking the entire project.

Before doing so, I will ask an open, respectful and honest question where the wCMS core developers can ...
by TinyCoding
Thu Aug 15, 2024 8:23 pm
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Re: Suggestions for new features

Same thing with the notices; the could be displayed once and then automatically removed after a pre defined time frame while being available for later read as a separate section in the settings modal.

No disrespect, but there are several things I would change to make it more user friendly.