markdown Atom:备份所有设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Atom:备份所有设置相关的知识,希望对你有一定的参考价值。

**Export:**

1. Copy from `${user}/.atom`:
 * config.cson
 * keymap.cson
 * snippets.cson
 * styles.less
2. Save installed packages list `apm list --installed --bare > packages.list`


**Import:**

1. Replace files from Backup.1 part in `${user}/.atom`
2. Restore packages from `packages.list` mentioned in Backup.2 by:
<br>
`apm install --packages-file packages.list`
<br>
or 
<br>
`apm install 'cat packages.list'`

以上是关于markdown Atom:备份所有设置的主要内容,如果未能解决你的问题,请参考以下文章

Atom 备份神器 —— Sync Settings

将Atom打造成强大的Markdown编辑器

Atom与markdown

atom的markdown怎么插入图片啊

ATOM手机ROOT教程

Atom编辑器入门到精通 Markdown支持 (下)