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

I'm missing a way to download the HTML using a script or something else. I assume that the HTML that will be downloaded when clicking on the "Download" > HTML...

feature
Hacktoberfest
good first issue

Hi, A lot of fixes are available on the development branch, do you have a date/delay in mind for the next release ?

Hack.md looks fantastic but as a researcher I'm missing support for citations - being able to reference other texts using a bibliographic database such as BibTeX (a plaintext file format)....

feature
Hacktoberfest

I should be able to embed a Tweet in a document, in the same way that I can embed a Youtube Video

### A test note: ![image](https://github.com/hackmdio/codimd/assets/6532324/07da0b24-d77b-4191-96c9-002734cfaddf) Text links are correctly rendered in the preview. But the published version shows like this: ![image](https://github.com/hackmdio/codimd/assets/6532324/28c05c6b-6d61-4d89-990b-4821ca4430fe) Deployed through docker: ```yaml image: hackmdio/hackmd:2.4.2-cjk environment: - CMD_USECDN=true...

I want to use the Docker installation rather than manual installation (docker-compose image works fine, no problem accessing it under port 3000) but I want to change CodiMD's web installation...

bug

It would be great if custom heading IDs as described here: https://www.markdownguide.org/extended-syntax/#heading-ids would be supported in codimd. This would allow making intra-document links with predictable and stable identifiers. ```markdown ##...

The current webpack config uses about 5 GB of memory to minify our JS. That seems a bit excessive for the few MBs of JS we have. We should look...

enhancement

When there are too many historical records of the article, the function buttons ("Search keyword","Title","Time") above cannot be clicked in codimd 2.4.2.Is there any way to solve this issue?

Is it possible to use a Gitea instance for hosting all the files on codimd?? This would be very helpful to know since all my college notes, etc are on...