Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 452 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 452 Bytes

inkdrop-slackify

Convert markdown to Slack format and send to clipboard.
(this plugin is inspired by https://www.npmjs.com/package/slackify)

Install

ipm install inkdrop-slackify

Usage

Say we have the following Markdown :

- foo
  - **bar**
  - *baz*

With this plugin, it yields:

● foo
  ● ​*bar*​
  ● ​_baz_​

Version history

  • v1.1.0
    • Support Inkdrop v4.x
  • v1.0.0
    • Initial Release