feldroy / feldroy/pad

Option to disable auto-close quotes (especially in Markdown)

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
8
Forks
0
PR merge metrics
No merged PRs in 30d

Description

> Setting to turn off auto close quote, or maybe just turn it off in md files

## Claude Opus 4.6's Interpretation

Auto-close pairs are hard-coded in `Editor.AUTO_CLOSE_PAIRS` (`src/pad/app.py:959`). There's no setting to disable them. Quote auto-closing is particularly annoying in Markdown where you're writing prose, not code.

### Possible solutions

- Add a setting to disable auto-close entirely
- Disable auto-close quotes for Markdown/prose file types (md, qmd, txt) while keeping brackets
- Make `AUTO_CLOSE_PAIRS` configurable per file type

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.