Skip to content

Add option to create reference links when pasting links into markdown #209465

Open
@mjbvz

Description

@mjbvz
  1. Copy http://example.com
  2. Open markdown editor and paste

Current behavior
Pastes with option to insert md link: [text](http://example.com)

Feature request
Also give option to add reference link instead:

[text][ref]

[ref]: http://example.com

Presumably should reuse existing references too if one already exists

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitymarkdownMarkdown support issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions