Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverse_adoc: merge exe/reverse_adoc into coradoc CLI #64

Closed
ronaldtse opened this issue May 29, 2024 · 1 comment · Fixed by #119
Closed

reverse_adoc: merge exe/reverse_adoc into coradoc CLI #64

ronaldtse opened this issue May 29, 2024 · 1 comment · Fixed by #119
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ronaldtse
Copy link
Contributor

The coradoc cli should be Coradoc::Cli implemented on Thor.

Command:

coradoc convert -rcoradoc/reverse_adoc/plugins/plateau --split-sections 2 --external-images -o plateau/index.adoc index.html 
@ronaldtse ronaldtse added the enhancement New feature or request label May 29, 2024
@ronaldtse
Copy link
Contributor Author

Once we have #100 , we can implement the "Plateau-specific HTML importing code" as inherited from the "HTML Importer".

@ronaldtse ronaldtse added this to the 1.0.0 milestone Jul 11, 2024
webdev778 pushed a commit that referenced this issue Aug 23, 2024
This provides a backbone for implementing #72.

Convert reverse_adoc to Coradoc::Input::HTML (fixes #100)

This commit also implements Input::{Adoc,Docx} and Output::Adoc,
based on existing code.

Everything is handled by a new Converter class and our current
CLI tools are refactored to use the new Converter class. This gives
us a solid framework for implementing #64.
@hmdne hmdne mentioned this issue Aug 23, 2024
4 tasks
@hmdne hmdne linked a pull request Aug 24, 2024 that will close this issue
4 tasks
@hmdne hmdne removed a link to a pull request Aug 25, 2024
4 tasks
xyz65535 pushed a commit to xyz65535/coradoc that referenced this issue Aug 25, 2024
This provides a backbone for implementing metanorma#72.

Convert reverse_adoc to Coradoc::Input::HTML (fixes metanorma#100)

This commit also implements Input::{Adoc,Docx} and Output::Adoc,
based on existing code.

Everything is handled by a new Converter class and our current
CLI tools are refactored to use the new Converter class. This gives
us a solid framework for implementing metanorma#64.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants