-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(frontend): 投稿ウインドウにMFM要素を追加するボタンの追加 #12788
feat(frontend): 投稿ウインドウにMFM要素を追加するボタンの追加 #12788
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #12788 +/- ##
===========================================
- Coverage 81.91% 81.80% -0.12%
===========================================
Files 180 181 +1
Lines 27526 27599 +73
Branches 511 511
===========================================
+ Hits 22549 22577 +28
- Misses 4977 5022 +45 ☔ View full report in Codecov by Sentry. |
MFMによる装飾は隠し機能的な感じだから当該ボタンの表示はオプトインで良い気がするわね |
(デフォルトでは動きのあるMFMの表示はオフになってるし) |
了解です!デフォルトは非表示にして、設定に本機能の表示/非表示の設定を設けてみます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mfm-function-pickerとかの方が良さそう
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a7026ee で function
を mfm function
に統一しました
8eb3f6a で4スペースのインデントになっている個所を1タブに変更しました🙇♂️ |
👍🏻 |
* functionPicker の追加 * Update CHANGELOG.md * fix lint errors * Add addMfmFunction * add enableQuickAddMfmFunction setting * Update CHANGELOG.md issue 番号を追加 * Update index.d.ts * change 'functionPicker' to 'mfmFunctionPicker' * Change indent from 4 space to 1 tab --------- Co-authored-by: syuilo <[email protected]>
* functionPicker の追加 * Update CHANGELOG.md * fix lint errors * Add addMfmFunction * add enableQuickAddMfmFunction setting * Update CHANGELOG.md issue 番号を追加 * Update index.d.ts * change 'functionPicker' to 'mfmFunctionPicker' * Change indent from 4 space to 1 tab --------- Co-authored-by: syuilo <[email protected]>
What
投稿ウインドウにMFM要素を追加するボタンを追加して、カーソルの位置にMFM要素を追加できるようにします。
加えて、選択範囲を指定しているときにMFM要素を追加すると選択範囲を囲むようにMFM要素が追加されるようにします。
Why
#12787
Additional info (optional)
$[Fn ]
が追加されること$[Fn :hoge:]
と補完されることChecklist