Damn it! I finally got some transcendent understanding, Emacs
is not a text editor, yes, it's like a text editor, but it not only to be a single editor, it's actually a Operating System. Let's back to the time when UNIX beat LISP Machine, these guys who made emacs just built it on Unix system so them can use it, that why people are saying Emacs
can do everything, even open a door for you, and by the way, some guys joking that what emacs really need is a text editor. 2013-04-15.
Tutorial, Guide, How-To
Ctrl
+ ~
, (2) copy code import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())
into the command line, hit Enter
key, (3) restart sublime.Ctrl
+ Shift
+ p
, (2) type pci
(stands for Package Control: Install Package), (3) input Markdown Preview
Ctrl
+ n
to create a new file, (2)type Ctrl
+ Shift
+ p
then type ssmm
(stands for Set Syntax: Markdown), (3) type Ctrl
+ Shift
+ p
then type mppb
(stands for Markdown Preview: current file in broswer).Preferences -> Key Bindings User
copy code [{ "keys": ["ctrl+alt+p"], "command": "markdown\_preview", "args": { "target": "browser"} }]
and paste into it. (2) unsatisfied with the default CSS, modify Sublime Text 2/Packages/Markdown Preview/markdown.css
.Sublime
, the Notepad++
is losing it's user and becoming a text processing tools.