{"id":13773740,"url":"https://github.com/tylerecouture/summernote-add-text-tags","last_synced_at":"2025-05-11T06:30:32.681Z","repository":{"id":96639323,"uuid":"102231543","full_name":"tylerecouture/summernote-add-text-tags","owner":"tylerecouture","description":"A summernote extension that adds additional text-level semantic elements (html tags)","archived":false,"fork":false,"pushed_at":"2018-05-18T22:00:08.000Z","size":19,"stargazers_count":5,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-15T03:34:22.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tylerecouture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-03T00:35:50.000Z","updated_at":"2022-06-17T10:52:53.000Z","dependencies_parsed_at":"2024-01-13T11:12:51.104Z","dependency_job_id":"8200421b-50b2-4d57-b88f-a07420c8b039","html_url":"https://github.com/tylerecouture/summernote-add-text-tags","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-add-text-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-add-text-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-add-text-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-add-text-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tylerecouture","download_url":"https://codeload.github.com/tylerecouture/summernote-add-text-tags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225017833,"owners_count":17407836,"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:19.604Z","updated_at":"2024-11-17T08:31:29.530Z","avatar_url":"https://github.com/tylerecouture.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# Summernote Extension: Additional Text Tags\nA [Summernote](http://summernote.org/) extension that adds additional text-level semantic elements (html tags) that are already provided with styling by Bootstrap 3 and 4.\nA backport for older Summernote version (0.6.16) is available in a separate branch.\n\n### Additional tags\n\n* [Inline text elements](https://v4-alpha.getbootstrap.com/content/typography/#inline-text-elements):\n  * `\u003cmark\u003e` highlighted text\n  * `\u003csmall\u003e` fine print\n  * `\u003cins\u003e` indicate text added to a document\n  * `\u003cdelete\u003e` indicating text deleted from a document\n\n* [Inline code elements](https://v4-alpha.getbootstrap.com/content/code/)\n  * `\u003ccode\u003e` for inline code snippets\n  * `\u003csamp\u003e` for sample output\n  * `\u003ckbd\u003e` for indicating user input.\n  * `\u003cvar\u003e` for indicating variables.  \n\n\n### Usage\n\n1. Include the js and css\n2. add `add-text-tags` to your toolbar in the `style` or `font` group:\n\n        $('#summernote').summernote({\n            toolbar: [\n                ...\n                ['style', ['bold', 'italic', 'underline', 'add-text-tags', 'clear']]\n            ]\n        });\n\n### Example\n\nSee Example/example.html or the [fiddle here](https://jsfiddle.net/43Tesseracts/y4t0zep2/).\n\n### Limitations\n\n* This extension doesn't use Summernote's built in parser, but it can handle some basic cross-node insertions.\n* The elements won't toggle on and off, however they will clear with Summernote's `Remove Font Style` button (rubber icon).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerecouture%2Fsummernote-add-text-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerecouture%2Fsummernote-add-text-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerecouture%2Fsummernote-add-text-tags/lists"}