Live data from Hacker News

A SvelteKit template for building CMS-free editable websites

editable.website

11–20 of 85 posts

Re: A SvelteKit template for building CMS-free editable websites

#11
Cool idea, and I really like how the site still functions for readers with JS disabled, which is (as far as I'm aware) uncommon for this sort of thing.

One thing that isn't clear from reading the GitHub page — do all visitors end up downloading the editor payload or do only admins who are logged in get that?

Re: A SvelteKit template for building CMS-free editable websites

#12

SvelteKit is such a breath of fresh air, glad to see it used on this.

It really is - writing a svelte component feels like writing something in vanilla html/js/css, but you get all the advantages that come with a framework.

This is the primary reason I love working with it. Coming from the times of jQuery, I can think in those terms like I used to and don't have to constantly translate it into React patterns.

Re: A SvelteKit template for building CMS-free editable websites

#18
post #15

Is contenteditable not widely used? Is it too limited? https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...

contenteditable is pretty terrible if you want it to behave exactly the same on all browsers. that's why there are projects like CKeditor or TinyMCE.
Post reply on HN