tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

resume highlights #1160

Closed tarex closed 8 years ago

tarex commented 8 years ago

Closes #887 Closes #1151

nelonoel commented 8 years ago

@tarex, here are some notes:

I'm thinking of two approaches you can do: First, is to retain the current structure and monitor Enter and Backspace keystrokes. Create a new bullet point everytime user hits Enter and focus on the previous bullet point once the user hits Backspace on an empty (trimmed) bullet point. With this approach however, selecting all the highlights and sorting (ala plaintext) would be challenging.

Second approach is to use a single textarea monitor keystrokes and replace with bullet points accordingly. String manipulation is key with this approach, taking onPaste and dragging of text in consideration as well.

What do you think? Feel free to ask for clarifications.

tylerbenson commented 8 years ago

Do you think we should make it less structured and have it just be a content editable area where we split on new lines or something? (Similar to what Aaron suggested.)

nelonoel commented 8 years ago

@tylerbenson Yes. I think that (second approach) would be easier.

tarex commented 8 years ago

for second step do we need drag n drop too ? @tylerbenson

tylerbenson commented 8 years ago

If feels more intuitively like a text editor, then I don't think we do.