Herman

Results 80 comments of Herman

Moved to the [new suggestion board](https://bear.nolt.io). Github issues reserved for bugs going forward.

Moved to the [new suggestion board](https://bear.nolt.io). Github issues reserved for bugs going forward.

Unfortunately this is a pretty difficult problem to solve without introducing those nasty cookie banners everywhere. In your dashboard, since you've signed up I can reasonably figure out your local...

This has been resolved. Both the time in the editor and the time displayed is now in the timezone of the browser.

Noted, I've added this to the bug tracker and will get it addressed. In the meantime you can use HTML for links containing parentheses. Eg: ``` Some text ```

This is a known issue where the `post_title` variable interferes with the Markdown renderer. In the meantime you can just use HTML. I've tested the following and it works perfectly:...

Hmmmm, yeah. The footer doesn't have the post context due to how the template is structured. I've made a note about it.

There's currently no hot-linking protection, but it's something I'm looking to handle. [There's currently a media proxy](https://github.com/HermanMartinus/bearblog/blob/355a11b272cc1be96e3c945d60fa6e3a7d6a2ee5/blogs/views/media.py#L276) I've been testing, but it does some funky stuff with the cache which...

Ah, this is part of the web application firewall by Cloudflare since scraper bots (including Google/Bing) like to follow all links. They tend to re-scrape the page an infinite amount...