https://github.com/markedit-app/markedit-reference-style-links
Insert reference style links easily in MarkEdit.
https://github.com/markedit-app/markedit-reference-style-links
Last synced: 10 months ago
JSON representation
Insert reference style links easily in MarkEdit.
- Host: GitHub
- URL: https://github.com/markedit-app/markedit-reference-style-links
- Owner: MarkEdit-app
- License: mit
- Created: 2025-08-03T04:57:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T06:33:55.000Z (11 months ago)
- Last Synced: 2025-08-03T08:34:20.502Z (11 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkEdit-reference-style-links
Insert [reference style links](https://www.markdownguide.org/basic-syntax/#reference-style-links) easily in [MarkEdit](https://github.com/MarkEdit-app/MarkEdit).
> See [MarkEdit-app/MarkEdit#982](https://github.com/MarkEdit-app/MarkEdit/issues/982) for details.
## Installation
Copy [dist/markedit-reference-style-links.js](dist/markedit-reference-style-links.js) to `~/Library/Containers/app.cyan.markedit/Data/Documents/scripts/`.
You can also run `yarn install && yarn build` to build and deploy the script.
## Settings
In [settings.json](https://github.com/MarkEdit-app/MarkEdit/wiki/Customization#advanced-settings), you can define a settings node named `extension.markeditReferenceStyleLinks` to configure this extension, default settings are:
```json
{
"extension.markeditReferenceStyleLinks": {
"keyboardShortcut": "Mod-k",
"defaultTitle": "title",
"defaultReference": "reference"
}
}
```
- `keyboardShortcut`: The keyboard shortcut, see specs [here](https://codemirror.net/docs/ref/#view.KeyBinding).
- `defaultTitle`: The default link title.
- `defaultReference`: The default link reference.