codimd
codimd copied to clipboard
CodiMD - Realtime collaborative markdown notes on all platforms.
Hello, I hope this is the correct repository for this request. I noticed that when working with TeX, especially with global defs and commands (props to HackMD for supporting this,...
Are there any way to set custom key bindings for vim mode just like vimrc? I've noticed that `imap` and `nmap` can be supported by codeMirror.
I know we can create a link by `\href` with MathJax. ```tex $$ \href{https://this.is.a.doc/}{\text{this is a doc}} $$ ``` However, it seems that `\href` only works when the link starts...
When pressing escape in vim edit mode, it follows the browser escape. How do I exit mode?
As a collaborative tool, it could be great that HackMD | CodiMD implement collaborative modification provides by critic markup, as described [here](https://github.com/CriticMarkup/CriticMarkup-toolkit#welcome-to-the-criticmarkup-toolkit), at least the five basic critic marks: >Addition...
I hope to be able to automatically number sections, `h2` -> `1. `, `h3` -> `1.1. `, by setting ```yaml numbersections: true ``` in YAML. These numbers should affect how...
poc : ---------------------------------- ---------------------------------- image: 
I think pymd is convenient in many ways with many extra features, what do you think 🤔
Issue: making an header collapsible adds a white new line, and then the header summary. To reproduce the issue, you can use the following snippet: ``` Header 1 Just a...
It makes sense that public facing urls and private urls are different. In my case, say the Minio endpoint is set up at localhost:9000, and we add a reverse proxy...