MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.46k stars 80 forks source link

[Feature Request] Kvaesitso's native note widget #319

Closed Terkyz closed 1 year ago

Terkyz commented 1 year ago

Among the native widgets of Kvaesitso are the music, calendar and weather widget. If possible, I would appreciate another note widget to take notes.

I know I could just add the widget from some notes app, but aesthetically it doesn't look good, and I like the style of Kvaesitso.

MM2-0 commented 1 year ago

I guess a widget that holds a simple, editable text field would be possible, but we need to be careful here to not go beyond the scope of this application. I don't want to turn this into a full-blown note application.

MM2-0 commented 1 year ago

It's in the latest nightly build. Feel free to try it out and give feedback.

Terkyz commented 1 year ago

I've been using it and it's exactly what I expected, a simple and quick note to have on hand, super useful to write things down (mainly because if I write it down in a note app, I'll forget to check it and it loses its usefulness).

Do you think it would be possible to add ToDos to this note widget? A button on the side with a check symbol that would add a ToDo line, and if you have more than one todo that would show a bar to drag the todo attached from top to bottom.

Something like what the Carnet todo does.

MM2-0 commented 1 year ago

It has basic markdown support, you can create a checkbox list using the following syntax:

- [ ] unchecked item
- [x] checked item
meichthys commented 1 year ago

@MM2-0 A bit of feedback:

I've really been enjoying this, however it would be nice to be able to share the note markdown content. Currently we can save to a file, but generally i use the widget for a very quick note that i later want to send to my Trilium notes instance. I can obviously copy and paste the content, but a button to trigger the default android share intent would be really nice.