Search found 44 matches

by mjxl
Thu Aug 27, 2020 8:02 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 30
Views: 32811

Re: Monaco Editor !

Fixed saving on this one too, some small tweaks :) 3.0.3 is up!

//edit: removed the need for jQuery on $.post and $().show()/fadeout() -> 3.0.4
by mjxl
Thu Aug 27, 2020 6:15 pm
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16127

Re: SimpleMDE (Markdown Editor) , Marked.js for page visits.

I've updated the plugin, it was kinda broken :P v3.0.6 is up!

//edit: again updated, removed the need for jQuery on $.post() and $('#save').show()/fadeOut()
by mjxl
Mon Aug 17, 2020 1:57 pm
Forum: Plugins
Topic: Automatic Backup Plugin
Replies: 4
Views: 9238

Re: Automatic Backup Plugin

Hmm, not storing duplicate entries seems like a good idea. I'd go with a hash to check that instead of length, since length can stay the same across edits. Good idea! Yeah I was thinking hash too, didn't want to look like a fool if hashing wasn't the prefered method here, hence i posted a general '...
by mjxl
Sun Aug 16, 2020 9:18 am
Forum: Plugins
Topic: Automatic Backup Plugin
Replies: 4
Views: 9238

Re: Automatic Backup Plugin

Maybe on each backup write the size of 'database.js' somewhere, then when another backup is called it would check if the size hasn't changed, thus NOT triggering another backup?
by mjxl
Sun Aug 16, 2020 8:27 am
Forum: Plugins
Topic: How to create and share a plugin
Replies: 7
Views: 22272

Re: How to create and share a plugin

Can you please tell me "What is the difference with WonderCMS and WordPressCMS?" To me WonderCMS is more a really open and transparent modular playground for your website needs. With WordPress you are stuck with, well.. WordPress.. WonderCMS gives you the ability to use whatever themeing ...
by mjxl
Wed May 20, 2020 6:03 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 62989

Re: Theme without boostrap

y0 Robert, the new default theme looks very good imo, it has a nice modern touch to it :) ! I saw it was based on BS4 yeah, Bootstrap IS very good imho. (not really weird, since like, half of the entire WWW runs on bootstrap lol) I will dismantle the theme I was working on at my page, I'm using Spec...
by mjxl
Mon May 18, 2020 7:51 pm
Forum: Support
Topic: [SOLVED] Cannot get content from repository.
Replies: 14
Views: 26395

Re: [SOLVED] Cannot get content from repository.

What are you currently using your page for, if I may ask ? :)

If you just want to fiddle around with WonderCMS, or create stuff for it, I can create a subdomain for you with ftp access and a little bit of space 8-)

/edit: rip, solved lol
by mjxl
Mon May 18, 2020 2:06 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 62989

Re: Theme without boostrap

wiz wrote: Mon May 18, 2020 8:36 am Awesome news: latest WonderCMS version (3.0.8) settings/core is completely detached from Bootstrap and jQuery.
Sick !

Did my eyes also spot a new default theme?!?!!

/edit: wouldn't hurt to check the changelog MARCEL....... (That's me btw)
by mjxl
Mon Apr 27, 2020 4:05 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 62989

Re: Theme without boostrap

Good news, first part of the detaching WonderCMS completely from the bootstrap library is done, along with a lot of other improvements such as easier editing, animations, UX improvements. Something like having "backups" for pages would be also awesome, but I think we still need to figure ...
by mjxl
Mon Apr 27, 2020 2:25 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 62989

Re: Theme without boostrap

wiz wrote: Thu Apr 23, 2020 12:45 pm mjxl, we're planning on migrating away from jQuery for the admin panel, as well as bootstrap.
So on the admin part, there should be no more external libraries.

Hope this is good news for you ;)
Neat! I really don't mind it being there, but looked like it could go without jQuery anyways :p!