xy2z / PineDocs

A fast and lightweight site for viewing files
GNU General Public License v3.0
141 stars 19 forks source link

Copy code button #231

Closed Mylloon closed 2 years ago

Mylloon commented 2 years ago

Closes #155.

Just, it's not rendering inline code like that

xy2z commented 2 years ago

Awesome! However, this doesn't seem to work for code files like style.css, there is no copy icon for those files. But it does work if the code is in a markdown file.

Reproduce: Make a new file called style.css, and add some css content:

 .class {
    padding: 4px;
}

Open the file in PineDocs and try to copy the code.

Mylloon commented 2 years ago

Should work now

xy2z commented 2 years ago

Thanks it works now.