Khan
Add, remove, and clears rulers.
Labels utilities
Details
Installs
- Total 35
- Win 15
- Mac 16
- Linux 4
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Khan
Add, remove, and clear rulers at the current cursor using the command palette.
Usage
Add a ruler
Put your cursor at the column where you want a ruler and run “Add Ruler” from the command palette.
Command Palette → Khan: Add Ruler
Remove a ruler
Put your cursor at the ruler you want to remove and run “Remove Ruler” from the command palette.
Command Palette → Khan: Remove Ruler
Clear rulers
Run “Clear Rulers” from the command palette.
Command Palette → Khan: Clear Rulers
Installation
Method 1: Using Package Control
- Open Sublime Text.
- Access the Command Palette by pressing
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(macOS). - Type “Package Control: Install Package” and press
Enter
. - In the input field, type “Khan” and select it from the list of available packages.
Method 2: Manual Installation
- Visit the Khan GitHub repository.
- Click on the “Code” button and choose “Download ZIP.”
- Unzip the downloaded file.
- In Sublime Text, navigate to
Preferences -> Browse Packages...
to access the Packages folder. - Copy the “Khan” folder from the unzipped archive and paste it into the Packages folder.
Method 3: Manual Git Repository Installation
- Open a terminal or command prompt.
- Go to the Sublime Text Packages directory based on your operating system:
- Windows:
%APPDATA%\Sublime Text\Packages
- macOS:
~/Library/Application Support/Sublime Text/Packages
- Linux:
~/.config/sublime-text/Packages
- Windows:
- Clone the Khan plugin repository directly into the Packages directory using Git:
git clone https://github.com/gerardroche/sublime-khan.git Khan
Commands
Command | Description |
---|---|
Khan: Add Ruler | Add a ruler at the current column |
Khan: Clear Rulers | Clear all rulers |
Khan: Remote Ruler | Remove the ruler at the current column |
License
Released under the GPL-3.0-or-later License.
Changelog
See CHANGELOG.md.