0.2.34 • Published 1 year ago

@jojomondag/filetomarkdown v0.2.34

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

FileToMarkdown

Convert various file types to Markdown with a single command.

Documentation

Supported Formats

  • Documents: PDF, DOCX, PPTX, XLSX, TXT
  • Code: JS (JSX), TS (TSX), PY, JAVA, CS, HTML, CPP, C, GO, SQL, PHP, SWIFT, CSS, RUBY, RUST, KOTLIN, LUA, MATLAB, SHELL, VUE, SVELTE
  • Archives: ZIP, 7Z

Quick Test

Node >= v23.5.0

# Install
npm install filetomarkdown@latest

# Try example conversions
npx filetomarkdown-test --github

Usage Options

  1. Command Line (make sure to navigate to your file's directory in cmd first)

    filetomarkdown-convert "input.pdf" "output.md"
  2. Create Markdown Viewer

    # Create viewer in current directory
    npx filetomarkdown-viewer
    
    # Or specify a target directory
    npx filetomarkdown-viewer /path/to/directory

    This creates a standalone viewer.html that can open and display markdown files without needing a server.

  3. API Server

    npm run start:api   # Runs on http://localhost:3000
0.2.34

1 year ago

0.2.33

1 year ago

0.2.32

1 year ago

0.2.31

1 year ago

0.2.27

1 year ago

0.2.26

1 year ago

0.2.25

1 year ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago