Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 842 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 842 Bytes


Median
Browser extension that brings LaTeX to Medium.

Median demo

Installation

How it works

The extension sends a request to QuickLaTeX, a web service that allows you to typeset LaTeX with a simple API request. An image URI is returned, which is then fetched and transformed into a File. This File object is used to simulate a drop event in the Medium editor.

Building

Running

node ./build.js ./build

produces a Median.zip file in the build/ directory.