<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>tylerlong (Tyler Long)</title>
    <link>https://ruby-china.org/tylerlong</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Markdown Plus Mac app $4.99 特价最后一天，支持 Vim mode，支持导出为 PDF</title>
      <description>&lt;p&gt;&lt;img src="https://github.com/tylingsoft/markdown-plus/raw/master/icon.png" title="" alt=""&gt; 一个月之前启动的一个开源项目，当时在这里发了贴： &lt;a href="https://ruby-china.org/topics/24669" rel="nofollow" target="_blank"&gt;https://ruby-china.org/topics/24669&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;项目首页：&lt;a href="https://tylingsoft.com/mdp" rel="nofollow" target="_blank"&gt;https://tylingsoft.com/mdp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub 主页： &lt;a href="https://github.com/tylingsoft/markdown-plus" rel="nofollow" target="_blank"&gt;https://github.com/tylingsoft/markdown-plus&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;在线 demo： &lt;a href="http://mdp.tylingsoft.com/" rel="nofollow" target="_blank"&gt;http://mdp.tylingsoft.com/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;这个项目非常受欢迎，目前在 GitHub 上面 star 数量已经突破 600，提 issue 的以及向我发邮件反馈的人络绎不绝。&lt;/p&gt;

&lt;p&gt;前端代码是以 BSD 协议开源的，个人和公司都可以拿去自己用或者商用。&lt;/p&gt;

&lt;p&gt;项目靠出售 app 来维持运转和盈利。希望我能总结出一条开源和商业化相辅相成的道路：既向开源届做了贡献，又从中赚取到了必要的资金。&lt;/p&gt;

&lt;p&gt;今天是 app $4.99 特价最后一天，有需要的尽快出手。本软件跟同类软件相比的特色有：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;支持 Vim 编辑模式&lt;/li&gt;
&lt;li&gt;速度较快、较流畅&lt;/li&gt;
&lt;li&gt;支持流程图、顺序图、甘特图&lt;/li&gt;
&lt;li&gt;导出的 PDF 美观、漂亮&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;本周即将发布的 1.3.6 版新增了深色编辑器主题、导出为 HTML 等功能。&lt;/p&gt;

&lt;hr&gt;

&lt;hr&gt;

&lt;hr&gt;

&lt;p&gt;如管理员认为此贴太软太商业，请删除，谢谢！&lt;/p&gt;

&lt;p&gt;抽时间也分享一些干货，关于 Swift 和 HTML5 混合开发的主题。&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Tue, 07 Apr 2015 08:38:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/25027</link>
      <guid>https://ruby-china.org/topics/25027</guid>
    </item>
    <item>
      <title>上周开发的一款 Markdown 编辑器： Markdown Plus</title>
      <description>&lt;p&gt;上周折腾的，以 BSD 协议开源了：&lt;a href="https://github.com/tylingsoft/markdown-plus" rel="nofollow" target="_blank"&gt;https://github.com/tylingsoft/markdown-plus&lt;/a&gt;。欢迎提意见，也欢迎有兴趣的共同参与开发。&lt;/p&gt;

&lt;p&gt;具体介绍我直接拷贝粘贴了：&lt;/p&gt;

&lt;p&gt;&lt;img src="https://github.com/tylingsoft/markdown-plus/raw/master/icon.png" title="" alt="Markdown Plus"&gt;&lt;/p&gt;

&lt;p&gt;Markdown Plus 是一款轻量级 markdown 编辑器。除了支持标准 markdown、GitHub flavored markdown，它还支持任务列表、Emoji 图标。&lt;/p&gt;
&lt;h2 id="主要特性"&gt;主要特性&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;简单，仅有几百行代码&lt;/li&gt;
&lt;li&gt;GitHub flavored markdown&lt;/li&gt;
&lt;li&gt;实时预览&lt;/li&gt;
&lt;li&gt;代码高亮&lt;/li&gt;
&lt;li&gt;任务列表&lt;/li&gt;
&lt;li&gt;Emoji 图标&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src="https://github.com/tylingsoft/markdown-plus/raw/master/screenshot.png" title="" alt="Markdown Plus"&gt;&lt;/p&gt;
&lt;h2 id="为什么又一个 markdown 编辑器？"&gt;为什么又一个 markdown 编辑器？&lt;/h2&gt;
&lt;p&gt;我们曾试过 GitHub 上面的几个 markdown 编辑器，对我们来讲它们不是功能上太简单了就是实现上太复杂了。&lt;/p&gt;

