Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indented Lists #54

Closed
JLambertazzo opened this issue Feb 16, 2022 · 6 comments
Closed

Indented Lists #54

JLambertazzo opened this issue Feb 16, 2022 · 6 comments

Comments

@JLambertazzo
Copy link
Owner

JLambertazzo commented Feb 16, 2022

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:

  • One
  • Two
  • [Editing this]

<TAB>

  • One
  • Two
    • [Editing this]

<SHIFT+TAB>

  • One
  • Two
  • [Editing this]
@KristenEKelly
Copy link
Contributor

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
Copy link
Owner Author

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

@sayumimuthu
Copy link

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

@KristenEKelly
Copy link
Contributor

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

@KristenEKelly
Copy link
Contributor

KristenEKelly commented Oct 13, 2023

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 :-)

KristenEKelly added a commit to KristenEKelly/ListExtender that referenced this issue Oct 13, 2023
Add indented list when pressing tab, and revert the indent with shift+tab
@JLambertazzo
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants