We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
nugget: { list: [ '[[Condo.title]]', '[[Condo.address]]', '[[Condo.addresstext]]', '[[Customer.name]]', '[[Customer.address]]', '[[Date]]' ] }
Sorry, something went wrong.
Use this a custom button to insert custom codes ( Nuggets ) in the editor
Is Condo a JavaScript object here? Or a django model?
No branches or pull requests
Hi! I 'm trying to use this with django-summernote.
Here's my settings:
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?
The text was updated successfully, but these errors were encountered: