You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May we also need a new style sheet for hyperlinks, like MDUI, or just let links color to be pink (accent color).
That could make things worse than expectations of framework standards of this project, so we need scss.
But we need to carefully consider what WebUI of the identified links should be like.
Some Feasibility Solution
When encrypting or decrypting, show a new uneditable div box which can render the Markdown or just HTML.
That also makes AESChat prepare for future work such as Telegraph capture and encryption. (Big project)
Just like the first solution, but we only auto render hyperlink's style.
To identify all the hyperlinks in decryptedText and put them out of textarea, list links alone. (Easiest to implement)
It's more convenient to implement the feature that highlight the URL and make it clickable. Or I need to select it and right click "jump to...".
A regex may help you:
(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]
The text was updated successfully, but these errors were encountered: