wyg icon indicating copy to clipboard operation
wyg copied to clipboard

Can't run demo

Open Piterden opened this issue 7 years ago • 5 comments

2018-08-03T12_30_50_719Z-debug.log

Piterden avatar Aug 03 '18 12:08 Piterden

I'll look into that when I have some spare time, thanks for reporting.

xpl avatar Aug 03 '18 20:08 xpl

You have a strange non-standard code and arch styles. I suppose, they are inherited from C++ or similar... Did you see grapes.js library?

Piterden avatar Aug 03 '18 20:08 Piterden

You have a strange non-standard code and arch styles

Yes, and I regret about that. It was a research project, I was experimenting with various stuff a lot. Now I don't use this style and that framework, and the project is kind of abandoned, as I don't have much free time to continue its development.

The thing needs a complete rewrite to be hackable/maintainable – remove proprietary dependencies (like that useless framework, lol), rewrite on bare JS / DOM API with minimal deps and so on.

Did you see grapes.js library?

Not familiar with that, unfortunately.

xpl avatar Aug 04 '18 00:08 xpl

https://github.com/artf/grapesjs take a look at this WYSIWYG.

What that useless framework doing?

Piterden avatar Aug 05 '18 06:08 Piterden

What that useless framework doing?

Component system + composable traits system + some reactive programming primitives. The framework is also outdated and hasn't been evolving for a long time. I made it many years ago, primarily for learning JS, so it's awfully written – full of something that is considered as bad practices today.

xpl avatar Aug 05 '18 13:08 xpl