<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Sublime on 桃花岛种桃</title><link>https://blog.kangq.wang/tags/sublime/</link><description>Recent content in Sublime on 桃花岛种桃</description><generator>Hugo -- 0.155.3</generator><language>zh-cn</language><lastBuildDate>Sun, 18 Sep 2022 09:01:11 +0000</lastBuildDate><atom:link href="https://blog.kangq.wang/tags/sublime/index.xml" rel="self" type="application/rss+xml"/><item><title>sublime text 安装 plantUML扩展</title><link>https://blog.kangq.wang/sublimetextanzhuangplantuml/</link><pubDate>Wed, 21 Dec 2016 00:00:00 +0000</pubDate><guid>https://blog.kangq.wang/sublimetextanzhuangplantuml/</guid><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;上sublime管网下载安装包并安装；&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;给sublime安装package control扩展：&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;!-- more --&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;通过&lt;strong&gt;View-&amp;gt;Show Console&lt;/strong&gt;打开console面板，复制以下Python代码到面板，回车，不出错的话就回自动下载安装；&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;sublime2复制以下代码：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;import urllib2,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>