Code Monkey home page Code Monkey logo

dotjs-zen-markdown's Introduction

dotjs-zen Markdown

Convert Markdown to HTML in Google Chrome with a keystroke. Uses nathan7's dotjs-zen.

Installation

First, make sure you install dotjs-zen.

The installation is pretty rough right now because it requires a couple of third part code changes. First, npm install dependencies for the lib directory.

Change line 336 of lib/node_modules/jquery/node_modules/jsdom/lib/jsdom/browser/index.js from this:

defaultParser = require('node-htmlparser/lib/node-htmlparser');

to this:

defaultParser = require('htmlparser/lib/node-htmlparser');

There is another incompatability in Showdown that is already bundled in lib/vendor/showdown.js. The "Automatic Extension Loading (node only):" section is removed completely because it mistakenly assumes it's running in node when it's being compiled by browserify and will actually be executed by the browser.

Last, symlink path/to/dotjs-zen-markdown/lib/markdown-to-html.js to ~/.js/site-you-want.com.js. dotjs-zen doesn't support default scripts yet, but hopefully it will soon.

Usage

Type CTRL + M in a text input field or textarea. Its contents will be converted from Markdown to HTML.

dotjs-zen-markdown's People

Contributors

evansolomon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.