obgnail / typora_plugin

Typora plugin. Feature enhancement tool | Typora 插件,功能增强工具
MIT License
1.87k stars 85 forks source link

TwentyTwenty JS Support #842

Closed CatOnly closed 20 hours ago

CatOnly commented 2 weeks ago

Please support it: https://zurb.com/playground/twentytwenty

by the way, GOOD JOB !

obgnail commented 1 week ago

@CatOnly

Thanks for your feedback!

How would you like to introduce TwentyTwentyJS into typora_plugin? As a code block language, or something else?

CatOnly commented 1 week ago

Make it as a button to create a template html code to quick insert it. So we can easily insert it into the table.

obgnail commented 1 week ago

Due to Typora's security policy, any script tags within the text will be filtered out, making it impossible to implement this feature using pure HTML.

CatOnly commented 1 week ago

Try label iframe, it can be used in typroa (Windows only, Mac OS block the iframe's JS for Cross-domain)

obgnail commented 1 week ago

I am not a front-end programmer. I'm unsure how to Implement this requirement using the