Article Editor & Writing Experience
Suggest improvements to the Tiptap-based article editor: new blocks, formatting, keyboard shortcuts, drag-and-drop, embeds, image handling, and the overall writing flow.
Share your comment
- PublishedArticle picker now searches across your full catalog with infinite scroll
When you need to reference one of your articles from inside a form — say, picking related articles for a manual recommendation — you used to be limited to a static dropdown of recent items.The new ...
- PublishedEditor link detection got smarter, fewer false positives
The editor used to over-eagerly turn text like 5.Store into an auto-linked URL because the default link detection thought the dot-separated format looked URL-ish. Annoying when you're writing order...
- PublishedHeading selector now updates as you move the cursor
The heading selector in the editor toolbar used to show whatever heading level you had most recently clicked, even after you moved the cursor into a different block. So you could be editing an H2 w...
- PublishedMarkdown now supports stylized callouts for notes, warnings, and tips
You can now embed callout blocks directly in your markdown content, and they'll render as proper styled boxes with icons.Supported types:Note — neutral context the reader should pay attention to.In...
- PublishedArticle links from the admin now point to the right place
Clicking an article title in the admin used to take you to the marketing site instead of the blog. The URL was being assembled from the wrong configuration value — a small typo with annoyingly visi...
- PublishedTables and form controls got a major UX pass
The articles and categories tables — the two most-used surfaces in the admin — just got a comprehensive redesign.Explicit columns with proper headers replace the older row-of-blobs layout.Dropdown ...
- PublishedArticle editor no longer empties out on reload or language switch
Two related bugs were hurting the article editing flow in subtle ways.The first: if you reloaded the page while editing an article, the editor occasionally booted into an empty state even though yo...
- PublishedImage uploads now go to faster, cheaper storage
We migrated all image uploads off our previous CDN provider and onto a different object storage service with global edge delivery.Why we did this:Speed — images now serve from edge locations closer...