fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
306 stars 59 forks source link

Feature Request: Multifile documents #44

Closed miguelbernadi closed 10 years ago

miguelbernadi commented 10 years ago

Hi,

I'm trying to use multimarkdown to generate some user documentation at work. We produce several user manuals and some chapters are mostly identical between those manuals. We would like to write those chapters once and load them on all manuals.

We are switching to multimarkdown in order to produce our documentation both in pdf and in html from the same source (we only had pdf before).

Any ideas? Is there someone interested? I could spend some time on this next February, but I don't know where to start. Any guidance would be appreciated.

Regards, Miguel

fletcher commented 10 years ago

You can use the mmd-merge script to handle this:

https://groups.google.com/forum/#!topic/multimarkdown/fkI25DLParQ

https://github.com/fletcher/MMD-Support/blob/master/Utilities/mmd_merge.pl

This script is also built into MultiMarkdown Composer.

F-

On Dec 17, 2013, at 6:08 AM, Miguel Bernabeu Diaz notifications@github.com wrote:

Hi,

I'm trying to use multimarkdown to generate some user documentation at work. We produce several user manuals and some chapters are mostly identical between those manuals. We would like to write those chapters once and load them on all manuals.

We are switching to multimarkdown in order to produce are documentation both in pdf and in html from the same source (we only had pdf before).

Any ideas? Is there someone interested? I could spend some time on this next February, but I don't know where to start. Any guidance would be appreciated.

Regards, Miguel

— Reply to this email directly or view it on GitHub.

miguelbernadi commented 10 years ago

Thanks. It's working like a charm and looks much more powerful than initially needed.

Regards, Miguel

fletcher commented 10 years ago

Great - glad it's working for you!

Sent from my iPhone

On Dec 18, 2013, at 6:32 AM, Miguel Bernabeu Diaz notifications@github.com wrote:

Thanks. It's working like a charm and looks much more powerful than initially needed.

Regards, Miguel

— Reply to this email directly or view it on GitHub.