codimd
codimd copied to clipboard
CodiMD - Realtime collaborative markdown notes on all platforms.
Is it possible to select a MathJax font? It seems that STIX is being used by default. Normally, one would add: ``` MathJax.Hub.Config({ "HTML-CSS": { preferredFont: "TeX" } }); ```...
Being able to choose a free URL by simply typing it is nice - what would also be nice is if you could do a 'save as' so to speak:...
Is current LTS version not supported? The [docs](https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-manual-deployment) only mention node versions 8-11. I get this error: ``` ./bin/setup (...) gyp ERR! build error gyp ERR! stack Error: `make` failed...
Hi everyone! Thanks for your amazing work ;) If CodiMD could support advanced permission features will be more powerful. The concept for example: **+ System role - Admin** * Can...
Low contrast ratio of link text is difficult to read in the Dark Mode 😵 : 
Is there a way to import a font from Google APIs and use it in slides? I tried things like this but couldn't find way out. ```html @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap'); ......
> Unfortunately I made the mistake posting this issue to the Enterprise Hackmd Version. https://github.com/hackmdio/hackmd-io-issues/issues/19 Firefox: 60.0.2 (64bit) System: Xubuntu 14.04 With spell checker enabled in Hackmd when right clicking...
I am trying to implement a generic oauth2 authentification for CodiMD. I am using laravel with passport. Everything seems to be fine on the laravel side, I approve the request...
It would be great if one could upload to its own account of imgur instead of the anonymous one, so one can manage it, keep track of it's own images...
As discussed in [the image upload pull request](https://github.com/hackmdio/hackmd/pull/248#issuecomment-261817797), I'd love to see this extended to arbitrary files. If I drag in an image, it becomes an image tag, if it's...