Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

inkdropapp/inkdrop-paste-as-markdown

Repository files navigation

Important

This plugin is now a built-in feature of Inkdrop. You don't need to install it anymore as of v5.6.0.

paste-as-markdown plugin for Inkdrop

It enables you to paste HTML as Markdown from clipboard. It'd be useful for copy-and-pasting formatted texts from browsers.

Install

ipm install paste-as-markdown

Usage

Press cmd/ctrl + alt + shift + v or select "Plugins" → "Paste as Markdown" from menu to run this plugin's command paste-as-markdown. It converts HTML into Markdown and paste it into the editor. For example, when you copy below HTML on your browser:

<ul>
  <li>list 1</li>
  <li>list 2</li>
</ul>

It will be pasted as:

- list 1
- list 2

About

Inkdrop plugin for pasting HTML automatically converted into Markdown

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published