OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.23k stars 2.34k forks source link

Visual Editor #11051

Open assadnazar opened 2 years ago

assadnazar commented 2 years ago

Are you guys planning for a visual editor like Elementor for Wordpress?

ns8482e commented 2 years ago

@assadnazar Orchard Core has live preview

assadnazar commented 2 years ago

Yeah I can see that. Only query was if Orchard CMS is planning for a visual editor module?

ns8482e commented 2 years ago

@assadnazar interesting.

Visual Editors are normally Theme first approach where you select the theme first and then you build content for that theme.

Orchard Core is using different approach- it's content first - meaning you can run it as headless or decoupled scenarios where theme is not required.

However if you'd like have side by side live preview feedback on different devices, you can use DevicePreview module https://github.com/surevelox/OrchardCore.Modules/blob/master/DevicePreview/README.md

hishamco commented 2 years ago

Thanks for sharing Niraj, I was planning to do something quite similar in OCC https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/issues/18

sebastienros commented 2 years ago

No plan for that. More like a plan to not do that actually.