Open foxnoodles opened 3 years ago
Thanks for your feedback! Well, I've built many page-builder/inline-editor experiments in both Svelte and Vue, so I guess I could use some feedback on which one I should continue with... ;-) Some examples:
https://sitefiction-builder.dashpilot.vercel.app/ (most fully-featured page-builder, built with Svelte) https://sitefiction-data-attr.vercel.app/ (Svelte experiment that uses live-editing via a panel on the side, features image upload and can be used with non-Svelte templates) https://vue-pagebuilder.dashpilot.vercel.app/ (built with Vue)
What would be your use-case for this editor, and what features would you like to see?
Thanks fo your reply and wow those are some very neat projects!
I'll try to break down what I'm looking for from a CMS like this.
TLDR: extremely lightweight cms which is easy to embed into any html5/css template. Which could also be used as a complementary tool for proprietary CMS-es. Main use case: Low budget client websites.
Longer version and possible feature break down:
Something along these lines but more focused on easier integration into existing html templates:
https://www.impresspages.org/inline-editing-cms http://www.inlinecms.com/demo (old demo latest is one here ) https://sitecake.com (this one focuses on just that, easy integration, but is very poorly written and has a terrible UX) https://www.wondercms.com/demo this one is also shares the same philosophy but the implementation is lacking. https://sofish.github.io/pen/ - nice user experience. https://getcontenttools.com/demo - this one too.
I know this sounds a lot but I simply can't find anything that simply works and does not require you to design pages in it or tinker with a proprietary template engine and also has a decent UX that won't overwhelm a novice user.
P.S. I know this comment is all over the place but I was trying to come up with a short pitch lol. Also, I can contribute to UI/UX design if you'll need someone to do it.
Wow, that's a lot of requirements...!
I've made a simple POC for an inline editor that works with any HTML template without requiring any changes to the template itself (no template-tags or data-attributes, just plain html). This way you can use it with any of-the-shelf template built with Bootstrap/Bulma/Tailwind/etc or create your own templates that can easily be edited by clients. Of course, many features are still missing, but I first wanted to know if this could work without adding any custom tags to the template.
https://github.com/dashpilot/html-template-editor
Let me know your thoughts
Yeah IKR! haha
As for the editor. This is definitely something worth looking into. I still think that tags will be required one way or another (e.g. to define non-editable regions to prevent customers from ruining the layout, another example would be tagging blocs that can be duplicated, s.a. blog entries or portfolio items) but overall I can see where this is going. This will also require directory scanning for editable pages, which will prolly have a meta generator tag to identify them selves, and also some sort of a menu manager with editable template which will be automatically duplicated in all editable pages that have appropriate nav section. This will also require identification via tag name or data-atribute or class or something. These are my thoughts so far. I'll post more if I figure it out lol
Is this just a proof of the concept or you're going to add more features?
Thanks