Skip to content

RyosukeDTomita/md_converter_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

md_converter_extensions

un license

INDEX


ABOUT

Browser Extensions to convert markdown note notation from GitHub, Qiita, and Zenn.

# GitHub

> [!NOTE]
> this is note
> hi
# Qiita

:::note info
this is note
hi
:::
# Zenn

:::message
this is note
hi
:::

ENVIRONMENT

  • Google Chrome
  • Firefox

HOW TO USE

sample

  1. copy your markdown article
  2. push the extension icon
  3. select the markdown notation
  4. push copy button to copy the converted markdown

PREPARING

Google Chrome

  • Go to chrome://extensions/ in Google Chrome and enable Developer mode.
  • Click Load unpacked and select the directory where the extension is located.

Firefox

  • Go to about:debugging#/runtime/this-firefox in Firefox.
  • Click Load temporary Add-on and select manifest.json

References