&lt;p&gt;我们把大量的时间花在了寻找、修改、定制其它的 markdown 编辑器上，直到最终我们决定自己写一个。&lt;/p&gt;

&lt;p&gt;我们希望 Markdown Plus 能给那些需要一个既简单又功能完备的 markdown 编辑器的人节省时间。&lt;/p&gt;
&lt;h2 id="安装与运行"&gt;安装与运行&lt;/h2&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone git@github.com:tylingsoft/markdown-plus.git &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;cd &lt;/span&gt;markdown-plus
bower &lt;span class="nb"&gt;install
&lt;/span&gt;open index.html
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="如何在项目中使用"&gt;如何在项目中使用&lt;/h2&gt;
&lt;p&gt;参考&lt;code&gt;index.html&lt;/code&gt;，比葫芦画瓢。&lt;/p&gt;
&lt;h2 id="软件协议"&gt;软件协议&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://opensource.org/licenses/BSD-3-Clause" rel="nofollow" target="_blank" title=""&gt;BSD 协议&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;版权所有 (c) 2015 Tylingsoft&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Mon, 16 Mar 2015 11:00:07 +0800</pubDate>
      <link>https://ruby-china.org/topics/24669</link>
      <guid>https://ruby-china.org/topics/24669</guid>
    </item>
    <item>
      <title>做个调查，大家对窗口管理工具有需求吗？</title>
      <description>&lt;p&gt;详情请见： &lt;a href="https://tylingsoft.com/twm" rel="nofollow" target="_blank"&gt;https://tylingsoft.com/twm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;软件本质上属于&lt;a href="http://en.wikipedia.org/wiki/Tiling_window_manager" rel="nofollow" target="_blank" title=""&gt;tiling window manager&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;它是我最近的一个作品。自从几个月前买了一款 32 寸的 2K 显示器之后，总觉得屏幕太大，窗口太多，管理不过来。我希望有一款软件可以让我更有效地利用屏幕空间，更便捷地管理窗口。于是它就诞生了。可以说这是个&lt;a href="http://en.wikipedia.org/wiki/Eating_your_own_dog_food" rel="nofollow" target="_blank" title=""&gt;dogfooding&lt;/a&gt;的产品。&lt;/p&gt;

&lt;p&gt;为节省大家的时间，我写了几个选项：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;对此类软件没有需求&lt;/li&gt;
&lt;li&gt;对此类软件有需求，已经用了同类其它软件&lt;/li&gt;
&lt;li&gt;对此类软件有需求，但是展示的软件满足不了我的需求&lt;/li&gt;
&lt;li&gt;对此类软件有需求，对展示的软件非常感兴趣&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;大伙可以直接回复数字。当然了，也欢迎发表长篇看法。谢谢合作，不胜感激！&lt;/p&gt;

&lt;p&gt;备注：此软件有 Mac 版本，在交互上相比 Windows 版本有一点差距，目前还在不断完善打磨当中。&lt;/p&gt;

&lt;p&gt;附我的工作区大图一张：&lt;/p&gt;

