simov / markdown-viewer

Markdown Viewer / Browser Extension
MIT License
1.09k stars 135 forks source link

Render markdown in an iframe? #83

Open gasparschott opened 5 years ago

gasparschott commented 5 years ago

Is it possible for this extension to render/preview a md file loaded into an iframe?

simov commented 5 years ago

Rendering inside frames and iframes is currently not possible.

gasparschott commented 5 years ago

OK, thanks.

simov commented 5 years ago

I'd like to keep it open. Added the feature tag to it.

gasparschott commented 5 years ago

Thanks, does this mean it might become possible in the future?

simov commented 5 years ago

Yes, I'm just not commiting to any particular date.

On Mon, Jan 28, 2019, 1:44 AM gasparschott <notifications@github.com wrote:

Thanks, does this mean it might become possible in the future?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/simov/markdown-viewer/issues/83#issuecomment-457965484, or mute the thread https://github.com/notifications/unsubscribe-auth/ABnZoPEazw0Gat0CwZeCK1yuB_Dh0Zrpks5vHjnhgaJpZM4aU_5e .

gasparschott commented 5 years ago

Ah, very good to know!

On Sun, Jan 27, 2019 at 3:49 PM simo notifications@github.com wrote:

Yes, I'm just not commiting to any particular date.

On Mon, Jan 28, 2019, 1:44 AM gasparschott <notifications@github.com wrote:

Thanks, does this mean it might become possible in the future?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub < https://github.com/simov/markdown-viewer/issues/83#issuecomment-457965484 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ABnZoPEazw0Gat0CwZeCK1yuB_Dh0Zrpks5vHjnhgaJpZM4aU_5e

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/simov/markdown-viewer/issues/83#issuecomment-457965818, or mute the thread https://github.com/notifications/unsubscribe-auth/AXRJZP7jvKVjjZg9Txx-SewFwH2Ll3rBks5vHjsZgaJpZM4aU_5e .

ibnunowshad commented 4 years ago

Is there any update on this issue? I am curios.

devingfx commented 1 month ago

As of chrome extension docs, it is possible to target frames for script injection...

https://developer.chrome.com/docs/extensions/reference/api/scripting#injection_targets You can also inject into specific frames of a tab by specifying individual frame IDs.