JLambertazzo / ListExtender

A JavaScript library providing interactive lists
MIT License
17 stars 29 forks source link

Indented Lists #54

Closed JLambertazzo closed 1 year ago

JLambertazzo commented 2 years ago

When editing an element, pressing tab should nest the element in a sub-list and shift+tab should remove one level of nesting if one exists.

Expected behaviour:

\<TAB>

<SHIFT+TAB>

KristenEKelly commented 1 year ago

Hello! Is this task still relevant / part of hacktoberfest? If so, I would like to participate and work on this. (Found you on the hacktoberfest discord). It doesn't have the Hacktoberfest label, so not sure.

JLambertazzo commented 1 year ago

@KristenEKelly hey! Yes sorry forgot to update this issue, this is still relevant for this year's hacktoberfest 😁

sayumimuthu commented 1 year ago

Hi, I'd like to work on this issue.

KristenEKelly commented 1 year ago

I started working on this the other day, can you assign to me :-)

KristenEKelly commented 1 year ago

I started working on this the other day, can you assign to me :-)

Hi @JLambertazzo I actually have implemented this now and have it working locally :-) I do not have write access however, so I can't commit my code even though I have it on a new branch. Any chance you can give me write access? I think you can block access to the master branch only. Thanks!

Sorry, just read the contributing guidelines and I have to fork it, my bad! Will do that instead :-)

JLambertazzo commented 1 year ago

Close by PR #59. Big shoutout to @KristenEKelly a first-time contributor to ListExtender! 🚀