&lt;p&gt;&lt;img src="https://tylingsoft.com/assets/twm/screenshot1-e02bec83cebd689c79aa04b440cae075.png" title="" alt="Tyling Window Manager"&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Thu, 05 Feb 2015 23:29:43 +0800</pubDate>
      <link>https://ruby-china.org/topics/24140</link>
      <guid>https://ruby-china.org/topics/24140</guid>
    </item>
    <item>
      <title>业余瞎搞一编辑器</title>
      <description>&lt;p&gt;&lt;a href="https://github.com/NeoEditor/NeoEditor" rel="nofollow" target="_blank" title=""&gt;NeoEditor&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/2014/ee2ae557d413946cc677d69c75f53f23.png" title="" alt="NeoEditor"&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Sat, 22 Mar 2014 20:43:39 +0800</pubDate>
      <link>https://ruby-china.org/topics/18098</link>
      <guid>https://ruby-china.org/topics/18098</guid>
    </item>
    <item>
      <title>Slim Text 支持 Ctrl-M 预览 Markdown</title>
      <description>&lt;h2 id="Slim Text 新版本发布, 有一项非常实用的功能: Ctrl-M 预览 Markdown"&gt;
&lt;a href="http://slimtext.org" rel="nofollow" target="_blank" title=""&gt;Slim Text&lt;/a&gt; 新版本发布，有一项非常实用的功能：Ctrl-M 预览 Markdown&lt;/h2&gt;
&lt;p&gt;~&lt;br&gt;
Markdown 编辑页面：&lt;br&gt;
&lt;img src="//l.ruby-china.com/photo/15215db585fd72660bc991624dc1b2ed.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;~&lt;br&gt;
&lt;strong&gt;Ctrl-M&lt;/strong&gt;跳转到预览页面：&lt;br&gt;
&lt;img src="//l.ruby-china.com/photo/9087a8e0e38667e8933baeb505099f96.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;~&lt;br&gt;
此外，"移除行末空白" 和 "确保文件末空白行" 非常适合我这种对代码有洁癖的人。&lt;br&gt;
&lt;img src="//l.ruby-china.com/photo/d3e73f44cc42731251eb38aa32a37acd.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Sun, 19 May 2013 09:31:47 +0800</pubDate>
      <link>https://ruby-china.org/topics/11089</link>
      <guid>https://ruby-china.org/topics/11089</guid>
    </item>
    <item>
      <title>Slim Text 正式开源, 附开发者教程</title>
      <description>&lt;p&gt;Slim Text 于近日正式开源。Slim Text 是一款运行在浏览器中的轻量级文本编辑器：&lt;/p&gt;

&lt;p&gt;&lt;img src="http://slimtext.org/images/windows.png" title="" alt="Slim Text"&gt;&lt;/p&gt;

&lt;p&gt;官网：&lt;a href="http://slimtext.org/" rel="nofollow" target="_blank"&gt;http://slimtext.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/tylerlong/slim_text" rel="nofollow" target="_blank"&gt;https://github.com/tylerlong/slim_text&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;开发者教程：&lt;a href="https://github.com/tylerlong/slim_text/issues/3" rel="nofollow" target="_blank"&gt;https://github.com/tylerlong/slim_text/issues/3&lt;/a&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Sun, 12 May 2013 14:57:14 +0800</pubDate>
      <link>https://ruby-china.org/topics/10914</link>
      <guid>https://ruby-china.org/topics/10914</guid>
    </item>
    <item>
      <title>[远程] 美国创业公司 Rails 前端开发</title>
      <description>&lt;p&gt;&lt;strong&gt;中文部分是我翻译的，不精准，有错误，请以英文为最终参考！&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;美国创业公司，早期阶段，开发网上购物社交方面的产品。我们的想法非常大，前景非常好...省略若干字&lt;/p&gt;

&lt;p&gt;我们异步工作，耗费大量的精力寻找合适的人才。我们不在乎你人在哪里，团队成员来自世界各地。公司总部在美丽的美国迈阿密。公司现金充足。&lt;/p&gt;

