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

no data-marker(editing mode) #390

Closed
jakekwak opened this issue May 10, 2020 · 3 comments
Closed

no data-marker(editing mode) #390

jakekwak opened this issue May 10, 2020 · 3 comments
Assignees

Comments

@jakekwak
Copy link
Contributor

49

we can customize the lists.

        .vditor-reset ul[data-marker="+"] {
            list-style-type: "\2764";
        }
        .vditor-reset ul[data-marker="+"] ul {
            list-style-type: "\1f49a"
        }
        .vditor-reset ul[data-marker="+"] ul ul {
            list-style-type: "\1f49b"
        }

        .vditor-reset ul[data-marker="-"] {
            list-style-type: korean-hangul-formal
        }
        .vditor-reset ul[data-marker="-"] ul {
            list-style-type: decimal-leading-zero
        }
        .vditor-reset ul[data-marker="-"] ul ul {
            list-style-type: lower-alpha
        }

        .vditor-reset ol[data-marker="1)"] {
            list-style-type: simp-chinese-formal
        }
        .vditor-reset ol[data-marker="1)"] ol {
            list-style-type: simp-chinese-informal
        }
        .vditor-reset ol[data-marker="1)"] ol ol {
            list-style-type: trad-chinese-formal
        }

vditor16

@Vanessa219 Vanessa219 assigned jakekwak and 88250 and unassigned jakekwak May 11, 2020
@88250
Copy link
Collaborator

88250 commented May 11, 2020

Sorry, I'm not sure what you are talking about.

@jakekwak
Copy link
Contributor Author

@88250 if you add OL data-marker (preview is ok), we can customize the lists at editor mode.

88250 added a commit to 88250/lute that referenced this issue May 11, 2020
no data-marker(editing mode)
Vanessa219/vditor#390
@88250
Copy link
Collaborator

88250 commented May 11, 2020

We updated code, please help us to test it after the next release, thank you.

@88250 88250 closed this as completed May 11, 2020
Vanessa219 added a commit that referenced this issue May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants