Clicking on a markdown link should open the link rather than selecting the cell
See original GitHub issueUsers will use editable=False
for read-only tables and therefore shouldn’t select them. It feels awkward to have a cell become selected when the table otherwise looks and feels read-only.
In read-only tables, users will be selecting cells to:
- Copy and paste text - where they’ll expect the standard “click and drag” text selection to work
- Click on embedded markdown links
Both of these interactions feel awkward with the current cell selection behavior.
We could introduce a new property like “cell_selectable”, but I believe that this property should be coerced to False
if editable=False
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to link to part of the same document in Markdown?
In WriteMonkey I found that if I precede any text with the <div/> several lines below are affected. Instead I have to wrap...
Read more >My Trick of Deciding if a Link Should Open a New Browser Tab
If they do want the link to be opened in a new tab, they can right-click on the link and use the context...
Read more >How to create blank target links in markdown to open url link ...
The issue is each time I click the linked text it opens the url in the same tab as the notebook. I want...
Read more >Basic Syntax - Markdown Guide
To create a link that opens in a new tab or window, see the section on link targets. Adding Titles. You can optionally...
Read more >Add option to markdown to open url in new window - GitLab
Obviously you can just hold down CTRL+mouse click to get the link ... on mobile and choose Open in new tab) - but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, I am adding this comment into this issue as it seems very closely related. There also should be an option to allow links to open in a new tab, and I believe it should be the default option. It is unlikely that a user will want to click on a link in a data-table and be directed away from the table.
Alright, I’ll update this issue to be focused on just getting clicking on a markdown link to work directly