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

[Feature Request] Export all files #382

Open
fcolecumberri opened this issue May 31, 2022 · 1 comment
Open

[Feature Request] Export all files #382

fcolecumberri opened this issue May 31, 2022 · 1 comment

Comments

@fcolecumberri
Copy link

When the -o option is given, Marker exports the first input file given, it can be seen here:

g_autofree gchar *infile_path = g_file_get_path (files[0]);

However sometimes, for big documents (As an example I currently have one with 3000+ lines), it may be good reasons to split the document into multiple files and then render all at once.

So it would be nice if something like:

marker file1.md file2.md -o output.html

Would render the document as if file1.md file2.md where concatenated.

@Mandarancio
Copy link
Collaborator

Dear @fcolecumberri , thank you very much for your feedback, I suggest you to use the import feature of scidown that will allow to organize better huge files.
however it would be possible to add this batch conversion option to marker as well.
Ciao!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants