内容简介:CodiMD lets you create real-time collaborative markdown notes. You can test-drive it by visiting ourIt is inspired by Hackpad, Etherpad and similar collaborative editors. This project originated with the team at
CodiMD
CodiMD lets you create real-time collaborative markdown notes. You can test-drive it by visiting our CodiMD demo server .
It is inspired by Hackpad, Etherpad and similar collaborative editors. This project originated with the team at HackMD and now forked into its own organisation. A longer writeup can be read in the history doc .
Community and Contributions
We welcome contributions! There's a lot to do: If you would like to report bugs, the issue tracker is the right place. If you can help translating, find us on POEditor . To get started developing, take a look at the docs/dev directory. In any case: come talk to us, we'll be delighted to help you with the first steps.
To stay up to date with our work or get support it's recommended to join our Matrix channel , stop by our community forums or subscribe to the release feed . We also engage in regular community calls ( RSS ) which you are very welcome to join.
Installation / Upgrading
You can run CodiMD in a number of ways, and we created setup instructions for all of these:
If you do not wish to run your own setup, you can find a commercial offering at https://hackmd.io . This is not the same codebase as this one, but it is a very similar project.
Configuration
Theres two main ways to configure your CodiMD instance: config file or environment variables. You can choose what works best for you.
CodiMD can integrate with
- facebook, twitter, github, gitlab, mattermost, dropbox, google, ldap, saml and oauth2 for login
- imgur, s3, minio, azure for image/attachment storage (files can also be local!)
- dropbox for export and import
More info about that can be found in the configuration docs above.
Browser support
To use CodiMD, your browser should match or exceed these versions:
- Chrome >= 47, Chrome for Android >= 47
- Safari >= 9, iOS Safari >= 8.4
- Firefox >= 44
- IE >= 9, Edge >= 12
- Opera >= 34, Opera Mini not supported
- Android Browser >= 4.4
Related Tools
Our community has created related tools, we'd like to highlight codimd-cli which lets you use CodiMD from the comfort of your command line.
License
Licensed under AGPLv3. For our list of contributors, see AUTHORS .
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
架构真经
马丁L. 阿伯特(Martin L. Abbott)、迈克尔T.费舍尔(Michael T. Fisher) / 机械工业出版社 / 2017-4 / 79
前言 感谢你对本书第2版感兴趣!作为一本入门、进修和轻量级的参考手册,本书旨在帮助工程师、架构师和管理者研发及维护可扩展的互联网产品。本书给出了一系列规则,每个规则围绕着不同的主题展开讨论。大部分的规则聚焦在技术上,少数规则涉及一些关键的思维或流程问题,每个规则对构建可扩展的产品都是至关重要的。这些规则在深度和焦点上都有所不同。有些规则是高级的,例如定义一个可以应用于几乎任何可扩展性问题的模......一起来看看 《架构真经》 这本书的介绍吧!