ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Quote With Marker

This package quotes the selected area and adds a custom marker to it.

Details

Installs

  • Total 31
  • Win 15
  • Mac 12
  • Linux 4
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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
Mac 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

QuoteWithMarker

QuoteWithMarker is a Sublime Text package that quotes the selected area and adds a custom marker to it.

Repository GitHub Sublime Text
GitHub release (latest by date) GitHub open issues GitHub closed issues Package Control Total
GitHub license GitHub pull requests GitHub closed pull requests Package Control Month
GitHub language count GitHub contributors Package Control Week
GitHub code size in bytes GitHub downloads Package Control Day
Status
GitHub commits since tagged version GitHub Workflow Lint GitHub Workflow Pages

Feature

Sometimes you have to mark and comment code. Here is the QuoteWithMarker very helpful. This function quotes the selected area and adds a custom marker to it. This way you can still trace the original code. There is also a start and end block for better display when merging.

QuoteWithMarker can be very useful especially for patch files.

Shortcut: strg + alt + k, q
Command: QuoteWithMarker: Quote with Marker.

QuoteWithMarker

Settings

Settings -> Package Settings -> Quote with Marker -> Settings

| Name | Description | Default Value | | - | - | - | | code_marker | Code Marker used in QuoteWithMarker function. | MyMarker - ${year}.${month}.${day} |


Installation

To install this package, you have three options:

1. Search Package via Package Control

Search and install online package via Sublime Package Control.

Tools -> Command Palette -> Package Control: Install Package -> simply search for QuoteWithMarker to install.

2. Install via sublime-package file

Download latest sublime-package file and move the package QuoteWithMarker.sublime-package to Installed Packages folder.

OSX

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Installed Packages/
- or ST 3 -
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Installed Packages/

Linux

cd ~/.config/sublime-text-2/Installed Packages
- or ST 3 -
cd ~/.config/sublime-text-3/Installed Packages

Windows

cd "%APPDATA%\Sublime Text 2\Installed Packages"
- or ST 3 -
cd "%APPDATA%\Sublime Text 3\Installed Packages"

3. Source code

Clone the latest dev branch and unpack it to Sublime Package folder Packages.

OSX

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
- or ST 3 -
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone git@github.com:dennykorsukewitz/Sublime-QuoteWithMarker.git QuoteWithMarker

Linux

cd ~/.config/sublime-text-2/Packages
- or ST 3 -
cd ~/.config/sublime-text-3/Packages
git clone git@github.com:dennykorsukewitz/Sublime-QuoteWithMarker.git QuoteWithMarker

Windows

cd "%APPDATA%\Sublime Text 2\Packages"
- or ST 3 -
cd "%APPDATA%\Sublime Text 3\Packages"
git clone git@github.com:dennykorsukewitz/Sublime-QuoteWithMarker.git QuoteWithMarker

Download

For download see Sublime-QuoteWithMarker


Enjoy!

Your Denny Korsukéwitz 🚀