excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

Autozen mode #2

Closed Milo123459 closed 2 years ago

Milo123459 commented 3 years ago

Maybe a feature that automatically enters zen mode for you?

pomdtr commented 3 years ago

Thank you for the suggestion, I will consider it for the next release :)

pomdtr commented 3 years ago

I think we could add a setting similar to the darkmode toggle with three options:

pomdtr commented 3 years ago

Looks like it's not possible : https://stackoverflow.com/questions/59907805/is-it-possible-in-vsc-to-detect-if-zen-mode-is-enabled, https://github.com/microsoft/vscode/issues/89278

pomdtr commented 3 years ago

Then a defaultsToZenMode setting is the best solution available.

Milo123459 commented 3 years ago

No, I meant as in just zen mode for the excalidraw gui so its just that, not vscode zen mode. That's what I meant. Not checking if zenmode is enabled in vscode

pomdtr commented 2 years ago

I am not interested in this feature anymore, as I want to have the smallest codebase possible to allow easy upgrades.