KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
slack-plugins
★ 11
Open GitHub ↗
Slack使いやすくするためのUserScript
Download README (.md)
Explore Similar Repositories
Community
:
In this repository you will find samples and application provided by the community
rosey
:
Data science utilities for statistics and machine learning
keras-tutorial
:
3-hour tutorial on building deep learning models with Keras.
TonnerreSearch
:
A necessary component for building your own Spotlight on macOS with Swift
CastAi
:
Body Measurement Using Tensorflow
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
slack-plugins
?
Download (.md)
# slack-plugins Slack使いやすくするためのUserScript [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=ja)とかで使えばいいんではなかろうか インストール後に下記のリンク踏めば使えるようになると思います☺️ - [mentionをChatWork風にハイライト表示する](#mentionをchatwork風にハイライト表示する) - [ChatWork風に返信する](#chatwork風に返信する) - [SlackのProxyを通して表示できない画像を直接インライン展開する](#slackのproxyを通して表示できない画像を直接インライン展開する) - [打鍵中のステータスを表示させない](#打鍵中のステータスを表示させない) - [チャンネル内検索をやりやすくする](#チャンネル内検索をやりやすくする) - [サイドバーの幅を調節できるようにする](#サイドバーの幅を調節できるようにする) #### 上記をまとめた版 https://wamei.github.io/slack-plugins/loaders/plugins.user.js #### オプション - [[fluid] Dockアイコンに未読数の表示](#fluid-dockアイコンに未読数の表示) - [メッセージの文字サイズだけを調整する](#メッセージの文字サイズだけを調整する) ## mentionをChatWork風にハイライト表示する https://wamei.github.io/slack-plugins/loaders/mention.user.js  ## ChatWork風に返信する https://wamei.github.io/slack-plugins/loaders/reply.user.js - 返信ボタン mentionを挿入します 範囲選択しながら押すと引用も挿入されます - 引用ボタン メッセージの引用を挿入します 範囲選択しながら押すと該当部分のみを引用します  ## SlackのProxyを通して表示できない画像を直接インライン展開する https://wamei.github.io/slack-plugins/loaders/inline-image.user.js  #### クリックすればモーダル表示されます  ## 打鍵中のステータスを表示させない https://wamei.github.io/slack-plugins/loaders/suspend-typing-status.user.js 標準オプションのものとは違って他人に自分の打鍵中ステータスが表示されなくなる ## チャンネル内検索をやりやすくする https://wamei.github.io/slack-plugins/loaders/search-in-channel.user.js ボタンを押すとin:~が自動入力される  ## サイドバーの幅を調節できるようにする https://wamei.github.io/slack-plugins/loaders/resize-sidebar.user.js サイドバーの幅がアルファベットでの最大文字数を元に調整されているので日本語だと表示しきれずに「...」になっていたので # オプション ## [fluid] Dockアイコンに未読数の表示 https://wamei.github.io/slack-plugins/loaders/fluid-badge.user.js ## メッセージの文字サイズだけを調整する https://wamei.github.io/slack-plugins/loaders/message-font-size.user.js  - ``alt`` + ``+``: 文字の拡大 - ``alt`` + ``-``: 文字の縮小