HackMD - Fast and flexible, real-time collaborative markdown
-
-
I added a config file
config.json
to specify the tmp directory and ldap username, and it seems to work fine.{ "production": { "tmpPath": "../../app/data/tmp", "ldap": { "usernameField": "username" } } }
feel free to testing: https://github.com/jeau/cloudron-hackmd
-
Just for reference. I have posted on chat.cloudron.io since i get an error when trying to push the app to the cloudron store. seems the original author tried to publish it already.
https://chat.cloudron.io/channel/discuss?msg=hgnmFLRzCjCkz2SZ7
-
Hi Felix
I have noticed that images imported into our hackmd app are not included in the pdf export. This problem has already been identified: https://github.com/hackmdio/hackmd/issues/820
This feature is experimental (Beta). We could disable it by setting the environment variable HMD_ALLOW_PDF_EXPORT to false
-
I have started polishing this so that we can get this published upstream. Writing the tests... https://git.cloudron.io/cloudron/hackmd-app . @fbartels @jeau I have give you guys master access in case you want to continue contributing there. Be sure to run the tests (which I will push shortly) before pushing commits, thanks.
-
Hi @girish ,
I have updated the git repo with the newest version of HackMD (which is now called CodiMD). But for some reason
cloudron install
fails with an error I haven't seen before:$ cloudron install ERROR No image found, please run `cloudron build` first or specify a `dockerImage` in the CloudronManifest [ /usr/lib/node_modules/cloudron/src/helper.js:65:29 ]
This is despite
cloudron build
finishing succesfully. -
Hi @girish ,
thanks for renaming the repo, I just did a small test commit and can push to the new url. I had a look at the commits in the repo and compared it against what I can see in the Cloudron app store, did you not push your latest changes?
-
As CodiMD (open source fork of HackMD) is now available on Cloudron, I think this topic could be renamed or close, don't you think?