Skip to content

Markdown URL Remover – browser-only tool that scrubs all URLs from Markdown while preserving formatting; live preview, one-click copy; built with React + TypeScript (Vite) and Tailwind.

Notifications You must be signed in to change notification settings

netscorx/markdown-url-remover

Repository files navigation

🧹 Markdown URL Remover

A sleek, browser-based tool to clean your Markdown content by removing URLs while preserving text and formatting.

Screenshot of Markdown URL Remover

✨ Features

  • 🔄 Live preview of cleaned output
  • 📋 One-click copy to clipboard
  • 🎯 Preserves original text and formatting
  • 🧼 Removes:
    • Inline URLs [text](url)
    • Reference-style links [ref]: url
    • Bare URLs https://example.com
  • 💻 Works entirely in the browser
  • 🎨 Clean, minimal design with Tailwind CSS
  • ⚡ Built with Vite + React + TypeScript

🚀 Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm (v9 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/netscorx/markdown-url-remover.git
cd markdown-url-remover
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:5173

🛠️ Build for Production

To create a production build:

npm run build

The built files will be in the dist directory.

🧪 Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

🔧 Tech Stack

📝 License

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

🤝 Contributing

Contributions are welcome! Feel free to open issues and submit pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

🙏 Acknowledgments

About

Markdown URL Remover – browser-only tool that scrubs all URLs from Markdown while preserving formatting; live preview, one-click copy; built with React + TypeScript (Vite) and Tailwind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published