Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoichi-u committed Nov 27, 2017
1 parent e863f42 commit f31ed1d
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
# 概要
# Summary

チャットワークの機能拡張です
Google Chrome Extention for Chatwork

# 導入
# Getting Started

Chrome ウェブストアに登録してあるのでご自身のブラウザに登録してください
https://chrome.google.com/webstore/detail/chatworkhelper/ddejlbfddlhkoaomiocpbjmpnjkbcnkj

# 機能一覧
# Feature

行の先頭で以下のショートカットを打つことで利用可能です。
Wikiにキャプチャを交え使い方を記述しています
https://github.com/ryoichi-u/chatwork_helper/wiki/1.0-%E4%BD%BF%E3%81%84%E6%96%B9
- [All Feature](https://github.com/ryoichi-u/chatwork_helper/wiki/en_1.0-All-features)
- [日本語版 全機能一覧](https://github.com/ryoichi-u/chatwork_helper/wiki/ja_1.0-%E6%A9%9F%E8%83%BD%E4%B8%80%E8%A6%A7)

## Attaching `all read button` on top of room list
すべて既読ボタンがルーム一覧の上部に追加されます

| Conventional UI | Beta UI |
| --- | --- |
| [![https://gyazo.com/00a2ffc8f37d595ec2899275c40588cf](https://i.gyazo.com/00a2ffc8f37d595ec2899275c40588cf.gif)](https://gyazo.com/00a2ffc8f37d595ec2899275c40588cf) | [![https://gyazo.com/5925496f52e6e8a79fc13157d0252af2](https://i.gyazo.com/5925496f52e6e8a79fc13157d0252af2.gif)](https://gyazo.com/5925496f52e6e8a79fc13157d0252af2) |


## Type shortcut key at beginning of line
以下のコマンドを段落の先頭で打つと様々な機能が利用できます

function | shortcut key | comment
--- | --- | ---
to all member as short tab | `@@ + enter` | http://goo.gl/ypKUnv
open toList | `:to + enter` |
output tab easy (ex. [info][/info]) | `:info + enter` | can use :info, :code and :title
jump to search | `:f + enter`
move message to task | `:task + enter`
open fileUpload | `:file + enter`
only show message to you | `:me + enter` | http://goo.gl/tdJJhd
only show message from you | `:mine + enter`
show all message | `:all + enter`

内容 | ショートカット | 備考
--- | --- | ---
Expand All @@ -27,6 +49,7 @@ https://github.com/ryoichi-u/chatwork_helper/wiki/1.0-%E4%BD%BF%E3%81%84%E6%96%B
隠したメッセージを戻す | `:all + enter`


# 開発について
# How to Development

https://github.com/ryoichi-u/chatwork_helper/wiki/2.0-%E9%96%8B%E7%99%BA%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6
- [English](https://github.com/ryoichi-u/chatwork_helper/wiki/en_2.0-How-to-development)
- [日本語版](https://github.com/ryoichi-u/chatwork_helper/wiki/js_2.0-%E9%96%8B%E7%99%BA%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)

0 comments on commit f31ed1d

Please sign in to comment.