2018. március 5., hétfő 10:34:02 UTC+1 időpontban Edward K. Ream a 
következőt írta:
>
> On Sun, Mar 4, 2018 at 4:16 AM, Pal Csanyi <csan...@gmail.com 
> <javascript:>> wrote:
>
> > I want to write in Leo editor Outline which will be contains images too 
> beside text.
> > Moreover, I want to can see those images.
>  
> ​​
> This is already possible, in a number of ways.
> ​
>
> - You can put images of various kinds in @html, @image and @svg nodes.​
> ​
>
> ​  You can put either references or actual sources in @html and @svg 
> nodes.​
>
>
> -
> ​ Leo's viewrendered pane (Alt-0) will show actual images.  Like this:
>
> @language md
> <img style="float:right;" src="<full path to>SplashScreen.ico" 
> alt="Splash">
> <p>
> whatever
> </p>​
>
>
> ​#762 <https://github.com/leo-editor/leo-editor/issues/762> says ​
> ​quickstart.leo & CheatSheet.leo should demo Leo's features​
> ​, including these.
>
> Edward
>
So I created an @image node with name '@image' and with body:
@language md
<img src="/home/pali/Kepek/FrekvenciaMero.png">
<p>
whatever
</p>​
and saved it.
But after I hit Alt+0 I get this message:
@image: file not found: <img src="/home/pali/Kepek/FrekvenciaMero.png">

However I can run this command successfully on an xterm window:
display /home/pali/Kepek/FrekvenciaMero.png
and the image is displayed.

So what is wrong in my @image node so it does not work?

I am running Gentoo Linux system.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to