Skip to content

feat: Image generation insert mode for placing images in post content#236

Merged
chubes4 merged 1 commit into
Extra-Chill:mainfrom
Sarai-Chinwag:feature/image-insert-mode
Feb 17, 2026
Merged

feat: Image generation insert mode for placing images in post content#236
chubes4 merged 1 commit into
Extra-Chill:mainfrom
Sarai-Chinwag:feature/image-insert-mode

Conversation

@saraichinwag
Copy link
Copy Markdown
Contributor

Closes #235

Adds mode parameter to image generation: featured (default, existing) and insert (new).

Insert mode places a wp:image block into post_content at a configurable position:

  • after_intro (default) — after first paragraph
  • before_heading — before first H2/H3
  • end — append to bottom
  • index:N — explicit block index

Builds on #234 (standalone post_id support).

@chubes4 chubes4 merged commit 4862caa into Extra-Chill:main Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Image generation post-sideload modes (featured/attach/insert)

2 participants