How To Install Leo Dependencies From a Git Clone

2023-04-06 Thread Thomas Passin
I just installed Python 3.11.3. I of course wanted to install Leo right away. I normally run Leo from my clone. With an ordinary requirements.txt file one can install the requirements using pip -r requirements.txt. But Leo uses a tricky requirements.txt file that delegates everything to the

Re: Paste image from clipboard.

2023-04-06 Thread Edward K. Ream
On Thursday, April 6, 2023 at 10:58:18 AM UTC-5 kaspars...@gmail.com wrote: Is it possible to paste an image from clipboard? Just about anything is possible with Leo because Leo is a programming environment. Issue #3256 suggests allowing

Re: Paste image from clipboard.

2023-04-06 Thread Thomas Passin
No, Leo nodes cannot display images per se. What you can do is to use markdown or ReStructuredText and use their syntax to show images. The image file would need to be in a location in the files system like any other image file. You can view the rendered node with its images, math symbols,

Paste image from clipboard.

2023-04-06 Thread Kaspars Vandans
Hey. I'm looking to find out if Leo would be suited to my note-taking workflow. Is it possible to paste an image from clipboard? I tried it, doesn't seem to work. I get the impression images can be displayed in general, but I spend around 3h a day pasting images into notes, so this is crucial