nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.75k stars 329 forks source link

Add explanatory notes for first time users #535

Open nuttyartist opened 1 year ago

nuttyartist commented 1 year ago

It's kinda confusing to open an app that is completely blank for the first time. Maybe we should help people when they don't have any notes in the current folder (and not just at first run?) by showing them what they can write using a placeholder and a guide (click here to create a note).

Maybe we can put a placeholder grayed out with the This is a line note. And underneath a Call to Action, `Click here to write down your thoughts".

# This is a line.
It can be part of a *poem*. Or a **story**.
It can be just a thought of you,
Something to ~remember~.
It can be an idea.
It can be a conversation,
With someone else or yourself.
It can be part of your diary,
Or your goals.
It can be a movie or a book.
- [ ] A to-do list,
- [x] To further get to your goals.
It can be an advice, a tip or a quote.
This is a line.
It can be anything that matters to you.

# (Click here to write down your thoughts)
bjorn commented 1 year ago

What about just adding that as a default note after initializing the database?

nuttyartist commented 1 year ago

What about just adding that as a default note after initializing the database?

Nice, sounds good.