dpradov / keynote-nf

Tabbed notebook with RichText editor, multi-level notes and strong encryption.
Mozilla Public License 2.0
252 stars 57 forks source link

Keynote NF cannot copy at the same time both image and text together... #653

Open fitness888 opened 6 months ago

fitness888 commented 6 months ago

v.1.9.0 .1 Keynote NF cannot copy at the same time both image and text together from web browser pages and paste into Keynote NF. It's an important function and should be allowed as does AllMyNotes organizer.

Thank you.

dpradov commented 6 months ago

Hello @fitness888 Currently the application does not allow it, I would have to study it in depth. If you try it, you will see that if you copy text and images from a browser and paste it into WordPad, the images will not be pasted either. In fact, Wordpad does not even respect text formatting. In KeyNote NF there are multiple options that control how text (HTML) copied from a web page is pasted. Images can also be pasted separately. But not together. This is because when you copy text with images, the browser does not send the images to the clipboard. Send exclusively the HTML source, with the tag associated with the image, yes. When you select an image and ask to copy it, it is sent. In order to paste text and images at once, KeyNote would need to analyze the tags that reference images and retrieve them from the Web (based on the tag reference). Maybe I could help me with the object with which KeyNote retrieves the page title. But either way it's not trivial. Currently KeyNote delegates the conversion of HTML text to the Microsoft browser, which transforms it into RTF. After that step, the reference to the image has already been lost.

Anyway, more complicated things have been done. For now we leave it a functionality to try to include. In the meantime, what you can do is use another program to copy text and images (e.g. Word) and then take it to KeyNote from that one.

fitness888 commented 6 months ago

https://github.com/dpradov/keynote-nf/issues/653#issuecomment-1989364421

Thanks for the explanation.

fitness888 commented 6 months ago

https://github.com/dpradov/keynote-nf/issues/653#issuecomment-1989364421 Hi dpradov...as mentioned other note taking software allows for the simultaneous copying of text and picture. Like me, many people do a lot of note taking from their browser sources and of course doing it in multi-steps is not desirable...I tried it. Hope it can get resolved...thanks!