Frank Schneider Posted November 4, 2022 Share Posted November 4, 2022 Is there a front end editor or something similar for pw. This html syntax is not my thing. So it's easier to edit. Link to comment Share on other sites More sharing options...
pwired Posted November 4, 2022 Share Posted November 4, 2022 rapid php editor if you are on windows, works even better as a front end editor for pw just like the rest of their products. No I am not affiliated. https://www.rapidphpeditor.com/ Link to comment Share on other sites More sharing options...
Frank Schneider Posted December 5, 2022 Author Share Posted December 5, 2022 Thanks in advance for the help. But I'm looking for an editor where you don't have to edit the HTML code. I'm looking for an editor like a CMS. Link to comment Share on other sites More sharing options...
zoeck Posted December 5, 2022 Share Posted December 5, 2022 38 minutes ago, Frank Schneider said: But I'm looking for an editor where you don't have to edit the HTML code. I'm looking for an editor like a CMS. CMS is the wrong word for it - you mean "WYSIWYG Editor" or "Pagebuilder" (CMS = Content MANAGEMENT System) I think if you don't want to write HTML (or PHP), then Processwire is not the best choice for you. 3 Link to comment Share on other sites More sharing options...
Kiwi Chris Posted December 15, 2022 Share Posted December 15, 2022 ProcessWire does and doesn't do this. You initially have to edit your HTML templates to define the structure of pages on your website, but after this, all the editing of the content can be done either on the front-end or back-end without having to edit HTML directly. Most other CMSs do the same, just some come with a lot of predefined themes to get you up and going where someone else has created the HTML templates. Both the strength and weakness of ProcessWire is that it doesn't come with a lot of predefined themes. That's because ProcessWire doesn't try to decide for you how your site should be structured, and third-party themes for other CMSs typically depend on the CMS having a specific structure to data. That might seem like a good idea, until the moment you try to do something that doesn't fit the assumptions the CMS has made about how data should be structured, then it turns into a nightmare to try to make it do something different. ProcessWire makes virtually no assumptions about your data, which is why it requires some knowledge of HTML to make templates to start with, but it's much easier to change than other CMSs, and once you've got your HTML templates, it's very easy to edit content without needing to know anything about HTML, and is arguably more intuitive for editing content than some other CMSs that involve some clunky and inconsistent plugins and add-ons to do anything beyond the basics. I guess you could use the analogy, ProcessWire is a box of Lego bricks. You've got to do some construction, limited only by your imagination. Other CMSs are like a ready made toy. If it's the toy you want, then they're quicker and easier, but if you got a toy car, and really wanted a helicopter, then trying to change it is going to be hard. With ProcessWire it can be a car or a helicopter, but you've got to build it. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now