Skip to content

jamiesun/SublimeTalkincode

Repository files navigation

SublimeTalkincode

Sublime Text 2 plugin for share source code and publish topic to Talkincode

Install

Through Package Control

Command Palette > Package Control: Install Package > SublimeTalkincode

or clone this repository in

  • Windows: %APPDATA%/Roaming/Sublime Text 2/Packages/
  • OSX: ~/Library/Application Support/Sublime Text 2/Packages/
  • Linux: ~/.Sublime Text 2/Packages/
  • Portable Installation: Sublime Text 2/Data/

Usage

Command Palette > Talkincode.org: ...

Context menu > Talkincode.org

Features

Register new user: join talkincode.org,You will receive a authkey

Post current code: share current source code to talkincode.org

Post new topic: Publish a topic and post to talkincode.org

Update current topic:Update currnt topic

Comment current topic:Comment on the topic you open

Search code:Search talkincode.org code

Fetch my code:Fetch my code

Search topic:Search talkincode.org topic

Fetch my topic:Fetch my topic


submineTalkincode 是一个Sublime Text 2 的插件,通过这个插件可以直接在sublime text 2 中分享代码和讨论话题

安装

通过 Package Control

Command Palette > Package Control: Install Package > SublimeTalkincode

或者直接在插件目录克隆这个仓库

  • Windows: %APPDATA%/Roaming/Sublime Text 2/Packages/
  • OSX: ~/Library/Application Support/Sublime Text 2/Packages/
  • Linux: ~/.Sublime Text 2/Packages/
  • Portable Installation: Sublime Text 2/Data/

如何使用

  • Tools > Command Palette > Talkincode.org: ...

  • 在编辑器上下文(鼠标右键)菜单中通过Talkincode.org项

  • 大部分功能都有快捷键,在菜单 preferences > Package Settings > Sublime Talkincode 你可以找到, 你也可以设置自己习惯的快捷键。

功能特性

Register new user: 注册成为talkincode.org的成员,你将获得一个authkey,在发布内容时它用来认证身份

Search code:搜索talkincode.org的代码,输入关键字,查询请求会发送到talkincode.org,然后返回一个结果列表,你可以查看你感兴趣的代码。

Fetch my code:获取自己的代码列表

Search topic:和搜索代码一样,你可以搜索你感兴趣的话题,打开一个话题,你还可以对他进行评论。

Fetch my topic:获取自己发布的主题

Post current code: 将你当前视图中的代码分享到talkincode.org,你可以加入标签,通过包含(单独一行)“@tags:...”,你可以把这些内容放在注释你而不影响代码的运行。比如:

# @tags:python,helloword
print 'hello world'

Post new topic: 发布一个讨论话题到talkincode.org,在talkincode.org中你可以讨论各种关于编程的话题,直接在很酷的sublime text 2编辑器中讨论,这看起来更酷了。

Update current topic:修改当前打开的主题

Comment current topic:对当前打开的话题进行评论

About

Sublime Text 2 plugin for share source code and publish topic to Talkincode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages