Schlaefer
Schlaefer
Set in Settings → Subreddit the "Default Sort" to "new". Now every viewed subreddit starts in "New" but I'm not able to filter for "Hot" anymore from the dropdown on...
Fixes: #351 The raw-content has to be split into meta and content. This was done in two places before (Page and Parser) essentially duplicating the same functionality. Now this responsibility...
A content.md page with ``` ## Welcome ``` renders fine, while without the meta block ``` ## Welcome ``` only a blank page is shown. A markdown page should render...
# Todo *Request a plugin in the comments* # Done - https://github.com/Schlaefer/phileDebugbar
Let's say we have file `Foo/bar/baz.txt` on dropbox. Then ``` php $adapter = new DropboxAdapter(…); $filesystem = new Filesystem($adapter); $filesystem->listContents('Foo/bar'); ``` returns an empty array. The problem is that the...