&lt;p&gt;对你的要求：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;非常善于根据产品设计图片来创建网页界面。有相关的 rails 经验。&lt;/li&gt;
&lt;li&gt;专家级的 HTML/CSS/JS 技能&lt;/li&gt;
&lt;li&gt;熟悉 Rails, 能够独立搭建开发环境&lt;/li&gt;
&lt;li&gt;比起你的工作年限，我们更加看重你做过什么&lt;/li&gt;
&lt;li&gt;英语书面和口头表达熟练&lt;/li&gt;
&lt;li&gt;能够独立完成任务，能帮助团队其他成员&lt;/li&gt;
&lt;li&gt;熟练使用 git, git branches, github&lt;/li&gt;
&lt;li&gt;TDD, MVC, Postgresql 经验有加分&lt;/li&gt;
&lt;li&gt;Coffeescript, SASS/SCSS经验有加分&lt;/li&gt;
&lt;li&gt;jquery_ujs, backbone, angularjs 等等框架的经验有加分&lt;/li&gt;
&lt;li&gt;对构建全球性的产品有热情&lt;/li&gt;
&lt;li&gt;能够出差到美国去跟美国团队会面&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;你得到的好处：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;两级薪资制度。如果你出差到美国工作，会给额外的薪水&lt;/li&gt;
&lt;li&gt;多文化工作环境。能够和世界各地的人一起工作&lt;/li&gt;
&lt;li&gt;有吸引力的股票期权&lt;/li&gt;
&lt;li&gt;敏捷的团队，更快完成任务&lt;/li&gt;
&lt;li&gt;你自己决定工作时间，工作计划，和工作地点&lt;/li&gt;
&lt;li&gt;在定期团队会面的时候，可以到世界各地旅游&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;我们正在做的事情非常重要，将来会有庞大的用户群每天使用。如果你感兴趣，请在这里申请： &lt;a href="http://c.vielma.com/0A0Q2X171j1n" rel="nofollow" target="_blank"&gt;http://c.vielma.com/0A0Q2X171j1n&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;备注：请提供 github 帐号及相关作品&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;=======================================&lt;/strong&gt;
&lt;strong&gt;原始英文描述如下：&lt;/strong&gt;
&lt;strong&gt;=======================================&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ruby on Rails Front-end engineer for US-based Start Up&lt;/p&gt;

&lt;p&gt;About Us:&lt;/p&gt;

&lt;p&gt;We are a young start-up company building an innovative shopping-centric community &amp;amp; comparison tool for consumers. Our product will help millions of users around the world find, discover, and share information about products in a very unique way. Some of the challenges are highly algorithmic, such as coming up with ways to crawl, organize, and categorize the information effectively so that users can efficiently find what they need; others are very technical, such as working to make a web application that is complex while still being very fast; and many of the challenges are in product design, such as figuring out a way to set up and grow a healthy community and constructing intuitive interfaces for users. &lt;/p&gt;

&lt;p&gt;We work asynchronously and spend considerable time and energy in finding the best people no matter where they are in the world. We have a very diverse and international team. Our company is based in beautiful Miami, FL and is well funded.&lt;/p&gt;

&lt;p&gt;About You:
•    Must be extremely good at implementing markup, have experience  with front-end design, specifically coding psd mock-ups for a Rails application.
•    Expert-level HTML/CSS/JS skills. 
•    Familiar with Ruby on Rails. You should be able to setup a development environment on your local machine by yourself.
•    The number of years of professional experience you have isn't as important to us as what you have actually done
•    Proficient in written and conversational English
•    Can get things done without supervision, and can help others meet deadlines.
•    Familiar with git, git branches and github
•    TDD, MVC, Postgresql knowledge is a plus
•    Coffeescript knowledge is a bonus, SASS/SCSS knowledge is a plus
•    Jquery_ujs, backbone, angularJs or any other frontend framework knowledge is a plus
•    You are passionate about building products for a global audience
•    Flexible to travel to meet with our U.S team in Miami if needed&lt;/p&gt;

&lt;p&gt;Benefits:
•    Two-tiered salary structure that includes additional compensation if working outside of your country at our main office in the United States
•    Multi-cultural work environment, work and meet people from around the world.
•    Attractive Stock Options packages
•    Agile team. Get things done faster
•    Work on your own time, and your desired schedule, from your desired location
•    Travel around the world for our occasional meet ups&lt;/p&gt;

