stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

Remove unused codecs and dependencies #1084

Open nokome opened 1 month ago

nokome commented 1 month ago

Some remaining opportunities for removing dependencies:

nlisgo commented 1 month ago

Thanks for this @nokome. Great to catch up with you today. I will bring this up with the rest of the team today.

nlisgo commented 1 month ago

This looks great. We have been getting some value from the cli in development. But we know the cli is over-engineered when we only support the conversion of JATS to JSON now.

I've submitted a PR to introduce a lightweight cli option which will reduce the feedback loop for us when developing support for things that aren't currently handled in Encoda.

https://github.com/stencila/encoda/pull/1085

I will merge in the above once green. I've tested the script on master and this feature branch and it works and gives the same output.