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

When trying to export to PDF, for example the "Features" document, it crashes: ``` codimd_1 | 2022-08-09T15:29:54.388Z error: uncaughtException: Command failed: /home/hackmd/app/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs /home/hackmd/app/node_modules/markdown-pdf/ph antom/render.js /tmp/tmp-23T217YkHOtWhW.html /tmp/tmp-238Mg00jNGpimx.pdf /home/hackmd/app /home/hackmd/app/node_modules/markdown-pdf/runnings.js /home/hackmd/app/node_modules/markdown-pdf/css/pdf.css /ho...

Currently CodiMD does not support limiting access of GitHub OAuth users based on their organization membership. This is a very useful functionality for teams that want to limit write access...

continue #1699, 1. revert config refactoring 2. custom note url -> note alias 3. handle error in promise catch 4. adjust modal style 5. return 404 in change note alias...

Hi there, the oauth2 provider is missing a basic authorization concept. That's why I propose this PR. The implementation is based on the saml provider: https://github.com/hackmdio/codimd/blob/381b3ff78ec1569a142c9487f85756467618ef16/lib/auth/saml/index.js#L23 1. I added an...

Add new config option allowVisibleSource to the project. The default value for this option is true. The false value will block Edit and Both editor modes for users that have...

# New Feature 1. To display the team's shared note on the history page. If the user is already login, they can see the note that permission is set at...

This is a hacky POC showing the use of markdown-it-diagrams for mermaid and svgbob. Notable changes: * Adds svgbob support for ascii diagrams * CDN config isn't tested because svgbob...

This patch writes note content back to the filesystem if a file exists in the public docs path. This can be a first step towards the real objective of #90...