minimo icon indicating copy to clipboard operation
minimo copied to clipboard

Switch start mode (from clock to writing mode)

Open sepehrhosseini opened this issue 5 years ago • 1 comments

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

Screencast

sepehrhosseini avatar Jun 04 '19 08:06 sepehrhosseini

Created a PR which solves this issue and gives option in advance settings to choose a default screen.

tarun7singh avatar Mar 28 '21 08:03 tarun7singh