Adds tons of features to make Atom a better Markdown/AsciiDoc editor!
Works great with static blogging as well. Try it with Jekyll, Octopress, Hexo or any of your favorite static blog engines.
More GIFs Here: Create New Post, Insert Reference Link, Remove Reference Link.
date
, published
) auto updated.markdown-writer:insert-toc
).
markdown-writer:update-toc
).depthFrom
, depthTo
: range of headings to be displayed.insertAnchor
: insert TOC with anchor link.shift-cmd-k
) and save links for next time.
-
in title field to create an empty title reference link.
markdown-writer:insert-footnote
), and edit footnote labels.shift-cmd-i
) with preview.
markdown-writer:insert-table
) and jump to next table cell (cmd-j cmd-t
).markdown-writer:format-table
) with customizable table alignments.enter
(customize).markdown-writer:correct-order-list-numbers
).ctrl-alt-[1-5]
to switch among H1
to H5
.code
(cmd-'
)cmd-b
)cmd-i
)cmd-h
)'''code block'''
(shift-cmd-"
)<kbd>key</kbd>
(cmd + k
)- unordered list
(shift-cmd-U
)0. ordered list
(shift-cmd-O
)> blockquote
(shift-cmd->
)- [ ] task list
(markdown-writer:toggle-task
)cmd-j cmd-p
)cmd-j cmd-n
)cmd-j cmd-t
)cmd-j cmd-d
)markdown-writer:fold-headings
)markdown-writer:focus-current-heading
)markdown-writer:fold-links
)markdown-writer:open-link-in-browser
).markdown-writer:open-link-in-file
).markdown-writer:open-cheat-sheet
).Following CriticMarkup commands are supported:
{++ ++}
(markdown-writer:toggle-addition-text
){-- --}
(markdown-writer:toggle-deletion-text
){~~ ~> ~~}
(markdown-writer:toggle-substitution-text
){>> <<}
(markdown-writer:toggle-comment-text
){== ==}{>> <<}
(markdown-writer:toggle-highlight-text
)AsciiDoc is supported with language-asciidoc installed.
Toolbar for Markdown Writer is available at tool-bar-markdown-writer.
cmd-,
) -> Install -> Search Markdown Writer
.apm install markdown-writer
.After installation, you can find and trigger any feature through:
shift-cmd-P
), enter Markdown Writer
and find all the commandsPackages -> Markdown Writer
.Execute command Markdown Writer: Create Default keymaps
to add the recommended keymaps to your configs. You can modify them based on your needs (wiki).
Enter
, Tab
, Shift-Tab
are registered by default. You can disable them in Package's Settings > Keybindings.Configure your Package's Settings. Menu: File -> Settings (cmd-,
) -> Packages -> Markdown-Writer -> Settings.
Your contributions are really appreciated. You can follow CONTRIBUTING guide to get everything started.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.