You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Very simple feature request, add support for .md (markdown files).
No need to parse anything, when we press Ctrl-Q literally just Pseudo code for logic
const selection = currentSelection ? currentSelection : currentLine;
if (selectionHasNoQuotes) {
add first quote char around selection;
} else {
cycle quote chars around selection;
}
Summary
Very simple feature request, add support for .md (markdown files).
No need to parse anything, when we press
Ctrl-Q
literally justPseudo code for logic
Motivation
Make it easier to edit markdown files.
Additional context
I've added this to my config.cson
So you can cycle the selection between
The text was updated successfully, but these errors were encountered: