Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennykorsukewitz/sublime-quotewithmarker
This package quotes the selected area and adds a custom marker to it.
https://github.com/dennykorsukewitz/sublime-quotewithmarker
codemarker comment commentline compare diff helper marker markers metrics-sublime pages patch patcher quote sublime sublime-package sublime-text workflow
Last synced: 30 days ago
JSON representation
This package quotes the selected area and adds a custom marker to it.
- Host: GitHub
- URL: https://github.com/dennykorsukewitz/sublime-quotewithmarker
- Owner: dennykorsukewitz
- License: gpl-3.0
- Created: 2023-11-06T12:28:54.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-04-30T20:43:26.000Z (8 months ago)
- Last Synced: 2024-05-02T01:50:56.578Z (8 months ago)
- Topics: codemarker, comment, commentline, compare, diff, helper, marker, markers, metrics-sublime, pages, patch, patcher, quote, sublime, sublime-package, sublime-text, workflow
- Language: Python
- Homepage: https://dennykorsukewitz.github.io/Sublime-QuoteWithMarker/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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)](https://img.shields.io/github/v/release/dennykorsukewitz/Sublime-QuoteWithMarker) | ![GitHub open issues](https://img.shields.io/github/issues/dennykorsukewitz/Sublime-QuoteWithMarker) ![GitHub closed issues](https://img.shields.io/github/issues-closed/dennykorsukewitz/Sublime-QuoteWithMarker?color=#44CC44) | ![Package Control Total](https://img.shields.io/packagecontrol/dt/Quote%20With%20Marker) |
| ![GitHub license](https://img.shields.io/github/license/dennykorsukewitz/Sublime-QuoteWithMarker) | ![GitHub pull requests](https://img.shields.io/github/issues-pr/dennykorsukewitz/Sublime-QuoteWithMarker?label=PR) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/dennykorsukewitz/Sublime-QuoteWithMarker?color=g&label=PR) | ![Package Control Month](https://img.shields.io/packagecontrol/dm/Quote%20With%20Marker) |
| ![GitHub language count](https://img.shields.io/github/languages/count/dennykorsukewitz/Sublime-QuoteWithMarker?style=flat&label=language) | ![GitHub contributors](https://img.shields.io/github/contributors/dennykorsukewitz/Sublime-QuoteWithMarker) | ![Package Control Week](https://img.shields.io/packagecontrol/dw/Quote%20With%20Marker) |
| ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dennykorsukewitz/Sublime-QuoteWithMarker) | ![GitHub downloads](https://img.shields.io/github/downloads/dennykorsukewitz/Sublime-QuoteWithMarker/total?style=flat) | ![Package Control Day](https://img.shields.io/packagecontrol/dd/Quote%20With%20Marker) || Status |
| ------ |
| [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dennykorsukewitz/Sublime-QuoteWithMarker/1.0.2/dev)](https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker/compare/1.0.2...dev) ![GitHub Workflow Lint](https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker/actions/workflows/lint.yml/badge.svg?branch=dev&style=flat&label=Lint) ![GitHub Workflow Pages](https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker/actions/workflows/pages.yml/badge.svg?branch=dev&style=flat&label=GitHub%20Pages) |## 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](doc/images/quotewithmarker.gif)
### 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](http://wbond.net/sublime_packages/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](https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker/releases) 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](https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker) 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 [email protected]:dennykorsukewitz/Sublime-QuoteWithMarker.git QuoteWithMarker#### Linux
cd ~/.config/sublime-text-2/Packages
- or ST 3 -
cd ~/.config/sublime-text-3/Packages
git clone [email protected]:dennykorsukewitz/Sublime-QuoteWithMarker.git QuoteWithMarker#### Windows
cd "%APPDATA%\Sublime Text 2\Packages"
- or ST 3 -
cd "%APPDATA%\Sublime Text 3\Packages"
git clone [email protected]:dennykorsukewitz/Sublime-QuoteWithMarker.git QuoteWithMarker---
## Download
For download see [Sublime-QuoteWithMarker](https://github.com/dennykorsukewitz/Sublime-QuoteWithMarker/releases)
---
Enjoy!
Your [Denny Korsukéwitz](https://github.com/dennykorsukewitz) 🚀