ionide / Waypoint

Opinionated solution template for building F# OSS libraries and tools.
https://ionide.io/Libraries/waypoint.html
MIT License
74 stars 13 forks source link

Hide copy button on inline code until hover #3

Closed cmeeren closed 4 years ago

cmeeren commented 4 years ago

It looks a bit noisy when every inline code segment has a "copy" button:

image

In my experience, inline code is most often used as a way of indicating parameter names or file names, and not, say, a CLI command or extended code. The example above, from the Waypoint wiki, demonstrates this.

I suggest either removing the copy button altogether, or hiding it until hover (or click on touch devices).

Krzysztof-Cieslak commented 4 years ago

This is not issue with Fornax itself (which is just execution engine) but with the template provided by Waypoint. I'll transfer the issue to Waypoint repo.

Krzysztof-Cieslak commented 4 years ago

Fixed in 0.2.0