&lt;p&gt;We think we are working on something that is very important and that lots of people will use every day. If you're interested, Apply here: &lt;a href="http://c.vielma.com/0A0Q2X171j1n" rel="nofollow" target="_blank"&gt;http://c.vielma.com/0A0Q2X171j1n&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Note: 
Please send us your GitHub account and/or coding samples&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Mon, 29 Apr 2013 10:07:07 +0800</pubDate>
      <link>https://ruby-china.org/topics/10607</link>
      <guid>https://ruby-china.org/topics/10607</guid>
    </item>
    <item>
      <title>[远程] Senior Ruby on Rails Developer for US-based Start Up</title>
      <description>&lt;p&gt;下面这个招聘贴 &lt;a href="/inSeek" class="user-mention" title="@inSeek"&gt;&lt;i&gt;@&lt;/i&gt;inSeek&lt;/a&gt; 经发过两次了。大家反应不强烈，应聘的人不是很多。&lt;/p&gt;

&lt;p&gt;我已经入伙了。我觉得是比较靠谱的。氛围比较宽松，每个人都有发言权和决策权。可以按照自己的想法去做产品。远程上班，不需要去办公室。没有时间表，不需要打卡或签到。自己监督自己，没有人给你任何硬性的规定。按月发工资 (薪资有竞争力), 有股票期权。&lt;/p&gt;

&lt;p&gt;推荐有相关技能的朋友投简历应聘！&lt;/p&gt;

&lt;p&gt;About Us:&lt;/p&gt;

&lt;p&gt;We are a young start-up company building an innovative shopping-centric community &amp;amp; comparison tool for consumers. Our product will help millions of users around the world find, discover, and share information about products in a very unique way. Some of the challenges are highly algorithmic, such as coming up with ways to crawl, organize, and categorize the information effectively so that users can efficiently find what they need; others are very technical, such as working to make a web application that is complex while still being very fast; and many of the challenges are in product design, such as figuring out a way to set up and grow a healthy community and constructing intuitive interfaces for users. &lt;/p&gt;

&lt;p&gt;We work asynchronously and spend considerable time and energy in finding the best people no matter where they are in the world. We have a very diverse and international team. Our company is based in beautiful Miami, FL and is well funded.&lt;/p&gt;

&lt;p&gt;We are committed to building a cutting-edge technology company that develops software the right way and is a place where engineers love to work. Our architecture is rooted in Ruby/Rails, with healthy doses of Javascript (jquery, node.js) We use Amazon Web Services like EC2, and S3. We want to build a fantastically strong engineering team and every engineers that joins us should set the tone for that.&lt;/p&gt;

&lt;p&gt;About You:
•    B.S., M.S., or Ph.D. in Computer Science or equivalent
•    The number of years of professional experience you have isn't as important to us as what you have actually done
•    Proficient in written and conversational English
•    You should be ready to make this startup the primary focus of your life
•    You are passionate about building products for a global audience
•    Flexible to travel to meet with our U.S team in Miami if needed
•    Operate as a member of our agile development team
•    Work independently in a sort of Open Source mentality
•    Pair program with other top notch rails engineers, developing across the full stack of functionality from database to front end
•    Build full stack automation tests to ensure that the shipped product is as solid and reliable.
•    Rails Ecosystem (Grails, Groovy, Scala, Erlang—nice to have)
•    Familiarity with cloud based deployments
•    Database experience
•    Experience with Search engine technologies a plus&lt;/p&gt;

&lt;p&gt;In the short run, the most important thing is to release our next version of the product, and so it is critical that you can immediately make big contributions to our complex web-based application. In addition to working with us in writing the software, the ideal candidate should be proficient outside the technical realm--making good product decisions, providing our design team with ideas in designing user interfaces that are both pretty and functional, being an effective marketer and recruiter of other team members, and being capable of handling anything else that comes up. Your role on this company will be more of a "co-founder role" and not a simple Engineering role, so you should also be fearless and broad inside the technical realm.&lt;/p&gt;

