Skip to content

detect clickable links in serial monitor terminal with offset color? #2390

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

Open
3 tasks done
ldijkman opened this issue Feb 25, 2024 · 1 comment
Open
3 tasks done
Labels
topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: enhancement Proposed improvement

Comments

@ldijkman
Copy link

Describe the request

detect clickable links in serial monitor terminal with offset color?

serial browser monitor with clickable link detection
https://ldijkman.github.io/async-esp-fs-webserver/WebSerialMonitor.html

Describe the current behavior

no clickable links now in serial monitor

Arduino IDE version

arduino-ide_2.3.2_Linux_64bit.zip

Operating system

Linux

Operating system version

mint?

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details
@ldijkman ldijkman added the type: enhancement Proposed improvement label Feb 25, 2024
@per1234 per1234 added topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor labels Feb 25, 2024
@martin-eden
Copy link

Why not support ANSI escape codes in serial monitor then?
What about Markdown?
How about HTML with DOM?

Guys, I think you should state what your serial monitor does and what it does not. It's called a "contract".

For me serial monitor is debug tool. If I need generated URL from sketch, I'll make it return via REST.

For me expected contract of serial monitor is to send sequence of bytes. And display sequences of bytes. Likely ASCII, so special representation for 0x0A and 0x0D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants