Search found 45 matches

by mjxl
Mon Apr 27, 2020 2:25 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 63213

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!
by mjxl
Thu Feb 27, 2020 12:31 am
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 63213

Re: Theme without boostrap

Just chipping in, I saw the cdn admin javascript file is just a couple of functions, which are easily replaced by todays vanilla JS 8-)

I'm assuming there are a couple more JS calls in the index.php ? I've not inspected index too much :)
by mjxl
Sun Feb 23, 2020 12:06 pm
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16231

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

Oh my, i left to bed with a working editor on my website, but probably didnt save that to github.
Come back now , hey an update for my own plugin? BAM , broken XD will investigate

//edit: and 3.0.5 >_>
by mjxl
Sat Feb 22, 2020 4:51 pm
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16231

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

I guess the expected behaviour would be to only allow the user to edit one block at a time? Other than that, awesome work! Would you mind sending me over your First/Last name + Twitter/website link so it can be added to our contributors list? https://wondercms.com/special-contributors Exactly yeah,...
by mjxl
Sat Feb 22, 2020 3:30 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 30
Views: 33360

Re: Monaco Editor !

Tried installing this and editing content, but nothing happens. Get the following error message in the browser console: TypeError: document.createel is not a function Doh , again uploaded with a type LOL Thanks for linking it ! Consider it fixed. edit: yep, just installed it on my domain from Git :...
by mjxl
Fri Feb 21, 2020 12:09 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 30
Views: 33360

[PLUGIN ADDED] Monaco Editor

Hope you guys have some time to checkout another plugin, because here is plugin #2, this time it's Microsofts Monaco Editor. https://github.com/mjuksel/wondercms-monaco ! https://github.com/mjuksel/wondercms-monaco/blob/master/preview.jpg?raw=true Opened automagically on pageload now. Yay! Save via ...
by mjxl
Mon Feb 17, 2020 12:12 pm
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16231

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

Will re-check/test and add the plugin. Hopefully this can happen with the 3.0.6 patch, as we found a minor bug where line breaks (br tags) get removed on second edit. Cheers and thanks! Cool, I've also added some new 'features' on my local version. Added 2 buttons to the editor One button is to sav...
by mjxl
Wed Feb 12, 2020 12:25 am
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16231

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

And i fixed it again. :) 3.0.3 works.
by mjxl
Tue Feb 11, 2020 11:45 am
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16231

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

Crep, I saw it. I had fixed it on my server , but not yet locally. Updated to 3.0.2 ! Also could you tell me how to get all the areas for the user? Right now i'm doing just $('#content'), this could be changed by either the users, or up front by me. //edit: (I don't really get the PHP parts.. even J...
by mjxl
Sat Feb 08, 2020 5:47 am
Forum: Plugins
Topic: SimpleMDE (Markdown Editor) , Marked.js for page visits.
Replies: 10
Views: 16231

Re: SimpleMDE/snarkdown (Markdown Editor)

I pushed a couple of changes here and there :) A bit messy on github :lol:
  • Removed Snarkdown.js in favor of Marked.js
  • Swapped the local JS/CSS files to CDN delivered ones (jsDeliver).
  • Added a custom.css so we can override styles.
  • Some small tweaks here and there.