Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/small-tou/htmljs-publish-atom
一个atom编辑器的插件,直接把markdown文件发送到前端乱炖(www.html-js.com)网站的专栏。
https://github.com/small-tou/htmljs-publish-atom
Last synced: 7 days ago
JSON representation
一个atom编辑器的插件,直接把markdown文件发送到前端乱炖(www.html-js.com)网站的专栏。
- Host: GitHub
- URL: https://github.com/small-tou/htmljs-publish-atom
- Owner: small-tou
- License: mit
- Created: 2014-03-25T09:57:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T17:17:28.000Z (over 10 years ago)
- Last Synced: 2024-04-15T02:48:53.024Z (7 months ago)
- Language: CoffeeScript
- Size: 142 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
htmljs-publish-atom
=========
直接将markdown文件发送到前端乱炖的专栏> 不要把无关的内容发送到前端乱炖,否则采取封号处理。
###使用步骤
首先安装此插件。然后:
1.在乱炖注册账号,然后访问这个链接来获取自己的appid:http://www.html-js.com/user/getappid
会看到如下的返回:
```
{
"user_id": 1,
"app_id": "e46375c2***51f2b0d3a"
}
```
2.将以上信息填入Atom的配置文件中,具体在Atom-》open your config。打开之后添加以下三个参数:
```
'htmljs-userID': '1' #user_id
'htmljs-appID': 'e463*******' #app_id,不要泄露给任何人,保密
'htmljs-columnID': '1' #要自动发送到的专栏的id
```
3.之后打开一个markdown文件,右击,选择发送到前端乱炖即可###其他
发出的文章默认以第一行的内容做标题。