otetard / ownpad

Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
GNU Affero General Public License v3.0
57 stars 24 forks source link

Add support for HedgeDoc (formerly Codi MD) #87

Open sunjam opened 5 years ago

sunjam commented 5 years ago

CodiMD is similar to etherpad, is built off of HackMD source from before it turned into SaaS, and includes many additional collaboration features and more support for multi-user, wiki style editing. I realize this is a large request, but it is worth knowing about!

Thanks for your good work!

poVoq commented 5 years ago

As this is really mostly a iframe link this is probably not that hard: https://github.com/hackmdio/codimd/issues/386 But integrating user logins would be another story...

SISheogorath commented 4 years ago

Despite that we are not HackMD's version of CodiMD, @codimd provides an easy way to integrate logins with Nextcloud's oauth2 feature. https://github.com/codimd/server/blob/master/docs/guides/auth/nextcloud.md

I hope this is something one could work with :) And if you have any question or need an implementation done on CodiMD side, feel free to open an issue or join the community channel.

timmwille commented 3 years ago

is this solution mentioned by @poVoq still working with Hedgedoc?

SISheogorath commented 3 years ago

Since you can set the X-Frame-Options on HedgeDoc as you like, probably yes.

JimKillock commented 2 years ago

How much time / work would it be to implement this?