minimo
minimo copied to clipboard
Switch start mode (from clock to writing mode)
Is your feature request related to a problem? Please describe. I love the plugin, It's just what I need, but the writing mode is what I want, to write down my todo list and .etc, and I want it to be the first thing that I see when I open a new tab, the clock mode is not useful for me.
Describe the solution you'd like I think the ability to switch the starting mode, from the clock mode to writing mode, so that when a new tab is being opened, it's in the writing mode, will be useful.
Describe alternatives you've considered For now, I customized some CSS styles to workaround it, here is the code
#editor-container {
display: block !important;
animation: none !important;
}
.layout {
animation: none;
display: none;
}
With this code, the clock mode will not show up even if I want to 😊 .
Additional context Here is an example screencast
Created a PR which solves this issue and gives option in advance settings to choose a default screen.