Leangseu Kim

Results 4 comments of Leangseu Kim

You can try to mount additional volume to swag based on [this example](https://docs.tandoor.dev/install/swag/#create-containers-and-configure-swag-reverse-proxy) In my case: ``` version: "3" networks: lsio: external: name: lsio services: swag: image: ghcr.io/linuxserver/swag:latest container_name: swag...

For mac user, you can edit file in `/Applications/Station.app/Contents/Resources/.env.production` then add `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET`

@mihaibirsan LMK, if additional work needed. I want to get this merge before start working on adding callout.

> Current workaround is > > ```js > const toggleDarkMode=()=>{ > let el = document.getElementsByClassName("toastui-editor-defaultUI")[0]; > if(el.classList.contains("toastui-editor-dark")) > el.classList.remove("toastui-editor-dark"); > else el.classList.add("toastui-editor-dark"); > } > ``` > > It's working...