Sheogorath
Sheogorath
By the way, it might be worth to look into [packit](https://packit.dev/), which should provide an easier entry to fedora packaging, since it allows you to maintain everything from within this...
Related https://github.com/hackmdio/hackmd/issues/727
Right now we don't have such a feature. But it seems like some fork already worked on it. Maybe you can use it for your PR. It would make it...
Would you consider a meta-yaml option as sufficient? Since it's related to the document, I think it would make sense to provide it there. https://demo.codimd.org/yaml-metadata#
This sounds possible and not too complicated with integrated object storage like S3 and with #506 it should be possible for all self-hosted instance. The default imgur doesn't allow to...
@grmpyninja That's exactly what #506 is about ;) Once it's merged, we can extend this as well, yes.
Now #506 is merged and also #691 provides a basic possibility to extend uploads. Of course there are some changes needed as pdfs shouldn't be embedded as pictures, but the...
Well, unfortunately this is not a bug but a missing feature. HackMD implements spell-checking using [this library](https://github.com/hackmdio/hackmd/tree/master/public/vendor/codemirror-spell-checker) which only checks for what is wrong. It doesn't offer suggestions and doesn't...
There is this example: https://plnkr.co/edit/0y1wCHXx3k3mZaHFOpHT?p=preview We can may have a look and decide if we want to go for that or not. To be honest, I don't like custom context...
@working-name looks like it broke with the recent changes in the TOC module. If you want to put some time into it and fix it (of course we will try...