-
Notifications
You must be signed in to change notification settings - Fork 1
ハッシュタグ
Tatsuya Koishi edited this page Mar 3, 2021
·
12 revisions
- 投稿にハッシュタグを加えるときに、タグ文字列の配列を指定。
- タグ文字列は、先頭の
#
を除いた形で登録する。 - この文字列中にあるタグに含められない文字は
_
に置換される。 - LineShriekerでは、この設定は無視される。
- モロヘイヤにタグ付けを行わせる場合に
true
を指定。デフォルトはfalse
。
-
/sources/*/dest/mulukhiya/tagging/enable
をtrue
にした場合に、利用するモロヘイヤのURLを指定。
sources:
- source:
text: |
朝が連れて来た風は
昨日まで異国を
schedule:
at: '2020/5/18 18:00'
dest:
tags:
- tag1
- 'tag 2'
hooks:
- https://mstdn.example.com/mulukhiya/webhook/xxxxx
- https://discordapp.com/api/webhooks/xxxxx/xxxxx/slack
mulukhiya:
url: https://mstdn.example.com/
tagging:
enable: true