~siegfriedehret/sublime-auto-link-title

A Sublime Text package to fetch the title of a page and insert it as a markdown link.
🎁 remove prefix
📝 update readme
📝 update readme

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~siegfriedehret/sublime-auto-link-title
read/write
git@git.sr.ht:~siegfriedehret/sublime-auto-link-title

You can also use your local clone with git send-email.

#AutoLinkTitle

A Sublime Text package to fetch the title of a page and insert it as a markdown link.

#Installation

  1. Clone this repository.
  2. Go to your Packages folder in your terminal (~/Library/Application Support/Sublime Text/Packages on MacOS)
  3. Run ln -s <path of repository>
  4. Open the command palette and run "Package Control: Satisfy Dependencies" to install the dependencies (listed in the dependencies.json file).

⚠️ (this should work... but does not) Copy the AutoLinkTitle.sublime-package file to your Installed Packages directory.

#Usage

Use the AutoLinkTitle from Sublime Text's command palette, add your url, and the link will be added under the position of your cursor.

#License

See the LICENSE file.

#Notes

Idea from zolrath/obsidian-auto-link-title.