codex - 💡(How to fix) Fix Feature Request: Markdown List Support for Prompt Input in Desktop App [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#20762Fetched 2026-05-03 04:46:01
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

macOS App

What feature would you like to see?

Is your feature request related to a problem? Please describe.

Currently, the Codex desktop app's prompt input does not support standard Markdown editor behaviours for lists. When writing structured prompts, I have to manually type - or 1. for every single list item. This breaks the "flow" of multi-line prompt engineering.

Describe the solution you'd like

I would like the prompt text area to support automatic list continuation:

  • Trigger: If a line starts with a list marker (e.g., - , * , or 1. ).
  • Action: When I hit Enter (or Shift+Enter), the next line should automatically start with the same list marker.
  • Termination: If I hit Enter on an empty list item (e.g., just a - ), it should clear the marker and end the list.

Describe alternatives you've considered

  • External editors: Writing prompts in VS Code or Obsidian and pasting them in, which adds friction to the workflow.
  • Manual typing: Currently the only way, but it is slow and prone to formatting errors during complex prompt construction.

Additional context

This is a standard UX pattern in modern Markdown editors and chat apps, and would significantly improve the speed of composing prompts in the app.

Additional information

No response

extent analysis

TL;DR

Implementing automatic list continuation in the Codex desktop app's prompt input area would likely resolve the issue by allowing users to create lists more efficiently.

Guidance

  • Review existing Markdown editor implementations to understand how they handle list continuations and adapt this functionality to the Codex app.
  • Consider adding a feature flag or setting to enable/disable automatic list continuation, allowing users to choose their preferred behavior.
  • When implementing the solution, ensure that the app correctly handles edge cases, such as empty list items or nested lists.
  • Test the feature with various list markers (-, *, 1.) to ensure consistency and accuracy.

Example

No code example is provided due to the lack of technical implementation details in the issue.

Notes

The solution may require modifications to the app's text editing component or the introduction of a new feature, which could have implications for the app's overall architecture and user experience.

Recommendation

Apply workaround: Implement automatic list continuation in the Codex desktop app, as it would significantly improve the user experience and align with standard Markdown editor behaviors.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Feature Request: Markdown List Support for Prompt Input in Desktop App [1 comments, 2 participants]