Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j-d-ha authored Jun 23, 2024
1 parent 40b33e4 commit f258a04
Showing 1 changed file with 1 addition and 81 deletions.
82 changes: 1 addition & 81 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,87 +8,7 @@

## Description

This is a plugin that lets you add dividers to your code using comments. Diver types include lines and boxes. Sample
dividers are shown below.

Lines:

```text
Standard Lines
── Standard Left ────────────────────────────────────────────────────────────────────
────────────────────────────────── Standard Center ──────────────────────────────────
─────────────────────────────────────────────────────────────────── Standard Right ──
Heavy Lines
━━ HEAVY LEFT ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ HEAVY CENTER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ HEAVY RIGHT ━━
Double Lines
══ Double Left ══════════════════════════════════════════════════════════════════════
═══════════════════════════════════ Double Center ═══════════════════════════════════
═════════════════════════════════════════════════════════════════════ Double Right ══
```

Boxes:

```text
┌──────────────────────────────────────────────────────────┐
│ normal, single line │
└──────────────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────┐
│ normal, multi line │
│ Lorem ipsum dolor sit amet, consectetur adipiscing │
│ elit, sed do eiusmod tempor incididunt ut labore et │
│ dolore magna aliqua. │
└──────────────────────────────────────────────────────────┘
╭──────────────────────────────────────────────────────────╮
│ box, rounded │
╰──────────────────────────────────────────────────────────╯
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ box, heavy ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
╔══════════════════════════════════════════════════════════╗
║ box, double line ║
╚══════════════════════════════════════════════════════════╝
┌─ ─┐
│ box, open top │
└─ ─┘
╭─ ─╮
│ box, open top, rounded │
╰─ ─╯
┏━ ━┓
┃ box, open top, heavy ┃
┗━ ━┛
╔═ ═╗
║ box, open top, double line ║
╚═ ═╝
┌──────────────────────────────────────────────────────────┐
box, open side
└──────────────────────────────────────────────────────────┘
╭──────────────────────────────────────────────────────────╮
box, open side, rounded
╰──────────────────────────────────────────────────────────╯
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
box, open side, heavy
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
╔══════════════════════════════════════════════════════════╗
box, open side, double line
╚══════════════════════════════════════════════════════════╝
```
This is a plugin that lets you add dividers to your code using comments. Diver types include lines and boxes. Sample can be found [here](examples.txt).

## Usage

Expand Down

0 comments on commit f258a04

Please sign in to comment.