Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
/ chat-markup Public archive

ExtPlug plugin that applies some markdown/slack/reddit-like markup to chat messages.

License

Notifications You must be signed in to change notification settings

extplug/chat-markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Markup

Applies some markdown/slack/reddit-like markup to chat messages.

Screenshot

Translations:

  • _italic_ becomes italic
  • *bold* becomes bold
  • `code` becomes code
  • ~strike~ becomes strike

Markup can be nested, so

  • _italic *bolddd*_ becomes italic bold
  • ~`error`~ becomes error

But markup does not nest inside code blocks, so

  • `a _line_ of code` becomes a _line_ of code
  • *a `code ~block~`* becomes a code ~block~

Also, markup does not apply when it starts halfway through a word, so

Basically, it attempts to do what you would expect.

Installation

If you do not have ExtPlug yet, get it here.

You can install this plugin by going to your ExtPlug settings menu, pressing "Install Plugin", and entering this Plugin URL:

https://extplug.github.io/chat-markup/build/chat-markup.js;extplug/chat-markup/main

Building

Note: this section is intended for developers only.

First, install dependencies:

npm install

Then, use:

npm run build

The plugin will be built using the ExtPlug CLI.

The built plugin will be stored at build/chat-markup.js.

License

MIT

About

ExtPlug plugin that applies some markdown/slack/reddit-like markup to chat messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published