&lt;p&gt;You will be required to make good decisions about important things without much oversight. You should be comfortable with autonomy and ownership of large areas of product and infrastructure. It's a plus if you have worked on projects in your spare time, such as programming games in middle school or high school. An ideal candidate will have the potential to grow into a strong leadership role over time--in either a technical or management capacity (i.e. eventually a V.P of Engineering or Equivalent.)&lt;/p&gt;

&lt;p&gt;Benefits:
•    Two-tiered salary structure that includes additional compensation if working outside of your country at our meet-ups or main office
•    Multi-cultural work environment, work and meet people from around the world.
•    Attractive Stock Options packages
•    Agile team. Get things done faster
•    Work on your own time, and your desired schedule, from your desired location
•    Travel around the world for our occasional meet ups&lt;/p&gt;

&lt;p&gt;We think we are working on something that is very important and that lots of people will use every day. If you're interested, Apply here: &lt;a href="http://c.vielma.com/0A0Q2X171j1n" rel="nofollow" target="_blank"&gt;http://c.vielma.com/0A0Q2X171j1n&lt;/a&gt; &lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Sat, 13 Apr 2013 00:08:04 +0800</pubDate>
      <link>https://ruby-china.org/topics/10145</link>
      <guid>https://ruby-china.org/topics/10145</guid>
    </item>
    <item>
      <title>Slim Text 浏览器中的文本编辑器</title>
      <description>&lt;p&gt;官网：&lt;a href="http://slimtext.org/" rel="nofollow" target="_blank"&gt;http://slimtext.org/&lt;/a&gt; , 最新版本号为 0.0.9&lt;/p&gt;

&lt;p&gt;可通过 Chrome Web Store 安装：&lt;a href="https://chrome.google.com/webstore/detail/slim-text/efgpjeojnoblodlofkhmhgghdfadmeoc" rel="nofollow" target="_blank"&gt;https://chrome.google.com/webstore/detail/slim-text/efgpjeojnoblodlofkhmhgghdfadmeoc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;如果 Chrome Web Store 由于 GFW 的原因无法安装成功，官网也提供了手动安装的指南。&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;strong&gt;优点与特点：&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;运行在浏览器中，不需要单独开一个编辑器&lt;/li&gt;
&lt;li&gt;不依赖于浏览器以外的任何程序或者软件包，不需要在本地开启 server 进程&lt;/li&gt;
&lt;li&gt;完全运行在本地，不需要访问网络&lt;/li&gt;
&lt;li&gt;支持六十几种编程语言和文件格式的语法高亮&lt;/li&gt;
&lt;li&gt;支持 29 种外观风格&lt;/li&gt;
&lt;li&gt;轻量级，速度快，界面简洁&lt;/li&gt;
&lt;li&gt;跨平台，支持 Window, Linux, Mac OS X 三种主流操作系统&lt;/li&gt;
&lt;li&gt;支持 Vim 和 Emacs 键盘绑定&lt;/li&gt;
&lt;li&gt;有中文版，对中文支持良好&lt;/li&gt;
&lt;/ol&gt;

&lt;hr&gt;

&lt;p&gt;&lt;strong&gt;0.0.9 版发布，更新内容有：&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;新增对 TinyMUSH 和 Velocity 文件格式的支持&lt;/li&gt;
&lt;li&gt;新增外观风格 Terminal&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;代码正式开源：&lt;a href="https://github.com/tylerlong/slim_text" rel="nofollow" target="_blank"&gt;https://github.com/tylerlong/slim_text&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;撰写了中文和英文版的开发者教程&lt;/li&gt;
&lt;li&gt;可移除行末空白，可选自动移除或手动移除&lt;/li&gt;
&lt;/ol&gt;

&lt;hr&gt;

