unotes icon indicating copy to clipboard operation
unotes copied to clipboard

Question: Size images

Open rklosinski opened this issue 5 years ago • 2 comments

with my last markdown editor, I was able to embed html to load and resize an image. how can I accomplish this?

rklosinski avatar May 20 '20 15:05 rklosinski

This is possible in unotes using html tags. Here is an example:

# An Example

<img src="https://octodex.github.com/images/daftpunktocat-thomas.gif" 
  width="250" height="300" />

ryanmcalister avatar Aug 12 '20 13:08 ryanmcalister

@Ryan McAlister commented on Aug 12, 2020, 5:35 PM GMT+4:30:

This is possible in unotes using html tags. Here is an example:

# An Example

<img src="https://octodex.github.com/images/daftpunktocat-thomas.gif" 
  width="250" height="300" />

Can this be done via the GUI editor? I create my notes by taking screenshots from my textbooks etc, and I need to be able to resize the images easily ...

NightMachinery avatar May 03 '21 13:05 NightMachinery