This plugin will find markdown links in the README.md file, at the root of the current project, and display them in a tool window.
Will scan for markdown links in the following format:
[Link Title](https://example.com)
The tool window is fuzzy searchable. Selecting an entry will open the link in the default browser.
The following settings are available in the plugin:
Setting | Description | Default |
---|---|---|
Link Font Size | The font size of the links in the tool window. | 16 px |
Title Max Length | The title will be truncated to this length. | 100 chars |
Url Max Length | The URL will be truncated to this length. | 50 chars |
- TODO - Add Support for github button links
- Add entry to open README.md
- Add support for non MD formatted links(with setting)
- File Paths(with setting)
- Add Tests