Will B Chang
Will B Chang
尝试了在 index.html 里插入代码改变样式,是生效的,所以是可以改的 ```js setTimeout(() => { const plains = [...document.getElementsByClassName('md-plain')] plains.map(x => x.style.color = 'red') }, 1000) ```  只是现有的插件代码与 Mac Typora 所用的 WebKit 不兼容,特别是用到了 NodeJS 的库的相关代码,部分插件在小修的情况下应该是可以用的。 ```js const...
谢谢反馈,我看看啥问题导致的。
我的 Mac 上没有问题,我这儿没有 Windows 的电脑,你方便发一个 Pull Request 修复吗?
chrome-extension://fbmfcfkokefgbmfcjahdmomlifclekib/popup/popup.html should work if it installed from chrome web store
@mcejp Appreciated for any contribution :)
Thank you for your effort so far! For exporting data, the first thing came into my mind was exporting exactly the raw data from the extension storage, so that importing...
@mcejp Thanks for your effort. I'll review the PR ASAP.
It's still pending review. Come on Google!
@mcejp It's published! The version number is 9.1.0, please check it out. Thank you for your contribution! Hope you have a great day!