• Joined on 2026-02-16
hugo opened issue hugo/RuDS#54 2026-07-20 16:58:27 +00:00
calendar widget in preview has wild colors and marks every day
hugo opened issue hugo/RuDS#53 2026-07-20 16:56:56 +00:00
image previews not opening in the preview browser
hugo opened issue hugo/RuDS#52 2026-07-20 16:55:51 +00:00
macros seem not to correctly render in preview
hugo opened issue hugo/RuDS#51 2026-07-20 16:52:38 +00:00
bookmarklets open the app, but do not create a draft for the passed link
hugo closed issue hugo/RuDS#50 2026-07-20 16:46:10 +00:00
Fix style swatches and preview color mode
hugo commented on issue hugo/RuDS#50 2026-07-20 16:45:56 +00:00
Fix style swatches and preview color mode

Implemented in 3aa5dcb. Native Iced theme cards now use distinct 2:1:1 accent/light/dark swatches with a bDS2-style accent gradient; embedded preview creation is single-flight and navigates to the…

hugo pushed to main at hugo/RuDS 2026-07-20 16:45:40 +00:00
3aa5dcbe55 Fix style swatches and live preview modes.
hugo closed issue hugo/RuDS#49 2026-07-20 16:19:36 +00:00
when switching the post editor to preview mode, the gallery button is still there
hugo commented on issue hugo/RuDS#49 2026-07-20 16:19:31 +00:00
when switching the post editor to preview mode, the gallery button is still there

Implemented in e531d32. The Gallery action now uses the same markdown-only toolbar visibility rule as Insert Link and Insert Media, so every editing action disappears in preview mode. Added a…

hugo pushed to main at hugo/RuDS 2026-07-20 16:19:07 +00:00
e531d32a77 Hide post gallery action in preview mode.
hugo closed issue hugo/RuDS#48 2026-07-20 16:09:05 +00:00
update golden fixture for rendering to the newest version of the app
hugo commented on issue hugo/RuDS#48 2026-07-20 16:08:56 +00:00
update golden fixture for rendering to the newest version of the app

Implemented in 47d069d. Refreshed the curated rfc1437.de golden output from current bDS2 and added a repeatable refresh script; aligned generation and browser preview with bDS2 for local…

hugo pushed to main at hugo/RuDS 2026-07-20 16:08:07 +00:00
47d069dfac Update bDS2 rendering fixtures and routes.
hugo closed issue hugo/RuDS#47 2026-07-20 15:13:38 +00:00
"open in browser" and in-editor preview not working correctly
hugo commented on issue hugo/RuDS#47 2026-07-20 15:13:12 +00:00
"open in browser" and in-editor preview not working correctly

Implemented in commit 49adfed. Open in Browser now starts the complete localhost site at the root when no post editor is active and at the active post canonical generated URL otherwise; the…

hugo pushed to main at hugo/RuDS 2026-07-20 15:10:53 +00:00
49adfed68f Fix navigable blog previews.
hugo opened issue hugo/RuDS#50 2026-07-20 14:47:00 +00:00
Fix style swatches and preview color mode
hugo closed issue hugo/RuDS#46 2026-07-20 14:20:00 +00:00
Implement drag-and-drop image import into the post editor
hugo commented on issue hugo/RuDS#46 2026-07-20 14:19:55 +00:00
Implement drag-and-drop image import into the post editor

Implemented drag-and-drop image import for active post editors. Supported images now queue sequential import/link tasks, insert host-absolute /media/... Markdown at the buffer cursor, persist the…

hugo pushed to main at hugo/RuDS 2026-07-20 14:19:35 +00:00
29cdd016b8 Implement post editor image drops.