| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use mfm-js for MFM parsing (#7415) | syuilo | 2021-04-02 | 1 | -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 alias | syuilo | 2021-03-23 | 1 | -2/+2 |
| | | |||||
| * | アスタリスク3つでのtadaアニメーションを復活 | syuilo | 2020-11-08 | 1 | -0/+6 |
| | | |||||
| * | Improve MFM | syuilo | 2020-11-07 | 1 | -36/+25 |
| | | | | | | MFMの構文を調整 + 新しいアニメーション追加 Resolve #6816 | ||||
| * | Add new MFM animation syntax | syuilo | 2020-11-02 | 1 | -0/+2 |
| | | |||||
| * | Add new MFM animation | syuilo | 2020-11-02 | 1 | -0/+2 |
| | | |||||
| * | refactor: Use === | syuilo | 2020-04-04 | 1 | -2/+2 |
| | | |||||
| * | Refactor removal of trailing comma/period (#5434) | Aya Morisawa | 2019-09-27 | 1 | -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-22 | 1 | -1/+1 |
| | | | | | | | | | (#5443) * Use stringz.length instead of String.length * length to 128, ignore combining | ||||
| * | Fix: Keycap Number Sign が表示できない (#5431) | MeiMei | 2019-09-15 | 1 | -0/+1 |
| | | | | | | | * Fix: Keycap Number Sign が表示できない * add U+20E3 | ||||
| * | Fix MFM parsing: Ignore parent [] of URL | syuilo | 2019-07-02 | 1 | -2/+2 |
| | | |||||
| * | Fix code style | syuilo | 2019-06-19 | 1 | -2/+4 |
| | | |||||
| * | Fix MFM URL parsing | syuilo | 2019-06-17 | 1 | -2/+4 |
| | | |||||
| * | Fix MFM strike parsing | syuilo | 2019-06-16 | 1 | -1/+1 |
| | | |||||
| * | Fix MFM italic parsing | syuilo | 2019-06-16 | 1 | -1/+1 |
| | | |||||
| * | 様々な修正 (#4859) | Satsuki Yanagi | 2019-05-05 | 1 | -2/+2 |
| | | | | Typo, Redundant code, Syntax error の修正 | ||||
| * | [MFM] Better hashtag parsing | syuilo | 2019-04-18 | 1 | -1/+1 |
| | | |||||
| * | Custom reaction (#4517) | MeiMei | 2019-03-18 | 1 | -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-14 | 1 | -4/+11 |
| | | | | | | | | | | | * Add angle bracket covered url syntax to mfm * Fix path * Fix match * Fix index | ||||
| * | [MFM] Improve hashtag parsing | syuilo | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | [MFM] Better hashtag parsing: Ignore slash | syuilo | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Revert b515cc90e9070465d9ba1f2e40d7af184fff5491 | syuilo | 2019-01-31 | 1 | -3/+3 |
| | | |||||
| * | [MFM] Better syntax parsing | syuilo | 2019-01-31 | 1 | -3/+3 |
| | | | | | Allow nesting by same tag | ||||
| * | [MFM] Make some syntax block | syuilo | 2019-01-31 | 1 | -5/+5 |
| | | | | | Resolve #3508 | ||||
| * | Simplify MFM (#4046) | Aya Morisawa | 2019-01-31 | 1 | -362/+131 |
| | | |||||
| * | Rename parser to language | Aya Morisawa | 2019-01-30 | 1 | -0/+415 |