Coder Social home page Coder Social logo

dazanza / markdown-to-medium-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fanderzon/markdown-to-medium-tool

0.0 0.0 0.0 358 KB

A tool to convert markdown format to medium compatible html

License: MIT License

JavaScript 52.00% CSS 32.89% HTML 15.11%

markdown-to-medium-tool's Introduction

This is the source code for a tool that takes markdown format, and outputs html formatted in the way compatible with the medium.com editor.

The tool is hosted on surge: http://markdown-to-medium.surge.sh/

I made it for myself, so I can take my personal blog posts, written in markdown, paste them in here and copy the output to Medium when adding the post there.

Medium does have a function to import posts, but it always fails miserably with the formatting.

Options

There is only one option in the menu currently, and that is how to format inline codespans, there isn't quite any equivalent of these in a Medium post so you can select if you want to translate those to bold, italic, or with double quotes " around them (or all of the above which is what I normally do).

Dev instructions

The project is based on Create React App, so if you want to build it locally and change things the setup is basically:

npm install
npm start

That will build and server the project on http://localhost:3000.

npm run build will make an optimized production build into the build directory.

markdown-to-medium-tool's People

Contributors

fanderzon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.