Search found 44 matches

by mjxl
Mon Jan 24, 2022 3:00 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 30
Views: 32962

Re: [PLUGIN ADDED] Monaco Editor

I guess it's something 'we' could work on.
Atm I've got a sore shoulder, so I'm not crawling behind my pc.

If JS is new for you it can be quite a lot to process, i guess.
Let's get back on this!
by mjxl
Fri Jan 21, 2022 8:06 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 30
Views: 32962

Re: [PLUGIN ADDED] Monaco Editor

There are a few things that can be added to the configuration of the editor. Taken from Monaco playground: wordWrap: 'wordWrapColumn', wordWrapColumn: 40, // Set this to false to not auto word wrap minified files wordWrapMinified: true, // try "same", "indent" or "none"...
by mjxl
Fri Jan 21, 2022 7:08 am
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 30
Views: 32962

Re: [PLUGIN ADDED] Monaco Editor

Joo! The Monaco Editor is not meant to be used in conjunction with a different one :P I'm not quite sure what to do with your problem here :o The newtab and email client opening on the "mailto:" links is default behaviour in Chrome (like most browsers) Maybe we can go back to "default...
by mjxl
Thu Jan 06, 2022 11:23 pm
Forum: Support
Topic: Test Drive & A Few Little Questions
Replies: 33
Views: 104639

Re: Test Drive & A Few Little Questions

Very cool stuff you got going here!
by mjxl
Mon Mar 22, 2021 10:31 pm
Forum: [NEW] Show off your WonderCMS website
Topic: Minimalistic
Replies: 4
Views: 15155

Re: Minimalistic

wiz wrote: Tue Dec 15, 2020 10:50 am Hej MJ!

Any chance you can upload this to GitHub? I'll gladly run it for a test!
woah been a while since i was here :x better late than never i guess !
It's not done, it's the current state of it tho :P

https://github.com/mjuksel/wondercms-mjxlMinimalist
by mjxl
Sun Nov 01, 2020 7:08 am
Forum: Support
Topic: [SOLVED] Convert html to wonder cms
Replies: 2
Views: 5538

Re: Convert html to wonder cms

There's not any conversion per sé, and pages is also a bit vague.

Could you share (1/some of) the pages here perhaps, I/we could explain what to do with them.
by mjxl
Wed Oct 28, 2020 11:38 pm
Forum: [NEW] Show off your WonderCMS website
Topic: Minimalistic
Replies: 4
Views: 15155

Re: Minimalistic

Ofcourse! Cleaned it a little, prolly some redundant/incorrect css. minimalist_theme.zip The admin panel still sux, only did some basic styling there, buttons are missing etc. preview.png I was actually thinking to instead do some cutting/editing on index.php. I'd like to go minimal there too, espec...
by mjxl
Wed Sep 23, 2020 9:46 pm
Forum: [NEW] Show off your WonderCMS website
Topic: Minimalistic
Replies: 4
Views: 15155

Minimalistic

I went minimalistic.

Working on the admin panel every now and then :P

Image

Image

Image

Image
by mjxl
Mon Sep 21, 2020 5:44 pm
Forum: Themes
Topic: How to use another layout/theme file for different pages
Replies: 1
Views: 7241

Re: How to use another layout/theme file for different pages

So instead of creating a completely new template (theme.php) file, you could look at just loading different CSS in other pages. A really simple way to get there is with a some small cheats in theme.php! Look for this: <link rel="stylesheet" rel="preload" as="style" href...
by mjxl
Fri Aug 28, 2020 11:06 am
Forum: Plugins
Topic: How to create and share a plugin
Replies: 7
Views: 22303

Re: How to create and share a plugin

Sounds like a sweet spot, thanks for your feedback mjxl :) np! Here's a neat example. in one of the content area's I wrote: <md> # Hello! --- Welcome to my page! </md> then in the footer I wrote: <script src="https://unpkg.com/marked"></script> <script> const md = document.querySelector('...