{"id":13774233,"url":"https://github.com/lqez/summernote-ext-print","last_synced_at":"2025-08-10T13:13:17.560Z","repository":{"id":57158539,"uuid":"49113371","full_name":"lqez/summernote-ext-print","owner":"lqez","description":"Print plugin for summernote","archived":false,"fork":false,"pushed_at":"2023-01-04T09:03:09.000Z","size":3984,"stargazers_count":34,"open_issues_count":0,"forks_count":23,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-14T23:36:42.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lqez.github.io/summernote-ext-print/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lqez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-06T04:57:07.000Z","updated_at":"2023-09-20T14:58:19.000Z","dependencies_parsed_at":"2023-02-02T06:17:06.031Z","dependency_job_id":null,"html_url":"https://github.com/lqez/summernote-ext-print","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqez%2Fsummernote-ext-print","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqez%2Fsummernote-ext-print/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqez%2Fsummernote-ext-print/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqez%2Fsummernote-ext-print/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lqez","download_url":"https://codeload.github.com/lqez/summernote-ext-print/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244189798,"owners_count":20412991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:24.875Z","updated_at":"2025-03-22T07:30:35.264Z","avatar_url":"https://github.com/lqez.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Misc"],"readme":"Print plugin for Summernote\n===========================\n\nThis plugin allows summernote prints its document, not whole web page. \n\nDEMO PAGE : \u003chttp://lqez.github.io/summernote-ext-print/\u003e\n\n\nUSAGE\n-----\n\n 1. If you're using bower, than just type `bower install summernote-ext-print`\n    or download and copy summernote-ext-print to your own directory.\n\n 2. Embed `summernote-ext-print.js` into your page.\n\n 3. Configure the toolbar of summernote like below.\n\n```\n$('#summernote').summernote({\n    toolbar: [\n        ...\n        ['misc', ['print']]\n    ],\n    ...\n});\n```\n\n 4. (Optional) Summernote does not use [Font Awesome](http://fontawesome.io/) by default. But by adding font awesome files on the page, you can see the printer icon inside the print button.\n\n\nOPTIONS\n-------\n\n - `print.stylesheetUrl`\n     - summernote-ext-print uses(inherit) styles/css of original document by default. But if you want to use different styles for printing, set a url of stylesheet file on this.\n\n```\n$('#summernote').summernote({\n    toolbar: [\n        ...\n        ['misc', ['print']]\n    ],\n    print: {\n        'stylesheetUrl': 'url_of_stylesheet_for_printing'\n    }\n    ...\n});\n```\n\n\nAUTHOR\n------\n[@lqez](https://github.com/lqez/)\n\n\nLICENSE\n-------\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flqez%2Fsummernote-ext-print","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flqez%2Fsummernote-ext-print","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flqez%2Fsummernote-ext-print/lists"}