Skip to content

crosstyan/copy-title-and-url-as-markdown

Repository files navigation

Focked Copy Title & Url as Markdown Style

This is a fork of Copy Title & Url as Markdown Style

Quickly copy the title & url of current tab as Markdown or other style ([title](url)).

screenshot

Suppported styles:

  • Markdown
  • AsciiDoc
  • Org Mode
  • reStructuredText
  • LaTeX

Installation & Usage

Compiling

If you are using Node.js 17 or higher, you must include --openssl-legacy-provider in NODE_OPTIONS environment variable. Here is how to do it in PowerShell

How To Fix ERR_OSSL_EVP_UNSUPPORTED In React JS Application - Roy Tutorials

$env:NODE_OPTIONS="--openssl-legacy-provider"

What you need to do then is

yarn run dev-build

I'm not sure why but the code refuses to run with production build. (minimized code build with webpack)

If there is any error like

rm: cannot remove 'dist/*.js': No such file or directory

just create a dummy .js file in dist folder.

I won't publish it to Chrome Store.

About

A Chrome extension that can let you quickly copy the title & url of current tab as mark language style

Resources

Stars

Watchers

Forks