sticky icon indicating copy to clipboard operation
sticky copied to clipboard

[feature suggestion] List formatting

Open rene-coty opened this issue 2 years ago • 6 comments

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

rene-coty avatar Mar 02 '23 14:03 rene-coty

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

vixalien avatar Mar 02 '23 15:03 vixalien

hi!

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

That'd be great!

Nico7as avatar Jun 11 '23 14:06 Nico7as

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

TriVoxel avatar Feb 12 '24 07:02 TriVoxel

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

vixalien avatar Jun 01 '24 22:06 vixalien

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.

diamondburned avatar Aug 01 '24 04:08 diamondburned

it should just be a GtkColumnView.

Yeah, that would be possible, but I'm not trying to implement that just yet. (It would actually be a GtkListView or a simple GtkListBox)

vixalien avatar Oct 23 '24 11:10 vixalien