|
|
|
|
|
by constantcrying
696 days ago
|
|
>A few Markdown documents I've converted to PDFs: These aren't Markdowns converted to PDFs. These are HTML websites rendered as PDF, where at some early point some text with basic formatting was fed in. >keeping presentation logic and content completely separated while having precise control over layout Does anyone really want that? I certainly wouldn't want that separation. I want to create some document and not a sophisticated template, so I am always willing to sacrifice generality over momentary needs, if I can't force the layout, then I need to waste time to implement some generality, which I don't need. Completely the wrong approach to document creation. This looks like you really want to have a web framework, not a document creation system. |
|
Would you like to see the source Markdown documents? My workflow is:
If that isn't converting Markdown into PDF, what would you call it?> Does anyone really want that?
At time of writing KeenWrite has had over 4,000 downloads. So, maybe? However, my point wasn't whether people want it (besides me). My point was that it is technically possible to keep a Markdown document's content separated from its final presentation form (e.g., PDF).
> This looks like you really want to have a web framework, not a document creation system.
Not really: I want to write in Markdown (or R Markdown) using interpolated variables and generate PDF documents. I have spent about 9 years working on a cross-platform desktop text editor that allows me to do so.