SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.19k stars 649 forks source link

Barelinks to md #671

Closed GiovanH closed 2 years ago

GiovanH commented 2 years ago

Adds a function for converting bare links to formatted markdown links, using title information pulled from the pages' live <title> tags.

This is probably a very silly feature that honestly doesn't belong in the main program, but I've found it intensely useful for my work so I thought I might as well volunteer it.

Interested in thoughts on making network requests a setting and off by default (so only suggest_default_link_name would be used).

GiovanH commented 2 years ago

Does this need to be refactored for Python 3.3 support?

GiovanH commented 2 years ago

3.1.1 has removed the meta.link.inet.markdown bare link scope, which currently breaks this functionality entirely

deathaxe commented 2 years ago

Not that I am aware of. Links haven't been touched.

GiovanH commented 2 years ago

Disregard, looks like another case of rebase debris.