https://github.com/daverandom/android-chat-linkifier
Convert Android class names to manual links in StackOverflow Android chat via extensive use of magic.
https://github.com/daverandom/android-chat-linkifier
Last synced: 3 days ago
JSON representation
Convert Android class names to manual links in StackOverflow Android chat via extensive use of magic.
- Host: GitHub
- URL: https://github.com/daverandom/android-chat-linkifier
- Owner: DaveRandom
- Created: 2013-04-07T00:14:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T00:16:07.000Z (about 13 years ago)
- Last Synced: 2025-01-08T16:00:40.017Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
android-chat-linkifier
======================
Convert Android class names to manual links in [StackOverflow Android chat](http://chat.stackoverflow.com/rooms/15/android) via extensive use of magic.
Should match any valid class name in an `inline code block`.
Also converts 'Google "term"' to add a link to the Google search results for 'term'.
*Heavily derived from the [PHP chat linkifier](https://github.com/DaveRandom/chat-linkifier)*