diff --git a/README.md b/README.md index 2d6e300..e35b15c 100644 --- a/README.md +++ b/README.md @@ -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