Skip to content

What is a nugget? #2

@tylerecouture

Description

@tylerecouture

Hi! I 'm trying to use this with django-summernote.

Here's my settings:

    'summernote': {
        'nugget': {
            'list': [  # list of your nuggets
                '<b>test nugget</b>',
                '[[code nugget 2]]',
                '[[code nugget 3]]'
            ]
        },
    },

In the editor's menu, it shows test nugget in bold, but when I click it I just get "undefined" in the editor.

I'm not sure I know how to use this? Can you provide a useful example of a nugget?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions