alex4814
alex4814
@ldong Right way to solve it. BTW, could it be solved when `use_frameworks!` is set using cocoa pods
Target is the theme between remark42 and the site should match when clicking "toggle-theme" button. Suppose the initial theme of the site is "light", then it is also set in...
Yes, I did that before and it is exactly the problem this issue is for. ```javascript window.addEventListener("REMARK42::ready", () => { window.addEventListener('papermod::theme-toggle', e => { console.log("theme-toggle", e.detail) window.REMARK42.changeTheme(e.detail) }); console.log("local storage...