codimd
codimd copied to clipboard
CodiMD - Realtime collaborative markdown notes on all platforms.
Work in progress for #1601
Signed-off-by: Yukai Huang
export word through pandoc fail(2.5.3) browser get:  // 20240430121218 // http://192.168.8.20:3000/NPnainVDQfmR1kOZVIYpQg/pandoc?exportType=docx { "message": "[WARNING] Could not fetch resource http://192.168.8.20:3000/uploads/989c145692fe9b86679381706.png: PandocResourceNotFound \"http://192.168.8.20:3000/uploads/989c145692fe9b86679381706.png\"\n[WARNING] Could not fetch resource http://192.168.8.20:3000/uploads/989c145692fe9b86679381701.png: PandocResourceNotFound \"http://192.168.8.20:3000/uploads/989c145692fe9b86679381701.png\"\n[WARNING] Could...
I like to co-edit graphviz and plantuml diagrams regularly but the hackmd page width is too narrow to really make this comfortable. Would be so awesome to have a diagram...
I used MinIO, but I found that the interface can upload without parameters, which means my storage bucket may be maliciously uploaded. I have correctly configured MinIO:   I...
docker-compose file ``` version: "3" services: database: image: postgres:11.6-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD=XXX - POSTGRES_DB=codimd volumes: - "./data/database:/var/lib/postgresql/data" restart: always codimd: image: hackmdio/hackmd:2.5.3 environment: - CMD_DB_URL=postgres://codimd:XXX@database/codimd - CMD_PROTOCOL_USESSL=false -...
Hello, I'm a Chinese college student. I once deployed CodiMD using Docker, but today I suddenly can't access it anymore. However, I can still connect to port 22 on the...
The view seems to be of fixed maximum width. Beyond that width the page is just filled with whitespace. (see picture) The limit seems unreasonably small for current displays. As...
You may want to set a URL separate from the API URL, for example if you want to access images via a CDN. Example: To use Cloudflare R2, you need...
Using CodiMD 2.5.3 and selecting 'Export User Data', I can download a file archive.zip which includes multiple markdown files but all those files are of size 0 byte.