Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch start mode (from clock to writing mode) #20

Open
sepehrhosseini opened this issue Jun 4, 2019 · 1 comment · May be fixed by #29
Open

Switch start mode (from clock to writing mode) #20

sepehrhosseini opened this issue Jun 4, 2019 · 1 comment · May be fixed by #29
Assignees
Labels
enhancement New feature or request

Comments

@sepehrhosseini
Copy link

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 sepehrhosseini added the enhancement New feature or request label Jun 4, 2019
@krismuniz krismuniz self-assigned this Jun 15, 2019
@tarun7singh tarun7singh linked a pull request Mar 28, 2021 that will close this issue
@tarun7singh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants