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

Plugin: Add md_exporter tool for exporting Markdown to HTML, PDF, Docx, Xlsx, Pptx and .md files #25

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bowenliang123
Copy link

@bowenliang123 bowenliang123 commented Jan 17, 2025

  • Adding a tool plugin for exporting Mardown text to binary files in the following formats:
    • HTML file: Markdown -> HTML text -> HTML file
    • Docx file: Markdown -> Docx file
    • Xlsx file: Markdown -> HTML -> Pandas Dataframe -> Xlsx file
    • Pptx file: Markdown -> Pptx file , using md2pptx as local local library
    • PDF file: Markdown -> HTML text -> PDF file
    • md file: A .md file with raw Markdown text
  • Github repo: https://github.com/bowenliang123/md_exporter
image

pptx:
image

image

@bowenliang123 bowenliang123 changed the title Plugin: Add md_exporter tool for exporting Markdown to HTML, Docx, PDF and .md files Plugin: Add md_exporter tool for exporting Markdown to HTML, PDF, Docx, Xlsx and .md files Jan 17, 2025
@bowenliang123 bowenliang123 changed the title Plugin: Add md_exporter tool for exporting Markdown to HTML, PDF, Docx, Xlsx and .md files Plugin: Add md_exporter tool for exporting Markdown to HTML, PDF, Docx, Xlsx, Pptx and .md files Jan 17, 2025
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

Successfully merging this pull request may close these issues.

1 participant