Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Reddit allow subreddits to have a wiki in addition to the submission feed. These can't be easily accessed on Red Reader, unless the sidebar, a post or comment contain an explicit link to a wiki page.
As of now, following a link to a subreddit's wiki opens the link in the internal browser:
For reference, the
/api/inforeturns awiki_enabledvalue when at5(subreddit) object is passed as a param. There are also multiple wiki-specific API endpoints, of which [/r/subreddit]/wiki/page and possibly [/r/subreddit]/wiki/pages are useful for reading wiki pages.A possible approach would be to add a "Wiki" menu item for subreddits where
wiki_enabled==true, linking to the subreddit's wiki index, to be opened in anHtmlViewActivity.