🎁 remove prefix
1 files changed, 1 insertions(+), 1 deletions(-) M AutoLinkTitle.py
M AutoLinkTitle.py => AutoLinkTitle.py +1 -1
@@ 5,7 5,7 @@ from bs4 import BeautifulSoup class AutoLinkTitleCommand(sublime_plugin.WindowCommand): def run(self): self.window.show_input_panel("Enter URL", "https://", self.on_done, None, None) self.window.show_input_panel("Enter URL", "", self.on_done, None, None) def on_done(self, url): self.window.active_view().run_command("insert", {"characters": self.get_title(url)}) def get_title(self, url):