打算使用MarkDown了,打算整理本身的知識了。html
多年之前,喜歡將本身看到好東西,轉載在博客。或者將遇到過的問題以及解決方案,記錄在博客。06畢業後爲了生活折騰,Tom網上的博客無暇東顧,等穩定閒下心來,重遊舊地,懷往昔,念今朝,感嘆一切資料付諸東流,迫不得已花落去。python
Tom博客的經歷,使我將博客轉移到了百度空間,對百度的信賴與網站速度是選擇理由。惋惜只是兩年,百度空間的後續迭代,在自定義佈局上改變很大,也有了更多幹擾,08年以後基本就棄之不用。git
而近幾年來,Markdown在網絡上獲得了普遍的使用,也逐漸流行開來,不少網站及平臺也提供了支持。它的語法簡潔明瞭、學習容易,並且功能比純文本更強。使用Markdown,結合博客客戶端,以及GIT文檔管理,在本地、遠程、發佈之間所心所欲,也更加安全。github
http://daringfireball.net/projects/markdown/syntaxweb
http://jianshu.io/p/1e402922ee32chrome
https://github.com/adam-p/markdown-here.wiki.gitshell
git://gitcafe.com/riku/Markdown-Syntax-CN.gitvim
Windows 平臺sublime-text
Linux 平臺瀏覽器
Mac 平臺
在線編輯器
瀏覽器插件
高級應用
另外:vim、pycharm 都有很好的markdown 插件,有興趣能夠一試。
retext File:http://sourceforge.net/projects/retext/files/
retext code: http://sourceforge.net/p/retext/git/ci/master/tree/
如下轉載:http://www.cnblogs.com/dubaokun/p/3555738.html
Time to update your computer's Environmental Variables:
For System Variables, click New. Then add:
PYTHONPATH=C:\Python33\Lib\;C:\Python33\Lib\site-packages\
Select the System Variable PATH
, click Edit.
C:\Python33;C:\Python33\Lib\site-packages\PyQt4\bin;
to the front of it, like so: PATH=C:\Python33;C:\Python33\Lib\site-packages\PyQt4\bin;etc.
Download and run distribute_setup.py which will install distribute
package, which provides easy_install
tool.
Time to install additional Python libraries.
cmd
then cd \Python33\Tools\Scripts
.Enter:
easy_install Pygments easy_install ElementTree easy_install Markdown easy_install docutils easy_install Markups
Download and unpack ReText
ReText\icons
foldercmd
then cd to the ReText folder. Then enter: python3 retext.py
If you wish to ReText to have a Shortcut to start it. Then you can pin it to your Start menu, copy to your Desktop or Quick Launch, etc.
C:\python33\pythonw.exe
retext.py's path
; Run = minimized ; Change Icon (to whatever you like).If you wish for the python shell box to not appear, you should follow the USB Stick Batch file instructions at the moment.
C:\python33
to USB Stick, say U:\python33
Create the following BAT file: retext.bat
REM ReText Startup batch file REM ------------------------- REM determine drive letter of batchfile for /f "delims=\" %%d in ('cd') do set curdrv=%%d echo %curdrv% REM Set ENVs using current drive letter if ENVs not set for USB Sticks REM REM them out if you have the ENVs set set PYTHONPATH=%curdrv%\Python33\Lib;%curdrv%\Python33\Lib\site-packages set PATH=%curdrv%\Python33;%curdrv%\Python33\Lib\site-packages\PyQt4\bin;%PATH% REM Start ReText start /B %curdrv%\Python33\pythonw.exe %CD%\retext.py
Right-click drag-n-drop the retext.bat and select "Create shortcuts here"
easy_install
requires an internet connection. You're on your own dealing with a proxy. As there's really no Registry Entries, you could install else where and copy to USB Stick and create the batch file.