Re: Plugin xsltWithNodes.py Can no longer work

2023-04-22 Thread Edward K. Ream
On Fri, Apr 21, 2023 at 10:42 PM Thomas Passin wrote: > The plugin requires a library that no longer exists (4Suite). Really? What about https://pypi.org/project/4Suite-XML/ > Is there a standard way to handle plugins that are too obsolete? Do they > move to the attic? I see no reason to re

Re: Images In Leo Nodes?

2023-04-22 Thread Thomas Passin
I've made a little progress. That unicode character - 0xfffc - is only a marker and does not carry any information about the image. But behind the scenes, Qt keeps the image data and associates it with that marker. The actual image bits are stored in Qt's "resources" for the page, and ident

Re: Images In Leo Nodes?

2023-04-22 Thread Edward K. Ream
On Sat, Apr 22, 2023 at 3:26 PM Thomas Passin wrote: > I've made a little progress. That unicode character - 0xfffc - is only > a marker and does not carry any information about the image. Iirc, the lack of identifying data with the 0xfffc character was why I abandoned this project years ago.

Re: Images In Leo Nodes?

2023-04-22 Thread Thomas Passin
On Saturday, April 22, 2023 at 5:51:13 PM UTC-4 Edward K. Ream wrote: On Sat, Apr 22, 2023 at 3:26 PM Thomas Passin wrote: I've made a little progress. That unicode character - 0xfffc - is only a marker and does not carry any information about the image. Iirc, the lack of identifying data