Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.42k stars 534 forks source link

Improve the tab size in code samples #4398

Open svivian opened 1 week ago

svivian commented 1 week ago

Example feed: https://gomakethings.com/feed/index.xml Example article: https://gomakethings.com/styling-the-shadow-dom-with-css-variables-in-web-components/

In that article there are code blocks with tab indentation, however in NNW they appear as huge tabs (8 spaces) making it difficult to read:

IMG_9835

In CSS this can be specified using tab-size: 4; . I could probably create a custom theme to do this but IMO it makes more sense to have a good default that all themes follow - I tried several themes and none of them set this.