summaryrefslogtreecommitdiff
path: root/src/mfm/language.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-021-191/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* refactor: Use path aliassyuilo2021-03-231-2/+2
|
* アスタリスク3つでのtadaアニメーションを復活syuilo2020-11-081-0/+6
|
* Improve MFMsyuilo2020-11-071-36/+25
| | | | | MFMの構文を調整 + 新しいアニメーション追加 Resolve #6816
* Add new MFM animation syntaxsyuilo2020-11-021-0/+2
|
* Add new MFM animationsyuilo2020-11-021-0/+2
|
* refactor: Use ===syuilo2020-04-041-2/+2
|
* Refactor removal of trailing comma/period (#5434)Aya Morisawa2019-09-271-4/+1
| | | | | | * Refactor removal of trailing comma/period * Use regex
* Use stringz.length instead of String.length in hashtag length calculation ↵Acid Chicken (硫酸鶏)2019-09-221-1/+1
| | | | | | | | (#5443) * Use stringz.length instead of String.length * length to 128, ignore combining
* Fix: Keycap Number Sign が表示できない (#5431)MeiMei2019-09-151-0/+1
| | | | | | * Fix: Keycap Number Sign が表示できない * add U+20E3
* Fix MFM parsing: Ignore parent [] of URLsyuilo2019-07-021-2/+2
|
* Fix code stylesyuilo2019-06-191-2/+4
|
* Fix MFM URL parsingsyuilo2019-06-171-2/+4
|
* Fix MFM strike parsingsyuilo2019-06-161-1/+1
|
* Fix MFM italic parsingsyuilo2019-06-161-1/+1
|
* 様々な修正 (#4859)Satsuki Yanagi2019-05-051-2/+2
| | | Typo, Redundant code, Syntax error の修正
* [MFM] Better hashtag parsingsyuilo2019-04-181-1/+1
|
* Custom reaction (#4517)MeiMei2019-03-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Custom reaction * increase limit of reactions/delete * リアクションの場合は OS標準の絵文字を使用 を迂回する * カスタムリアクションを無効にする設定 * fix * disableCustomReaction --> enableEmojiReaction * Avoid MFM rendering * :art: * :art: * Auto accept * custom emoji reaction * Improve usability * Extract emojiRegex * Fix * Clean up * :art: * :art: * toDbReaction で reaction は必須に あとフォールバックは like に * Clean up * Make required * https://github.com/syuilo/misskey/pull/4517/commits/3eb08748feeaab9ee5c5b505c870f97d7edbeb0d#r266241728 * Refactor * Allow null
* Add angle bracket covered url syntax to mfm (#4483)Acid Chicken (硫酸鶏)2019-03-141-4/+11
| | | | | | | | | | * Add angle bracket covered url syntax to mfm * Fix path * Fix match * Fix index
* [MFM] Improve hashtag parsingsyuilo2019-03-051-1/+1
|
* [MFM] Better hashtag parsing: Ignore slashsyuilo2019-02-061-1/+1
|
* Revert b515cc90e9070465d9ba1f2e40d7af184fff5491syuilo2019-01-311-3/+3
|
* [MFM] Better syntax parsingsyuilo2019-01-311-3/+3
| | | | Allow nesting by same tag
* [MFM] Make some syntax blocksyuilo2019-01-311-5/+5
| | | | Resolve #3508
* Simplify MFM (#4046)Aya Morisawa2019-01-311-362/+131
|
* Rename parser to languageAya Morisawa2019-01-301-0/+415