Download Atom from the official website.
With this you can easily create links to other markdown files without having them to search.
Ctrl + Shift + P
to open searchSettings View: install packages and themes
Usage: just put / and then a part of the file you are looking for.
e.g. /sales
will suggest SalesOrder_recording
.
Hint: Combine with Markdown Snippes using l + TAB
to get []()
This package allows you to easily upload and insert images into markdown pages.
Ctrl + Shift + P
to open searchSettings View: install packages and themes
This setting switches the markdown preview to github style.
Ctrl + Shift + P
to open searchSettings View: install packages and themes
This Packages automatically scrolls the markdown preview to the position of your cursor in the markdown text.
Ctrl + Shift + P
to open searchSettings View: install packages and themes
type the trigger and then press TAB
Trigger | function |
---|---|
b | bold text |
code | code |
i | italic |
img | embedded image |
l | link |
table | table |
You can edit snippets by going to Menu => file => Snippets…
here you find the latest snippets:
Ctrl + Shift + M
for markdown previewCtrl + V
to paste image from clipboard
img
+ TAB
and then click into ()
and Ctrl + V
to paste image linkIf you install other packages that support markdown, the image helper will stop to work if the language of the document is not “Github Markdown”.
Make sure the core package “language-gfm” is enabled (gfm = github flavored markdown)
atom stores your settings and packages here: %userprofile%\.atom