Skip to content

janis-rullis/md-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD Editors

Preview MarkDown files from terminal using ReText.

Ctrl + E - Switch the Preview / Edit mode.

Generate a navigation bar.

-----------------------------------------------------------------------------------
### / [shell-scripts](../) / [md-nav-gen](.)
-----------------------------------------------------------------------------------

Generate links to files inside this directory.

* [docs](./docs)
* [how-to](./docs/how-to)

Generate links to files inside this directory and below.

 * [docs](./docs)
   * [how-to](./docs/how-to)
   * [serve.md](./docs/how-to/serve.md)
 * [Tree.md](./Tree.md)
 * [README.md](./README.md)
 * [md-tree-gen.sh](./md-tree-gen.sh)

Include all images from all directories below in the format of Markdown.

#### 1/2/3/apply canvas
![1/2/3/apply canvas](1/2/3/apply-canvas.png)

#### 1/2/3/rippling
![1/2/3/rippling](1/2/3/rippling.png)

#### 1/orig 250x
![1/orig 250x](1/orig-250x.jpg)
## [Home](Home/) | [Products](Products/) | [Gallery](Gallery/) | [Partners](Partners/) | Projects | [About us](About-us/) | [Contacts](Contacts/)

Random tips

Images

  • I've found that the perfect size for an image in Markdown docs, is when one of the dimensions (width or height) is 250-300px. Example.