This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
Watch
1
Star
0
Fork
You've already forked NetNewsWire
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
841da2d570
NetNewsWire
/
Shared
/
Article Rendering
History
Nate Weaver
755ca7998e
Replace String.match() with RegExp.test(); it's slightly more efficient when we don't need the actual result
2020-11-20 11:30:32 -06:00
..
ArticleRenderer.swift
Shorten the max external URL length so that it is less likely to wrap on the iPhone at the default size
2020-11-20 10:36:04 -06:00
ArticleTextSize.swift
Make article view text adjustable via the app preferences.
Fixes
#42
2020-11-03 17:08:56 -06:00
main.js
Replace String.match() with RegExp.test(); it's slightly more efficient when we don't need the actual result
2020-11-20 11:30:32 -06:00
newsfoot.js
"footnotes" -> ".footnotes"; use idFromHash()
2020-03-12 18:32:42 -05:00
shared.css
Constrain the height of iframes that are percent-sized relative to the document body to 50% of the viewport width
2020-11-20 11:22:07 -06:00
template.html
Add external_url to article header if the article is a link-blog style article.
Fixes
#2569
2020-11-20 02:17:17 -06:00