hackmdio / codimd

CodiMD - Realtime collaborative markdown notes on all platforms.
https://hackmd.io/c/codimd-documentation
GNU Affero General Public License v3.0
9.32k stars 1.06k forks source link

Client for Desktop #235

Closed traderbagel closed 7 years ago

traderbagel commented 8 years ago

Hi, is there any desktop client? if not, I would like to raise one :P

jackycute commented 8 years ago

Hi @chuchuhao, We don't have extra resources to dev and maintain desktop version for now. But we have an issue there #31 , it would be awesome if you like to help!

ccoenen commented 8 years ago

@chuchuhao Could you describe what a desktop client would do different from the browser-version?

SISheogorath commented 7 years ago

As an alternative to a real desktop version it's possible to run HackMD using docker on a local maschine.

clone https://github.com/hackmdio/docker-hackmd and use docker-compose up.

Works very nice. It's not the same as a real local version but for offline work it's okay. In case you want to avoid to run a postgres instance on the local machine you can also edit the config to run with sqlite.

jackycute commented 7 years ago

Please refer to #31