Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

チャット中のURL文字列をリンクに変換する #5

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

h-mikisato
Copy link
Contributor

概要

チャット中のURL文字列をリンクに変換する機能を実装いたしました。
それ以外の文字列は既存動作を壊さないように、全ての文字をHTML Escapeする処理を入れています。

Fork元にも同様の機能のPRを提示しています。 TK11235/udonarium#152

懸念点

escapeHtmlの実装ですが、これはAngularが内部で行っている処理と同じものです。
しかしAngularがこの関数をexportしていないため、component内で再実装しています。
参考URL: https://stackoverflow.com/questions/38577347/manually-sanitize-a-string

@entyu entyu merged commit 81c029f into entyu:master Feb 17, 2021
@entyu
Copy link
Owner

entyu commented Feb 17, 2021

PR取り込ませていただきました。ありがとうございます

@h-mikisato h-mikisato deleted the feature/add-linker branch March 27, 2021 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants