mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #696] Allow resizing of images #364
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#364
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fzeiser on GitHub (Nov 24, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/696
Feature request: Possibility to resize images for rendering
In the legacy version it was (easily) possible to resize an image. I tried the same type of command now, but without success. Is it (still) possible to resize images for rendering (if so, how?) or can this be implemented with the current Markdown renderer?
Current behavior
Expected behavior
Steps to reproduce
aa79a1eb-khvynnn3.png(sorry for the name)Environment
Desktop/Web
@guneskaan commented on GitHub (Dec 23, 2020):
Looks like Markdown does not have a standard for image resizing. Discussions have taken place in the past on how image resizing in Markdown should be handled:
We have a few options for how we can integrate image resizing to our current implementation of Markdown parsing using
unified.jsandremark.js:<img>tag to specify custom style or size attributesThe PR I opened (#738) will give users the ability to use option 3.
I would like to hear what other developers think image rendering should be handled in BoostNote. @Rokt33r
@Rokt33r commented on GitHub (Dec 27, 2020):
@guneskaan @fzeiser 3. should be the best in my opinion. I'll close this after #738 is merged.