nuttyartist / notes

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

Option to disable the confetti in Kanban #639

Closed nuttyartist closed 10 months ago

nuttyartist commented 10 months ago

Fixes #619

nuttyartist commented 10 months ago

Because we'll need to save these options into the database, which I don't know how to do. In the next version, we'll save these type of metadata in the text itself, which will allow the portability of files (using plain text rather than a databse). That'll look something like this:

{{kanban showProgressBars=true showConfetti=false}}
#### TODO
- [ ] Task 1
- [ ] Task 2
#### In Progress
- [ ] Task 1
- [ ] Task 2
{{/kanban}}
guihkx commented 10 months ago

Oh yeah, you spoke about that before. Nice.