Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_mql
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
_mql
17d ago
Author here. For context: The original concept was discussed here 3 years ago: https://news.ycombinator.com/item?id=35456083 Now the project has grown up and is ready for production. The underlying editing technology has be
2.
▲
Editable 2.0 preview – CMS-free editable websites with Svelte and SQLite
(editable.website)
5 points
by
_mql
17d ago
|
1 comments
3.
▲
by
_mql
6mo ago
Author here. For context: I just released version 0.7.0 of the library. Thanks to Johannes Mutter (mutter.co), you can now build content blocks with any layout while Svedit smartly places gap cursors using CSS Anchor Positioning. Also fixes
4.
▲
Show HN: Live-Editable Svelte Pages
(svedit.dev)
7 points
by
_mql
6mo ago
|
1 comments
5.
▲
Show HN: CMS-free in-place editable websites with Svelte (v2)
(editable.website)
3 points
by
_mql
7mo ago
|
0 comments
6.
▲
Svedit – A tiny library for building rich content editors with Svelte 5
(svedit.vercel.app)
4 points
by
_mql
1y ago
|
1 comments
7.
▲
Towards a social network made out of independent websites: PostOwl
(michaelaufreiter.com)
15 points
by
_mql
3y ago
|
0 comments
8.
▲
by
_mql
3y ago
Thank you, let us know if any questions come up. And if you had a perfect experience, let us know too! :) https://github.com/PostOwl/postowl/discussions
9.
▲
by
_mql
3y ago
Been dedicating a ton of time to this goal lately. I released a "SvelteKit template for building CMS-free editable websites" earlier this year and the idea has evolved since. I started out with using Postgres + MinIO for storage,
10.
▲
With HNA-1 websites can connect to other websites to form a social network
(github.com)
2 points
by
_mql
3y ago
|
0 comments
11.
▲
by
_mql
3y ago
The editor payload now is loaded on demand (after you click edit), so it's truly progressively enhanced now. :) Thank you Nils Kjellman for the patch. https://github.com/michael/editable-website/pull/8
12.
▲
by
_mql
3y ago
Yeah I'm a bit undecided. I'm more obsessed with pushing quality than with operating a SaaS business (which can easily turn you from creator to manager). Let's see where this leads. For now I'd be glad to help people wit
13.
▲
by
_mql
3y ago
Yeah, that's a known issue. Mobile browser's shift the viewport (including fixed elements) when the soft keyboard gets activated. There are workarounds, but I haven't found a satisfying one that doesn't introduce other p
14.
▲
by
_mql
3y ago
These two claims you mentioned are directed towards the end-user, need to make that more clear maybe. The template is aiming at frontend developers, who want to control the layout in code, but allow end-users to make content changes (withou
15.
▲
by
_mql
3y ago
Yeah it's essentially bare-metal web development. Thanks to Svelte and ProseMirror, it's just much easier to enable functionality, which would otherwise only be possible through a CMS. It uses Postgres, but you could use any other
16.
▲
by
_mql
3y ago
You could just use the filesystem indeed.
17.
▲
by
_mql
3y ago
Exactly. This is for frontend developers, who want to control the layout in code, but allow end-users to make content changes (without destroying the layout :P). If you or your end-users prefer to also define layout and style in a visual in
18.
▲
by
_mql
3y ago
Thinking about it some more, I agree that a having "static mirror" of the editable site might be a nice thing. But that's for another day to implement. If someone else does I'd be curious to see it in action!
19.
▲
by
_mql
3y ago
To clarify: It's a different concept. And it's more of a starting point, rather than a solution. Its goal is not to build full-fledged a page builder or prototyping tools (such as Framer or Webflow). The layout is entirely up to t
20.
▲
by
_mql
3y ago
"CMS-free" as in "does not depend on additional software to manage content". Postgres and S3 through MinIO are my preferred choices, but you can change that to anything you'd like to use instead. Glad you like the i
21.
▲
by
_mql
3y ago
Which link (url) gives you the 500? Would love to reproduce and fix.
22.
▲
by
_mql
3y ago
Intentionally there isn't. I wanted to demonstrate that a website with "editing" capabilities is no magic, and to encourage people to hack on every piece. My experience after 25 years of web development is that often examples
23.
▲
by
_mql
3y ago
Incremental Static Regeneration could help here, but it introduces a whole category of implementation challenges. It may be worth it for high traffic websites but one beauty of the purely dynamic design is that you can mostly forget about a
24.
▲
by
_mql
3y ago
I'm coming from a minimalist perspective. Of course a hand-crafted site like this template doesn't cover all the enterprise CMS use cases, such as image manipulation, video transcoding etc. It's not a one-size-fits-it-all sol
25.
▲
by
_mql
3y ago
Haha, yeah. I justify this decision by assuming that designer-folks wouldn't be afraid to touch the code if it were JavaScript but would it were TypeScript. :) To me JavaScript does a great job (if you know what you are doing) and if y
26.
▲
by
_mql
3y ago
Yes, the challenge is taming contenteditable. I'm using ProseMirror under the hood with custom models for <Plaintext> and <Richtext> editing, which you can adapt to your needs. One limitation (of ProseMiror) is that you don
27.
▲
by
_mql
3y ago
Excellent question. They do end up downloading the extra payload at the moment. It's something that could be optimized with `await import` in the future. My general approach to this is considering website development as "minimal w
28.
▲
A SvelteKit template for building CMS-free editable websites
(editable.website)
240 points
by
_mql
3y ago
|
82 comments
29.
▲
Reproducible Document Stack – supporting the next-generation research article
(elifesciences.org)
1 points
by
_mql
9y ago
|
0 comments
30.
▲
by
_mql
9y ago
Hi there! Here's one of the developers of Texture. Alpha 3 got delayed a bit. It's a huge release, and it will be out in a couple of days. Stay tuned!
More ›