Khan
Add, remove, and clears rulers.
Labels utilities
Details
Installs
- Total 29
- Win 10
- Mac 16
- Linux 3
Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 |
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 | 2 | 0 | 1 | 1 | 1 | 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 |
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.