codimd
codimd copied to clipboard
CodiMD - Realtime collaborative markdown notes on all platforms.
I wrote a very extensive collection of notes with a central note that works as an index and links all the other notes. I typically access them in book mode,...
## Context I'm using code fence parameters for my pandoc pipeline to render plantuml diagrams using pandoc's diagram filter. Unfortunately, the mandatory syntax ` ```{#fig:use-cases .plantuml caption="foo"} ` causes codimd...
I installed the latest docker version together with apache. I use the options: - CMD_ALLOW_EMAIL_REGISTER=false - CMD_ALLOW_ANONYMOUS=false - CMD_DEFAULT_PERMISSION=private I can still view the features note (which annoys me a...
Hi, Perhaps it would be helpful to have a font size selector in the editor. I personally find the editor font way too large on a low res display. Is...
> *please mark as* [`feature`](https://github.com/hackmdio/hackmd/labels/feature) request As a logged in user, I am presented with recently opened pads when visiting the splash page. These are custom to the user client...
Hi, \exist doesn't work in LaTeX I wrote : $\{ A| \exist C\in Country \exist L \in geo\_Lake (C.code = L.country \land A.name = C.name) \}$ hope to see :...
Telegram now supports embed messages. For example: : ```javascript ```
PDF printing does not yet support Chinese,It seems that English printing is ok, is it the coding format?
Dear developer: The codimd's web(https://pad.degrowth.net/) is 404 not found, but I haven't backed up many important files. Could you help me to find files? I really need your help. Thank...
An example (problematic) note: ```markdown Title ===== Hello, world! ``` If I export such note to PDF, `div` block is copied into the output PDF as-is (without any parsing). This...