Skip to content

Repository files navigation

Markdown2Medium Converter

Screenshot

A powerful tool that converts Markdown to Medium-compatible text. Perfect for writers who want to maintain their workflow in Markdown while publishing to Medium.

Getting Started 🚀

Prerequisites

  • Node.js (v16 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/joel-hanson/markdown-to-medium.git
  2. Navigate to the project directory:

    cd markdown-to-medium
  3. Install dependencies:

    npm install
    # or
    yarn install

Running the Application

Start the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser.

Usage Guide 📝

  1. Write your content in the Markdown editor
  2. Preview how it will look on Medium
  3. Copy the content by dragging the full content from the preview section.
  4. Paste into Medium's editor

Deployment 📦

Build for production:

npm run build
# or
yarn build

Deploy to Vercel, Netlify, or your preferred hosting service.

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments 🙏

  • Inspired by Medium's publishing workflow
  • Built with Next.js
  • UI powered by shadcn/ui
  • Markdown processing with marked

About

A powerful tool that converts Markdown to Medium-compatible text. Perfect for writers who want to maintain their workflow in Markdown while publishing to Medium.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages