Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Markdown Previewer Image Support #128

Open
DiscoBiscuit99 opened this issue Aug 11, 2019 · 1 comment
Open

[Feature request] Markdown Previewer Image Support #128

DiscoBiscuit99 opened this issue Aug 11, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@DiscoBiscuit99
Copy link

I haven't been able to preview images in the markdown editor, so I assume this feature is not yet supported. Hence this feature request. The editor is very cool though.

@0x7c13
Copy link
Owner

0x7c13 commented Aug 11, 2019

There are three kinds of images:

  • Image references from internet (http url)
    -> This is already supported.
  • Image references from local folders
    -> This is hard since UWP is very restricted on reading random file/folders and I do not want to complicate it by asking user to select a folder first.
  • SVG image references from internet
    -> I intentionally disabled this because the implementation of SVGImageSource is very poor. I know how to fix it but do not have time to do it now.

Overall, the Markdown feature is added as a good to have feature and only intended for light usage. If you are dealing with markdown text all day everyday, I would recommend you to choose another markdown editor, just my 2 cents.

@0x7c13 0x7c13 added the enhancement New feature or request label Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants