# subl-protocol
**Repository Path**: yangweijie_admin/subl-protocol
## Basic Information
- **Project Name**: subl-protocol
- **Description**: 网页打开subl://absolute/path/to/file.txt:10 和 subl://open?url=file://absolute/path/to/file.txt&line=10
协议文件的 sublime text 插件
- **Primary Language**: Python
- **License**: MulanPSL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2023-04-28
- **Last Updated**: 2023-04-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
subl protocol
================
subl protocol adds `subl://` protocol
so you can open file in Sublime Text from browser
This package is available over package control (search for `subl protocol`)
Syntax will be somthing like this
```html
click to edit file
or
click to edit file
```
Note: Don't use backslash (\\)
Note 2: on Windows it will ask for permissions when installing and uninstalling because it needs to edit registry
Note 3: on Linux you need to have `subl` in your path
Note 4: If you don't know how to install package from package control [click here](https://www.youtube.com/watch?v=N9rJJSiUy0I)