summaryrefslogtreecommitdiffstats
path: root/web/react/utils/text_formatting.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Replaced instances of startsWith with lastIndexOf in TextFormattinghmhealey2015-09-161-2/+2
|
* Renamed text formatting tokens so that there should be significantly less ↵hmhealey2015-09-141-11/+11
| | | | chance of having conflicting tokens
* Cleaned up TextFormatting and added a default click handler for hashtags and ↵hmhealey2015-09-141-47/+74
| | | | @mentions
* Added highlighting of search terms to the new text formattinghmhealey2015-09-141-6/+41
|
* Added autolinking of hashtags to the new text formattinghmhealey2015-09-141-6/+48
|
* Added autolinking of urls to the new text formattinghmhealey2015-09-141-4/+35
|
* Added highlighting when the current user is mentioned to the new text formattinghmhealey2015-09-141-17/+69
|
* Added handling for @mentions to the new text formattinghmhealey2015-09-141-9/+54
|
* Added skeleton for new text formatting code which will replace textToJsxhmhealey2015-09-141-0/+36