# 29th October 2025 — Dynamic Content Editing Streamline [#68](https://github.com/nbarrett/ngx-ramblers/issues/68)
## [build 335](https://github.com/nbarrett/ngx-ramblers/actions/runs/18924958819) — [#68](https://github.com/nbarrett/ngx-ramblers/issues/68) — [commit 4a39a56](https://github.com/nbarrett/ngx-ramblers/commit/4a39a56)

Streamlined page content editing experience with fixes to markdown editor logic, card styling, and removal of legacy duplicate detection tooling.

**Where to Find It**

- **Dynamic Content**: Improved page editing experience
- **Markdown Editor**: Consistent standalone/embedded behavior
- **Card Editor**: Inline component with proper border radius
- **Admin Menu**: Removed duplicate-content detection link

**Benefits**

- **Better UX**: Avoid unnecessary content refresh propagation when making changes
- **Cleaner Logic**: Standalone prop is sole mechanism for markdown editor data querying
- **Consistent Styling**: Card border radius applied correctly across all view modes
- **Reliable Persistence**: Inline editors and action buttons render styles correctly
- **Removed Complexity**: Obsolete focus tracking and duplicate detection UI removed
- **Migration Support**: Automatic cleanup of deleted duplicate navigator

**Technical Details**

Fixed Issues:
- Markdown editor data querying logic now uses standalone prop exclusively
- Card styling border radius consistent across all view modes
- Inline editors and action buttons persist and render correctly
- Remove unnecessary content refresh propagation in dynamic content
- Remove obsolete focus tracking logic

Removed:
- Duplicate-content detection UI and admin menu link
- Legacy duplicate detection tooling

Added:
- Reusable page-content action component
- Migration to strip out deleted duplicate navigator
- Inline card editor component (replaces partials)
- Refreshed markdown toolbar with grouped controls and integrated styling menu

Code Quality:
- DRY principle applied to card editing
- Centralized page content actions
- Cleaner component structure