{"id":15357174,"url":"https://github.com/gera2ld/coc-reveal","last_synced_at":"2026-05-06T07:34:34.968Z","repository":{"id":57201989,"uuid":"348789166","full_name":"gera2ld/coc-reveal","owner":"gera2ld","description":"Transform your Markdown to slides","archived":false,"fork":false,"pushed_at":"2021-06-15T04:17:29.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T07:19:02.279Z","etag":null,"topics":["coc","coc-extension","markdown","reveal-js"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gera2ld.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}},"created_at":"2021-03-17T17:06:21.000Z","updated_at":"2021-06-15T04:17:31.000Z","dependencies_parsed_at":"2022-09-17T12:01:03.789Z","dependency_job_id":null,"html_url":"https://github.com/gera2ld/coc-reveal","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcoc-reveal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcoc-reveal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcoc-reveal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcoc-reveal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gera2ld","download_url":"https://codeload.github.com/gera2ld/coc-reveal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245865337,"owners_count":20685209,"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":["coc","coc-extension","markdown","reveal-js"],"created_at":"2024-10-01T12:33:40.494Z","updated_at":"2026-05-06T07:34:34.897Z","avatar_url":"https://github.com/gera2ld.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coc-reveal\n\nTransform your Markdown to slides powered by [reveal.js](https://github.com/hakimel/reveal.js/).\n\nThis is an extension for [coc.nvim](https://github.com/neoclide/coc.nvim).\n\n## Installation\n\nFirst, make sure [coc.nvim](https://github.com/neoclide/coc.nvim) is started.\n\nThen install with the Vim command:\n\n```\n:CocInstall coc-reveal\n```\n\n## Usage\n\nOpen a Markdown, and execute:\n\n```viml\n:CocCommand reveal.it\n```\n\nAn HTML file with the same basename as the Markdown file will be created and opened in your default browser.\n\n### Key mappings\n\nThere is no default key mapping, but you can easily add your own:\n\n```viml\n\" Create slides from the whole file\nnmap \u003cLeader\u003er \u003cPlug\u003e(coc-reveal-it)\n\" Create slides from the selected lines\nvmap \u003cLeader\u003er \u003cPlug\u003e(coc-reveal-it-v)\n```\n\n### Commands\n\nIt is also possible to add a command to create slides.\n\n```viml\ncommand! -range=% RevealIt CocCommand reveal.it \u003cline1\u003e \u003cline2\u003e\n```\n\nNow you have the `:RevealIt` command to create slides, either from the whole file or selected lines.\n\n### Front matter\n\nYou can change the default options in front matter:\n\n```markdown\n---\ntitle: The title of my slides\nauthor: Me\n---\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Fcoc-reveal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgera2ld%2Fcoc-reveal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Fcoc-reveal/lists"}