klembord icon indicating copy to clipboard operation
klembord copied to clipboard

Full toolkit agnostic cross-platform clipboard access.

Results 11 klembord issues
Sort by recently updated
recently updated
newest added

``` 数值设计 -- 地图 ``` ![p7hkGMD7z3](https://github.com/etchnight/siyuan-plugin-block-converter/assets/43485379/8ccfba1a-f086-4fa5-b4f5-3d57f4d2f472) But pycharm displays incomplete rich text: ![image](https://github.com/OzymandiasTheGreat/klembord/assets/43485379/349da72b-a335-413e-a987-c71290441b95) Does not match the rich text content placed in the issue's clipboard.

-Account for variability in windows descrption size (SoureUrl is often added copying from a browser) -Slice pre decoding to properly get the text (invisible characters throw off the length after...

https://github.com/OzymandiasTheGreat/klembord/blob/44b1d4f756b12a887641a4e1d5961cad287bf3be/klembord/winclipboard.py#L220 Since `html_header_size` already includes the description size, this line and the two lines after it calculate the sizes incorrectly. Removing `description_size+` from these lines fixes the problem.

The small error in the code causes that only LibreOffice can recognize and use HTML content in the clipboard, but other programs not; After change eg. GMail editor accepts the...

Could you document in the Readme whether you plan to support MacOS in the future or it will be a limitation?

some examples of what happens: 79 => 79 80 => C2 80 (this seems to be the lowest affected) 96 => C2 96 A7 => C2 A7 9E => C2...

Hi, Just installed klembord on Linux (Ubuntu 20.04). set_text() works, but get_text() first returns the previous clipboard contents, then (by calling again) the actual one. It seems that calling it...

Klembord thinks it is on Linux, when it should (and can) use the Windows clipboard functions.

I am using this old [HTMLClibpboard](https://github.com/MagTun/Zotero_Pdf_Highlights_with_HtmlClipboard/blob/master/HtmlClipboard.py) script but I wanted to change for your package but I didn't succeed in making it work. When I use this ``` import klembord...