0.2.34 • Published 1 year ago
@jojomondag/filetomarkdown v0.2.34
FileToMarkdown
Convert various file types to Markdown with a single command.
Documentation
- API Documentation - REST API endpoints and usage for server integration
- Browser Usage - JavaScript API for browser-side file conversion
- Supported Converters - Detailed information about file format converters and their capabilities
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 --githubUsage Options
Command Line (make sure to navigate to your file's directory in cmd first)
filetomarkdown-convert "input.pdf" "output.md"Create Markdown Viewer
# Create viewer in current directory npx filetomarkdown-viewer # Or specify a target directory npx filetomarkdown-viewer /path/to/directoryThis creates a standalone viewer.html that can open and display markdown files without needing a server.
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