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

Add support for nested lists/bullets and indents #118

Closed
jhchen opened this issue May 22, 2014 · 17 comments
Closed

Add support for nested lists/bullets and indents #118

jhchen opened this issue May 22, 2014 · 17 comments
Labels
Milestone

Comments

@jhchen
Copy link
Member

jhchen commented May 22, 2014

No description provided.

@matthewsot
Copy link

Hello! Is anyone currently working on this?

It's a fairly important feature for a site I'm working on to have indented bullets, and Quill seems to fit every other requirement I have for an editor.

If nobody else is working on it I'd love to give this a go myself, though being new to the Quill source I'd appreciate any pointers :)

@jhchen
Copy link
Member Author

jhchen commented Feb 16, 2015

I don't know of anyone working on this so feel free to have a shot at it. I will warn you it would probably touch a lot of internals and the format system is currently being reimplemented to support custom formats.

@kishorenc
Copy link

This is the only feature preventing me from using Quill. I maintain a project used by many writers and researchers, and this is definitely a very important feature for them. How difficult would this be to implement?

@jhchen
Copy link
Member Author

jhchen commented May 9, 2015

It's very difficult to do correctly and semantically; many other editors simply end up taking shortcuts. The ongoing work on custom formats will provide a much better foundation to implement complex formats like tables and nested lists.

@scamden
Copy link

scamden commented Jun 2, 2015

@jhchen +1 here, are you close on custom formats?

@whather
Copy link

whather commented Jun 11, 2015

+1, we'd love this

@mschrepel
Copy link

+1 for me too. I miss this feature desperately.

@FredKSchott
Copy link

+1 would love this. @jhchen how is the work on custom formats going? Is there a way to do this independently of that work? I might be able to take a crack at it.

@wdamien
Copy link

wdamien commented Nov 15, 2015

+1, for nested lists
and another +1 for tables

@jhchen jhchen added this to the Quill 1.0 milestone Dec 15, 2015
@michael-ts
Copy link

Why won't ExecCommand work for indention? I tried this code:
document.execCommand('indent',false,null)

And it appears to momentarily indent, but then it reverts back to the un-indented form. Is there something in Quill that is detecting and resisting this attempt?

@JewelsJLF
Copy link

+1, I really want to use quill, as so far it seems lightweight, easy to use, with a modern design. However, I really need it to be able to indent and support nested ordered lists or it's a non-starter.

@romainbessugesmeusy
Copy link

+1 here !

@jhchen
Copy link
Member Author

jhchen commented May 4, 2016

This has been added in the beta release

@jhchen jhchen closed this as completed May 4, 2016
@LeZuse
Copy link

LeZuse commented Jul 12, 2016

@jhchen Any plans to also parse nested lists from the clipboard?

@benbro
Copy link
Contributor

benbro commented Jul 12, 2016

@LeZuse are you referring to this issue?
#673

@LeZuse
Copy link

LeZuse commented Jul 12, 2016

@benbro Yes, that's indeed the same issue. I have this problem with pasting from GDocs. Thanks for the link.

@ayushishah-easternts
Copy link

@jhchen,@community : Anywhere I could find something on custom image bullets ?

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

No branches or pull requests