Skip to content

Source code for html-to-markdown presentation for a SvelteKit project

Notifications You must be signed in to change notification settings

ikshyza/html-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML to Markdown Converter (htmlmarkdowner)

Convert HTML to Markdown with ease using the "htmlmarkdowner" tool. This web-based converter is built with Svelte and Vite, making it fast and efficient. It utilizes the Turndown library for the actual HTML to Markdown conversion.

Features

  • Convert HTML to Markdown.

  • User-friendly web interface.

  • Lightweight and easy to use.

Getting Started

  1. Clone the repository and change directory to the project:
git clone https://github.com/ikshyza/html-to-markdown.git

and then

cd htmlmarkdowner
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

image

  1. Open your browser and navigate to http://localhost:5173/ to access the converter.

Usage

  1. Paste your HTML content into the input textarea.

  2. Click the "Convert" button to convert the HTML to Markdown.

  3. Copy the generated Markdown content to your clipboard or save it.

Dependencies

The HTML to Markdown Converter relies on the following dependencies:

  • Svelte (`^4.0.5`): A JavaScript framework for building user interfaces.

  • Vite (`^4.4.2`): A build tool that serves your code during development.

  • @sveltejs/adapter-auto (`^2.0.0`): SvelteKit adapter for generating static sites.

  • @sveltejs/kit (`^1.20.4`): SvelteKit, a framework for building web applications.

  • @friendofsvelte/tipex (`^0.0.1-meta.2`): A goto library for Text Editing in Svelte.

  • turndown (`^7.1.2`): A library for converting HTML to Markdown.

Please make sure to check their respective documentation for more information on how these dependencies work.

About

Source code for html-to-markdown presentation for a SvelteKit project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published