HackMD - Fast and flexible, real-time collaborative markdown
-
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?
-
Hi. Is it possible to have this app use its own user management? I would like to invite people to cooperate creating slides, but it seems they must be a cloudron user to get access. I would rather avoid creating cloudron accounts for these users.
-
@stoccafisso yes, after installation you can manually change the config file (in /app/data) to allow this. Codimd probably needs to be restarted for changes to take effect.
https://git.cloudron.io/cloudron/codimd-app/blob/master/config.json#L5
-
@fbartels just a heads up. The documentation links on this page is not working: https://cloudron.io/documentation/apps/codimd/