curvenote / prosemirror-docx

Export a prosemirror document to a Microsoft Word file, using docx.
MIT License
101 stars 13 forks source link

This repo is unmaintained #24

Closed dan-cooke closed 3 weeks ago

dan-cooke commented 3 months ago

Hey all!

If you stumble across this super useful library - we have recently forked it over at https://github.com/templi-ai/prosemirror-docx

Thanks to the authors - its been invaluable in our app.

We will be mantaining this fork for the forseeable and have already updated various dependencies and added features.

We also plan to release extension-export-to-word for TipTap editor which will be based on this plugin.

PS. if the authors return we are happy to merge our Fork into this repo

rowanc1 commented 3 months ago

Thank you @dan-cooke, if you would like to be a maintainer here we could use the help. We are focused on export workflows through myst markdown (https://mystmd.org) at the moment.

dan-cooke commented 3 months ago

@rowanc1 absolutely. happy to help!

I will make a PR for my fork.

However I don't see a worfklow to publish the package anywhere, are you just doing this manually?

That would be a good first step - if you could add NPM_TOKEN that has permission to publish https://www.npmjs.com/package/prosemirror-docx to the github actions secrets and make me mantainer - i can setup the auto publish worfklows

rowanc1 commented 3 months ago

Yes, I likely did it manually. I will add the token, you have been added as a maintainer! :)

rowanc1 commented 3 months ago

NPM_TOKEN has been added (granular access token):

image

dan-cooke commented 3 months ago

@rowanc1 perfect - I’ll get this all published in the next few days