GitXplorerGitXplorer
l

markdown-helper

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
6db2afe1a2873344b5e22ac3b71e25f9cb1c1d76

Prepare 0.3.0 release

llee-dohm committed 8 years ago
Unverified
33657da0517c71cc8cb03cdad1848d0fbcea4870

Merge pull request #1 from lee-dohm/insert-link

llee-dohm committed 8 years ago
Verified
93e8cbaf17ea8022950c25cc233cc6f8bea21578

Update CHANGELOG for release

llee-dohm committed 8 years ago
Verified
612b4cf2d27cf19a81699aa93b0842327ac4b42c

Update copyright years

llee-dohm committed 8 years ago
Verified
c97642899a9eff5b1325a91e9ab7ae0c94ea31d6

Add documentation of the new command

llee-dohm committed 8 years ago
Verified
db9605a27444687f93c31c855823473519d9a316

Add dialog for inserting a Markdown reference link

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.