bubelov / news

Feed Reader and Podcast Player for Android
https://f-droid.org/packages/co.appreactor.news/
GNU General Public License v3.0
410 stars 26 forks source link

Check if it's feasible to support more HTML tags natively #137

Open bubelov opened 2 years ago

bubelov commented 2 years ago

The list of suggested tags:

bubelov commented 2 years ago

Example of hr tag in use: https://geohot.github.io//blog/jekyll/update/2022/03/05/beauty-after-covid.html

bubelov commented 2 years ago

Example of pre tag in use: https://drewdevault.com/2021/12/30/Language-design-considerations.html

esdnm commented 2 years ago

Please implement the pre and code tag. Without them, reading software development oriented blog posts is just not possible.

bubelov commented 2 years ago

@esdnm Android TextView doesn't support such fancy tags. Code examples often require horizontal scrolling, especially on mobile screens, so your best option is opening such entries in your browser

esdnm commented 2 years ago

@esdnm Android TextView doesn't support such fancy tags. Code examples often require horizontal scrolling, especially on mobile screens, so your best option is opening such entries in your browser

How does GitHub's Android app do it on Markdown files? Is it a non-native app?

bubelov commented 2 years ago

@esdnm Android TextView doesn't support such fancy tags. Code examples often require horizontal scrolling, especially on mobile screens, so your best option is opening such entries in your browser

How does GitHub's Android app do it on Markdown files? Is it a non-native app?

Better to ask them. Probably by adding their own custom extensions