- 📝 Instant Markdown conversion
- 🎨 Modern and responsive interface
- 🌓 Support for dark/light mode
- 📋 One-click clipboard copying
- 🚀 Automatic installation and configuration
- 💻 Cross-platform (Windows, macOS, Linux)
- Node.js >= 14
- Python >= 3.8
- pip (Python package manager)
- Clone the repository:
git clone https://github.com/byronnDev/markdownanything.git
cd markdownanything- Install dependencies and set up the environment:
npm run setupThis command:
- Creates a Python virtual environment
- Installs Python dependencies
- Installs Node.js dependencies
- Sets up necessary directories
- Start the application:
npm start- Open your browser at
http://localhost:3002 - Upload any supported file
- Get your markdown!
- Once uploaded, make sure to update these URLs in README.md:
- Text documents (.txt, .doc, .docx)
- Spreadsheets (.xlsx, .csv)
- Presentations (.ppt, .pptx)
- PDF (.pdf)
- And more...
- Frontend:
- HTML5
- CSS3
- JavaScript (ES6+)
- Backend:
- Node.js
- Express
- Python
- markitdown (Python library)
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add: some amazing feature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Developed with ❤️ by Mikel Echeverria
