summaryrefslogtreecommitdiff
path: root/src/mfm/parse (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve MFM parser (#3337)syuilo2018-11-2117-783/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Refactor * Refactor * wip * wip * wip * wip * Refactor * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Clean up * Update misskey-flavored-markdown.ts * wip * wip * wip * wip * Update parser.ts * wip * Add new test * wip * Add new test * Add new test * wip * Refactor * Update parse.ts * Refactor * Update parser.ts * wip
* Change math syntax (#3280)Aya Morisawa2018-11-171-1/+1
|
* [MFM] Improve various parsingsyuilo2018-11-166-11/+15
| | | | | Resolve #2779 Resolve #3053
* [MFM] Better URL parsingsyuilo2018-11-161-2/+4
|
* Support math rendering on MFM (#3260)Aya Morisawa2018-11-162-0/+23
|
* Add group function (#3175)Aya Morisawa2018-11-091-12/+9
|
* [MFM] Fix title parsingsyuilo2018-11-071-3/+2
|
* Twemojiで合字に対応 (#3140)MeiMei2018-11-062-2/+4
| | | | | | * Twemojiで合字に対応 * split emoji regex
* Better emoji regexpsyuilo2018-11-052-5/+4
|
* Refactoring & ↵syuilo2018-11-051-6/+5
| | | | 設定でTwemojiを使うかどうか切り替えられるように
* Make code betterAcid Chicken (硫酸鶏)2018-11-052-5/+3
| | | | | | refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171423739 refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171424596 refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171425303
* Add support for unicode emojisAcid Chicken (硫酸鶏)2018-11-051-9/+26
| | | | refs: https://github.com/syuilo/misskey/pull/3117#issuecomment-435745613
* Fix: emoji regex (#3093)MeiMei2018-11-041-1/+1
|
* Refactoringsyuilo2018-11-034-8/+8
|
* Add missing semicolonssyuilo2018-11-0313-45/+45
|
* [MFM] Fix emoji syntax parsingsyuilo2018-11-031-1/+1
|
* [MFM] Fix title syntax parsingsyuilo2018-11-031-2/+2
|
* [MFM] Better hashtag detectionsyuilo2018-10-311-2/+2
|
* Fix MFM parsingsyuilo2018-10-291-1/+2
|
* Fix #2949syuilo2018-10-201-2/+2
|
* 非ASCIIなドメインへのメンションの修正 (#2903)MeiMei2018-10-141-0/+4
| | | | | | | | * punycodeでされたmentionのラベルをunicodeとして表示する * post-form mentionはpunycodeにする * mentionの表示はURLもAPI向けもunicodeにする
* Fix #2744syuilo2018-09-211-5/+12
|
* Resolve #1153syuilo2018-09-201-1/+1
|
* Better hashtag parsingsyuilo2018-09-171-2/+2
|
* Add toUpperCase function (#2697)Aya Morisawa2018-09-121-2/+2
|
* Add capitalize function (#2651)Aya Morisawa2018-09-071-1/+3
|
* Use startsWith and endsWith for readabilityAya Morisawa2018-08-253-3/+3
|
* Trim codesyuilo2018-08-161-1/+1
|
* Refactoringsyuilo2018-08-154-6/+6
|
* Improve MFMsyuilo2018-08-151-1/+1
|
* Improve MFMsyuilo2018-08-151-2/+3
|
* MFMの((()))構文が顔文字と競合する対策としてタグ形式の ↵syuilo2018-08-051-1/+1
| | | | 文も追加
* typosyuilo2018-08-051-1/+1
|
* Add new MFM syntaxsyuilo2018-08-052-2/+25
|
* Implement new MFM syntaxsyuilo2018-08-032-0/+23
|
* Refactorngsyuilo2018-07-071-1/+1
|
* Fix bugsyuilo2018-07-011-2/+1
|
* MFM: Improve title syntaxsyuilo2018-06-261-1/+1
|
* MFM: Improve search syntaxsyuilo2018-06-231-1/+1
|
* リモートユーザーのHTMLで表現されたプロフィールをMFMに ↵syuilo2018-06-2113-0/+683
変換するように