Added documentation for the draft editor - #2311
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@nriley Will make some language tweaks and then merged this |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2c8767d20c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Set `user.draft_editor` to the application name Talon reports for your editor. | ||
| For example, add the following to a `.talon` file to use Sublime Text: |
There was a problem hiding this comment.
Explain how to refresh editor detection
When a user adds this setting while the custom editor is already running—the setup this section describes—the draft commands remain disabled because draft_editor.py recomputes user.draft_editor_app_running only at Talon startup and on app_launch/app_close; reloading a .talon setting and switching focus does not call handle_app_running. Document that the editor or Talon must be restarted after changing this setting, or update detection when the setting changes.
Useful? React with 👍 / 👎.
No description provided.