codimd icon indicating copy to clipboard operation
codimd copied to clipboard

CodiMD - Realtime collaborative markdown notes on all platforms.

Results 189 codimd issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

bug
editor/vim

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: ![image](https://user-images.githubusercontent.com/47772708/216745266-55282540-72ce-424a-afe2-340b6cd34d2b.png)

security

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...