Skip to content

arbims/markdown-editor

Repository files navigation

WIPBICTBF : Work in progress but it's close to be finished

The result

DEMO

technologies used

  • viteJs
  • coffeescript
  • jQuery

How it works

To transform a textarea in an markdown editor you just have to create a new editorMD instance

<div class="container">
  <textarea class="editor_custom"> </textarea>
</div>
$('.editor_custom').editorMD();

You can pass options as the second parameter to activate sync Scroll

$('.editor_custom').editorMD({
  syncScroll: true
});

Options

I created options for my needs, if you have some new ideas, PR are welcomed.

Contributing

Before you can start you have to download you have to install npm dependencies, bower dependencies, then start gulp serve task

  • npm install
  • npm run dev
  • npm run build

Then you can edit src/mdeditor.coffee to do some edits.

Todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published