How do/will you handle hyperlinks? #824
Closed
bejolly407
started this conversation in
General
Replies: 1 comment 5 replies
-
Nothing special? If you click an hyperlink it will call to SDL_OpenURL with that file, SDL will decide what to do with that, it will depend on the protocol (basically checks for the default program to open that protocol and opens the URL in that default program), but the only clickable protocol supported in ecode is http/s, you cannot exploit it, notepad vulnerability is just silly.
At some point in time a markdown preview option will be available, that's all. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://front-end.social/@AmeliaBR/116049911558312134
https://lobste.rs/s/kp7jlq/windows_notepad_app_remote_code
I want to know the way you are currently handling hyperlinks in source files and what you will do in the future with Markdown.
Beta Was this translation helpful? Give feedback.
All reactions