Word and Markdown
satya - 9/2/2024, 12:30:20 PM
Document converters
Pandoc:Search On Web
CloudConvert:Search On Web
Dillinger:Search On Web
Visual Studio Code Extensions (Markdown PDF, Markdown All in One):Search On Web
Typora:Search On Web
Mammoth .docx Converter (WordPress plugin):Search On Web
Jupyter Notebook with nbconvert:Search On Web
satya - 9/2/2024, 12:39:15 PM
Let me start with vscode plugins
Let me start with vscode plugins
satya - 9/2/2024, 12:42:24 PM
Markdown PDF
- Convert Markdown to Multiple Formats: Supports conversion to PDF, HTML, PNG, JPEG, and DOCX (Word) formats.
- Customizable Export Options: Allows customization of export settings like page size, margins, and orientation. Supports custom CSS styling for exported documents.
- Supports TOC (Table of Contents): Automatically generates a table of contents in the exported document based on Markdown headings.
- Image and Link Handling: Properly handles embedded images and links in Markdown files during conversion.
- Multi-file Export: Supports exporting multiple Markdown files at once.
- Math and Diagram Support: Supports LaTeX-style math equations and diagrams like Mermaid or PlantUML in the exported documents.
- Page Breaks: Allows manual page breaks to be inserted in the Markdown file for structured formatting in the output.
- Code Block Syntax Highlighting: Maintains syntax highlighting for code blocks in the exported formats.
- Auto-save Option: Can automatically save the output file in a predefined location without prompting the user.
- Command Palette Integration: Accessible through the Visual Studio Code Command Palette, making it easy to use without leaving the editor.
satya - 9/2/2024, 12:42:48 PM
Seem the all in one plugin may be more involved.... will experiment in the future.
Seem the all in one plugin may be more involved.... will experiment in the future.
satya - 9/2/2024, 1:20:41 PM
Of course issues
- Doesn't do docx directly!!
- Does not generated TOC inside the MD file, although it does during conversion if you set it up.
- I prefer that it does TOC in the md file itself!
- Pandoc seem to be increasingly needed, ha!