summaryrefslogtreecommitdiff
path: root/src/mfm/language.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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