• Joined on 2026-02-16
hugo opened issue hugo/RuDS#60 2026-07-20 18:46:37 +00:00
tags in post editor need to have semantic suggestions
hugo opened issue hugo/RuDS#59 2026-07-20 18:42:46 +00:00
seems that saving a post triggers "create missing translations" task
hugo opened issue hugo/RuDS#58 2026-07-20 18:37:15 +00:00
quick actions do not open as overlay but open inside the box the buttons are in
hugo opened issue hugo/RuDS#57 2026-07-20 18:36:30 +00:00
the post editor (and liquid editor and lua editor) need syntax highlighting
hugo opened issue hugo/RuDS#56 2026-07-20 18:32:56 +00:00
creating a post with bookmarklet does not open the editor and it directly triggers a translation
hugo closed issue hugo/RuDS#55 2026-07-20 18:05:59 +00:00
preview does not show blog description on home page
hugo commented on issue hugo/RuDS#55 2026-07-20 18:05:55 +00:00
preview does not show blog description on home page

Implemented and pushed as dc11155.

List-page rendering now resolves the blog document title through one shared bDS2-compatible rule: a nonblank trimmed blog description wins, otherwise the…

hugo pushed to main at hugo/RuDS 2026-07-20 18:05:43 +00:00
dc11155aac Fix blog descriptions in list page titles
hugo closed issue hugo/RuDS#54 2026-07-20 17:56:46 +00:00
calendar widget in preview has wild colors and marks every day
hugo commented on issue hugo/RuDS#54 2026-07-20 17:56:42 +00:00
calendar widget in preview has wild colors and marks every day

Implemented and pushed as 3795db7.

The calendar runtime now leaves periods with zero posts visually unmarked and uses a single theme-compatible accent whose intensity increases with the relative…

hugo pushed to main at hugo/RuDS 2026-07-20 17:56:30 +00:00
3795db76b0 Fix calendar activity heatmap in preview and generation
hugo closed issue hugo/RuDS#53 2026-07-20 17:42:25 +00:00
image previews not opening in the preview browser
hugo commented on issue hugo/RuDS#53 2026-07-20 17:42:20 +00:00
image previews not opening in the preview browser

Implemented and pushed as 5726b92.

The renderer now builds the media rewrite table from every project media record, matching bDS2 original-name aliases and resolving both bds-media IDs and…

hugo pushed to main at hugo/RuDS 2026-07-20 17:42:10 +00:00
5726b92c5d Fix canonical media links in preview and generation
hugo closed issue hugo/RuDS#52 2026-07-20 17:32:57 +00:00
macros seem not to correctly render in preview
hugo commented on issue hugo/RuDS#52 2026-07-20 17:32:13 +00:00
macros seem not to correctly render in preview

Implemented in 713575d.\n\nThe shared renderer now carries project-wide image media and published tag counts into built-in macros, and preserves linked media by post ID so gallery macros also…

hugo pushed to main at hugo/RuDS 2026-07-20 17:31:51 +00:00
713575dd99 Fix project macro rendering in preview and generation
hugo closed issue hugo/RuDS#51 2026-07-20 17:14:15 +00:00
bookmarklets open the app, but do not create a draft for the passed link
hugo commented on issue hugo/RuDS#51 2026-07-20 17:14:05 +00:00
bookmarklets open the app, but do not create a draft for the passed link

Implemented and pushed in commit 5425d83.

  • Added macOS Get URL Apple-event delivery without replacing Iced/Winit’s application delegate.
  • Buffered cold-start deep links and replayed them…
hugo pushed to main at hugo/RuDS 2026-07-20 17:13:29 +00:00
5425d83ee1 Fix blogmark deep-link delivery and editor activation