vixalien / sticky

A simple sticky notes app for GNOME
https://flathub.org/apps/details/com.vixalien.sticky
MIT License
183 stars 28 forks source link

[feature suggestion] List formatting #2

Open rene-coty opened 1 year ago

rene-coty commented 1 year ago

It would be great to be able to use lists to format a text, with checkboxes or bullet points...

vixalien commented 1 year ago

thank you for the suggestion... I'm currently researching a way to support lists. However, finding a solution that allows checkboxes would be better since it would allow the app to be used as a to-do tracker

Nico7as commented 1 year ago

hi!

Markdown support would allow lots of things, such as lists, checkboxes and such!

That'd be great!

TriVoxel commented 6 months ago

Came here to ask for this. Glad to see it is already planned, I cannot wait!

vixalien commented 3 months ago

Simple lists have landed as of #107. Checkboxes are probably NOT coming soon...

diamondburned commented 1 month ago

Would something like Google Keep's list mode be easier to implement? Under list mode, every line automatically turns into a list, and each line can be moved around by dragging a handle. This should also be a lot easier to do than trying to fit it into the existing widget, since it should just be a GtkColumnView.