GitXplorerGitXplorer
l

markdown-helper

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
321139738d8a57cce37fc70569a2284d5198cdae

Prepare 0.2.1 release

llee-dohm committed 8 years ago
Verified
c472021b1e145018fcdb84a6739fa55e65418e4c

Update CHANGELOG for release

llee-dohm committed 8 years ago
Verified
a023f9ee89a7e8f24b072dd1a246c3b074fddd48

Use activationCommands to speed startup

llee-dohm committed 8 years ago
Verified
2c155ca49c728333ff46beb4fcfdb08b56305184

Prepare 0.2.0 release

llee-dohm committed 8 years ago
Verified
a9125a35a4da35206a7c2131b751a4eb25c6a09d

Update badges to match repo

llee-dohm committed 8 years ago
Verified
b3fb08232dc0a29bfa71bbf5f304ffb594d4078e

Update CHANGELOG for release

llee-dohm committed 8 years ago

README

The README file for this repository.

Markdown Helper

Build Status Package Version Package Downloads

A collection of simple utilities for working with Markdown files.

Utilities

Because no keybindings are created for any of these out of the box, each utility is identified only by its command name. The command name is listed at the top of the description of what the utility does.

Convert Inline Links into Reference Links

Command: markdown-helper:convert-to-reference-links

In Markdown, there are two ways to type links into a document: inline links and reference links. Inline links include the URL immediately after the link text and reference links refer to the URL in another location in the document. Reference links generally keep the document tidier, but they are harder to keep track of. This utility allows one to type in the links in the inline format and then automatically generate the reference format from them.

Insert Reference Link

Command: markdown-helper:insert-link

Opens a dialog asking for a title and a target. The title is the text that will be linked from and the target is the URL that will be linked to. When confirmed, it will insert a reference link at the current cursor position and add the reference at the end of the file.

Tidy Up By Deleting Repeated Blank Lines

Command: markdown-helper:tidy

I like to have single blank lines between blocks of text in Markdown. Having more than one blank line can be distracting. This cleans up any series of more than one blank line.

Copyright

Copyright © 2016-2017 by Lee Dohm. See LICENSE for details.