{"id":13646962,"url":"https://github.com/hniksic/emacs-htmlize","last_synced_at":"2025-04-21T21:31:59.629Z","repository":{"id":13977563,"uuid":"75499767","full_name":"hniksic/emacs-htmlize","owner":"hniksic","description":"Convert buffer text and decorations to HTML.","archived":false,"fork":false,"pushed_at":"2024-09-17T20:16:47.000Z","size":269,"stargazers_count":193,"open_issues_count":18,"forks_count":44,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-09T20:37:55.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hniksic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-12-03T20:53:48.000Z","updated_at":"2024-09-21T12:41:18.000Z","dependencies_parsed_at":"2024-01-14T10:14:42.230Z","dependency_job_id":"65d72cac-c5cc-4f36-9a2c-9b236dfc0199","html_url":"https://github.com/hniksic/emacs-htmlize","commit_stats":{"total_commits":137,"total_committers":7,"mean_commits":"19.571428571428573","dds":"0.058394160583941646","last_synced_commit":"dd27bc3f26efd728f2b1f01f9e4ac4f61f2ffbf9"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hniksic%2Femacs-htmlize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hniksic%2Femacs-htmlize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hniksic%2Femacs-htmlize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hniksic%2Femacs-htmlize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hniksic","download_url":"https://codeload.github.com/hniksic/emacs-htmlize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250136797,"owners_count":21380891,"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-02T01:03:16.826Z","updated_at":"2025-04-21T21:31:59.386Z","avatar_url":"https://github.com/hniksic.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# htmlize --- Convert buffer text and decorations to HTML\n\n[![MELPA](https://melpa.org/packages/htmlize-badge.svg)](https://melpa.org/#/htmlize)\n\nThis package converts the buffer text and the associated\ndecorations to HTML.  Mail to \u003chniksic@gmail.com\u003e to discuss\nfeatures and additions.  All suggestions are more than welcome.\n\nTo use it, just switch to the buffer you want HTML-ized and type\n\u003ckbd\u003eM-x htmlize-buffer\u003c/kbd\u003e.  You will be switched to a new buffer\nthat contains the resulting HTML code.  You can edit and inspect this\nbuffer, or you can just save it with \u003ckbd\u003eC-x C-w\u003c/kbd\u003e.  \u003ckbd\u003eM-x\nhtmlize-file\u003c/kbd\u003e will find a file, fontify it, and save the HTML\nversion in `FILE.html`, without any additional intervention.  \u003ckbd\u003eM-x\nhtmlize-many-files\u003c/kbd\u003e allows you to htmlize any number of files in\nthe same manner.  \u003ckbd\u003eM-x htmlize-many-files-dired\u003c/kbd\u003e does the\nsame for files marked in a dired buffer.\n\nhtmlize supports three types of HTML output, selected by setting\n`htmlize-output-type`: `css`, `inline-css` (optimized for code\nsnippets), and `font` (simpler output, doesn't rely on CSS).  See\n[`htmlize.el.html`][1] for an example of generated HTML.\n\nYou can also use htmlize from your Emacs Lisp code.  When called\nnon-interactively, `htmlize-buffer` and `htmlize-region` will\nreturn the resulting HTML buffer, but will not change current\nbuffer or move the point.  htmlize will do its best to work on\nnon-windowing Emacs sessions but the result will be limited to\ncolors supported by the terminal.\n\nhtmlize aims for compatibility with older Emacs versions.  Please\nlet me know if it doesn't work on the version of GNU Emacs that you\nare using.\n\n\n[1]: http://htmlpreview.github.io/?https://github.com/hniksic/emacs-htmlize/blob/master/htmlize.el.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhniksic%2Femacs-htmlize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhniksic%2Femacs-htmlize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhniksic%2Femacs-htmlize/lists"}