&lt;p&gt;&lt;img src="http://slimtext.org/images/windows.png" title="" alt="for Windows"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="http://slimtext.org/images/linux.png" title="" alt="for Linux"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="http://slimtext.org/images/mac.png" title="" alt="for Mac OS X"&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Mon, 04 Mar 2013 00:08:32 +0800</pubDate>
      <link>https://ruby-china.org/topics/9101</link>
      <guid>https://ruby-china.org/topics/9101</guid>
    </item>
    <item>
      <title>完全运行在浏览器中的编辑器, 会不会有人想尝试?</title>
      <description>&lt;p&gt;RT, 如果有一款完全运行在浏览器中的编辑器软件，会不会有人感兴趣想尝试？&lt;/p&gt;

&lt;p&gt;本想仔细把软件的特点长篇大论阐述一番，但由于目前只有一个简单的雏形，就全部省略为一句话了：&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;一款运行在浏览器中的编辑器软件，提供了 Sublime Text 所提供的功能中最基础的那 50%&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;没图我干说个啥呀：&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/a867507a95effcbfe33c8caaec4c6eb3.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Sun, 24 Feb 2013 22:34:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/8898</link>
      <guid>https://ruby-china.org/topics/8898</guid>
    </item>
    <item>
      <title>github 搜索功能不够用</title>
      <description>&lt;p&gt;&lt;strong&gt;edit：github 最新有改版，已经支持了我下面描述的需求&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;比如想把搜索 repo 结果按照关注人数，或者 fork 数，或者最后提交时间倒排序，就做不到。貌似没办法选择排序方式。&lt;/p&gt;

&lt;p&gt;前几天，想把 github 上关注人数超过 2000 的项目挨个看一遍，也好大体了解都有哪些东西是比较流行的。发现没办法得到＂关注人数大于 2000＂的项目列表。
我找到了一个页面，可以查看最流行的几十个项目，但数量远远不够，我想看的是最流行的几百个项目。&lt;/p&gt;

&lt;p&gt;后来又研究了很久，发现按照不同的语言分类，是可以查看几乎所有的流行项目的，比如关注人数最多的 100 个 ruby 项目。也不是很满意，我更想要那种所有语言混在一起的排名。其次，也不能按照 fork 数和最后提交时间排序。&lt;/p&gt;

&lt;p&gt;不知道大家有没有更好地搜索或者浏览 github 流行项目的办法？ &lt;/p&gt;

&lt;p&gt;若确实没有，那么做一个网站，专门做 repo 的搜索如何？会不会有人觉得有价值？技术上难度不大，因为 github 有 api，数据可免费获得。代价也很低，一台 linode 就差不多了。&lt;/p&gt;

&lt;p&gt;虽然发在创业板块，但我不认为这是个靠谱的创业项目，因为没有赢利点。全当业余练手，东西做出来为自己服务也为人民服务。有感兴趣的，可以回复下。&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Sun, 27 Jan 2013 23:54:47 +0800</pubDate>
      <link>https://ruby-china.org/topics/8416</link>
      <guid>https://ruby-china.org/topics/8416</guid>
    </item>
    <item>
      <title>继 抢票助手 之后, 查票助手 发布了!</title>
      <description>&lt;h2 id="查票助手简介:"&gt;查票助手简介：&lt;/h2&gt;
&lt;p&gt;查票助手是针对网上买火车票的用户的一款浏览器插件，它可以大幅缩短用户查票的时间，提高购票成功率。&lt;/p&gt;

&lt;p&gt;详情见这里：&lt;a href="http://note.youdao.com/share/?id=a9bcb16b6adde5146bd5d6b480c153fa&amp;amp;type=note" rel="nofollow" target="_blank"&gt;http://note.youdao.com/share/?id=a9bcb16b6adde5146bd5d6b480c153fa&amp;amp;type=note&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="截图"&gt;截图&lt;/h2&gt;
&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/49107df64c46fa1de540b5e1366a98e5.png" title="" alt=""&gt;&lt;/p&gt;</description>
      <author>tylerlong</author>
      <pubDate>Fri, 25 Jan 2013 15:13:11 +0800</pubDate>
      <link>https://ruby-china.org/topics/8362</link>
      <guid>https://ruby-china.org/topics/8362</guid>
    </item>
  </channel>
</rss>
