{"id":13711424,"url":"https://github.com/coldnew/org-html5slide","last_synced_at":"2026-03-10T04:04:14.144Z","repository":{"id":9737896,"uuid":"11698650","full_name":"coldnew/org-html5slide","owner":"coldnew","description":"Export org-mode to html5 slide.","archived":false,"fork":false,"pushed_at":"2022-10-25T05:21:06.000Z","size":7,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-05T02:18:46.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/coldnew.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}},"created_at":"2013-07-27T02:22:15.000Z","updated_at":"2024-01-12T18:06:14.000Z","dependencies_parsed_at":"2023-01-11T17:41:18.945Z","dependency_job_id":null,"html_url":"https://github.com/coldnew/org-html5slide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coldnew/org-html5slide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Forg-html5slide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Forg-html5slide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Forg-html5slide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Forg-html5slide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldnew","download_url":"https://codeload.github.com/coldnew/org-html5slide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Forg-html5slide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30238093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T23:52:25.683Z","status":"ssl_error","status_checked_at":"2026-03-07T23:52:25.373Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-02T23:01:08.052Z","updated_at":"2026-03-10T04:04:14.127Z","avatar_url":"https://github.com/coldnew.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"\u003ca href=\"http://github.com/coldnew/org-html5slide\"\u003e\u003cimg src=\"https://www.gnu.org/software/emacs/images/emacs.png\" alt=\"Emacs Logo\" width=\"80\" height=\"80\" align=\"right\"\u003e\u003c/a\u003e\n## ox-html5slide.el\n*Export org-mode to HTML5 slide.*\n\n---\n[![License GPLv2](https://img.shields.io/badge/license-GPL_v2-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)\n[![MELPA](http://melpa.org/packages/ox-html5slide-badge.svg)](http://melpa.org/#/ox-html5slide)\n\nox-html5slide.el is a rewrite version of org-html5presentation.el\nand only support org-mode 8.0 or above.\n\n\n### Installation (not done yet)\n\n\nIf you have `melpa` and `emacs24` installed, simply type:\n\n     M-x package-install org-html5slide\n\nIn your .emacs\n\n     (require 'ox-html5slide)\n\n\n\n### Customization Documentation\n\n#### `org-html5slide-hlevel`\n\nThe minimum level of headings that should be grouped into\nvertical slides.\n\n#### `org-html5slide-title-slide-template`\n\nFormat template to specify title page slide.\nSee `org-html-postamble-format` for the valid elements which\ncan be include.\n\n### Function and Macro Documentation\n\n#### `(org-html5presentation-get-hlevel INFO)`\n\nGet HLevel value safely.\nIf option \"HTML5SLIDE_HLEVEL\" is set, retrieve integer value from it,\nelse get value from custom variable `org-html5slide-hlevel`.\n\n#### `(org-html5slide-center-block CENTER-BLOCK CONTENTS INFO)`\n\nTranscode a CENTER-BLOCK element from Org to HTML.\nCONTENTS holds the contents of the block.  INFO is a plist\nholding contextual information.\n\n#### `(org-html5slide-stylesheets INFO)`\n\nReturn the HTML contents for declaring html5slide stylesheets.\n\n#### `(org-html5slide-headline HEADLINE CONTENTS INFO)`\n\nTranscode a HEADLINE element from Org to html5presentation.\nCONTENTS holds the contents of the headline. INFO is a plist\nholding contextual information.\n\n#### `(org-html5slide-section SECTION CONTENTS INFO)`\n\nTranscode a SECTION element from Org to HTML.\nCONTENTS holds the contents of the section. INFO is a plist\nholding contextual information.\n\n#### `(org-html5slide-template CONTENTS INFO)`\n\nReturn complete document string after HTML conversion.\ncontents is the transoded contents string.\ninfo is a plist holding eport options.\n\n#### `(org-html5slide-export-as-html \u0026optional ASYNC SUBTREEP VISIBLE-ONLYBODY-ONLY EXT-PLIST)`\n\nExport current buffer to an HTML buffer.\nExport is done in a buffer named \"*Org HTML5 Slide Export*\", which\nwill be displayed when `org-export-show-temporary-export-buffer`\nis non-nil.\n\n#### `(org-html5slide-export-to-html \u0026optional ASYNC SUBTREEP VISIBLE-ONLYBODY-ONLY EXT-PLIST)`\n\nExport current buffer to a HTML5 slide HTML file.\n\n-----\n\u003cdiv style=\"padding-top:15px;color: #d0d0d0;\"\u003e\nMarkdown README file generated by\n\u003ca href=\"https://github.com/mgalgs/make-readme-markdown\"\u003emake-readme-markdown.el\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldnew%2Forg-html5slide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldnew%2Forg-html5slide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldnew%2Forg-html5slide/lists"}