bentd / outline-editor

outline editor component for standardnotes
0 stars 0 forks source link

Bullets should indicate whether they are expandable without needing to hover (especially for mobile) #3

Closed moughxyz closed 5 years ago

bentd commented 5 years ago

expand

bentd commented 5 years ago

In the desktop version, the expand icon only becomes visible on hover.

bentd commented 5 years ago

expand

bentd commented 5 years ago

But you're right. In mobile, there are open icons that are always present. I'll write some code to either A) check the width of the screen or B) see if the platform is mobile (I believe I remember seeing some code like this in electron?). This way the expansion icons are always present in mobile.

moughxyz commented 5 years ago

Oh I see, this is Workflowy. What your thoughts on rich text, like bolding and italics? Checkboxes? Building this to be extensible would be cool.

bentd commented 5 years ago

Rich text is included in the original version, so it's definitely something that would be needed to be competitive.