unotes
unotes copied to clipboard
Question: Size images
with my last markdown editor, I was able to embed html to load and resize an image. how can I accomplish this?
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" />
@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 ...