eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 98 forks source link

[RichText] Can you add config to disable URL autolinking? #439

Closed olivergardiner closed 2 years ago

olivergardiner commented 2 years ago

I'm currently using RichText to implement a custom comment editor for Papyrus but the auto URL linking feature of most browsers is problematic as it formats any text with (e.g.) an "@". I have a local fork that adds the line:

document.execCommand("AutoUrlDetect", false, false);

to the start of the Githubissues.

  • Githubissues is a development platform for aggregating issues.