Feature suggestion: Show images as thumbnails
What do you think about adding a feature that would show images as thumbnails and not their full sized versions? Currently screenshots for example can often take up half of the screen and resizing each one of them before adding linking to a markdown file is tedious.
This feature is well implemented in Bear (note taking editor).
Regards!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 15 Jun, 2017 06:44 PM
It's a feature I think is more useful in a note-taking application like
Bear than in a more export-based app like Marked. If you'd like all
images shown as thumbnails, though, you could easily add a css line in
Preferences->Style->Additional CSS.
#wrapper img { max-height: 100px; width: auto; }
You could also use percentages to have them adjust based on the screen
size.
-Brett
2 Posted by Tom on 15 Jun, 2017 06:47 PM
Brett, thank you for the solution example. It is sufficient.