Skip to content

kevinfiol/markdown_file_links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

markdown file links

A way to link to other Markdown (and non-Markdown) files from your Markdown notes.

demo.mp4

Installation

Manually

  1. Navigate to your Packages folder (easiest way to find it is from within Sublime Text, go to Preferences > Browse Packages...).
  2. Download the latest release from the releases page.
  3. Unzip the downloaded archive. Copy the directory markdown_file_links-x.x.x into your Packages folder.

With Git

Use git clone to clone this repository into your Packages folder.

# From within your `Packages` folder
git clone https://github.com/kevinfiol/markdown_file_links.git

Usage

In your Markdown files, link to other files using the [[file_path]] notation:

Go to [[todos]].

By default, the plugin will assume an extension of .md.

Relative paths from the current file can be used to link to nested files, or files in parent directories. This works as you'd expect.

Go to [[nested/markdown/file.md]]

Go to [[../../todos]]

Go to [[./cat_picture.jpg]]

Credits

Big thanks to OdatNurd for always fielding Sublime Text plugin development questions.

About

quickly link to and open other files in Markdown notes in Sublime Text 3 & 4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages