Skip to content

Releases: michael/editable-website

2.0.0-preview.2

14 Mar 23:11
2911f36

Choose a tag to compare

  • Upgrade to Svedit 0.7.0

2.0.0-preview.1

26 Feb 11:54

Choose a tag to compare

A complete rewrite of Editable Website, rebuilt from the ground up.

  • Full page editing — Edit entire pages in place, not just individual text blocks. Sections, layouts, images, and text are all editable directly on the page.
  • Powered by Svedit — Replaced ProseMirror with Svedit, a rich content editor built on a graph-based document model. This gives us structured content, undo/redo, and a foundation for more powerful editing features down the road.
  • Initial content types — Ships with a starter set of content types (text, images, links, lists, and more) and multiple section layouts to build real pages.
  • Preview release — This is an early preview. There is no backend or persistence yet — edits are not saved. The focus of this release is the editing experience itself.

Backend integration and data persistence are the immediate next steps. Stay tuned.

1.0.0

15 Dec 14:31
d294108

Choose a tag to compare

The original version of editable.website from 2023. MIT licensed.

See: https://news.ycombinator.com/item?id=35456083