{"id":22108819,"url":"https://github.com/stackcheats/sc-remark-reveal-mutate-plugin","last_synced_at":"2026-07-02T06:32:54.279Z","repository":{"id":65493144,"uuid":"374297013","full_name":"stackcheats/sc-remark-reveal-mutate-plugin","owner":"stackcheats","description":"A Gatsby Remark Mutate Plugin to mutate Remark content for RevealJS","archived":false,"fork":false,"pushed_at":"2021-06-19T13:42:09.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T15:40:25.081Z","etag":null,"topics":["gatsby-plugin","mutate","remark","reveal-js","stackcheats"],"latest_commit_sha":null,"homepage":"","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/stackcheats.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-06-06T07:33:55.000Z","updated_at":"2021-10-28T19:11:15.000Z","dependencies_parsed_at":"2023-01-25T20:25:12.085Z","dependency_job_id":null,"html_url":"https://github.com/stackcheats/sc-remark-reveal-mutate-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackcheats/sc-remark-reveal-mutate-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcheats%2Fsc-remark-reveal-mutate-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcheats%2Fsc-remark-reveal-mutate-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcheats%2Fsc-remark-reveal-mutate-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcheats%2Fsc-remark-reveal-mutate-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackcheats","download_url":"https://codeload.github.com/stackcheats/sc-remark-reveal-mutate-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcheats%2Fsc-remark-reveal-mutate-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35036551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gatsby-plugin","mutate","remark","reveal-js","stackcheats"],"created_at":"2024-12-01T09:19:37.896Z","updated_at":"2026-07-02T06:32:54.262Z","avatar_url":"https://github.com/stackcheats.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remark Reveal Mutate\n\nA Gatsby Remark plugin to mutate Markdown contents for [`reveal.js`](https://revealjs.com/).\n\n\u003e This implementation is inspired by [gatsby-remark-slidify](https://www.npmjs.com/package/gatsby-remark-slidify)\n\n[:construction: Plugin Under Development]\n\n## Installation\n\n```sh\n# not published to npm registry. hence use `npm link` to use the plugin locally\nnpm link \u003cpath to sc-remark-reveal-mutate-plugin\u003e\n```\n\n## Configure\n\nAdd the following plugin configuration in `gatsby-config.js` to activate the plugin\n\n\u003e This is a `remark` mutate plugin. Hence, the plugin should be configured as a plugin of `gatsby-transformer-remark`\n\n```js\n{\n    resolve: `gatsby-transformer-remark`,\n    options: {\n        plugins: [\n            {\n                resolve: 'sc-remark-reveal-mutate',\n            },\n        ],\n    },\n},\n```\n\n### Markdown Content\n\nThe following structure is used to represent the markdown contents for `reveal` slide deck.\n\n```sh\nreveal: true    # frontmatter says it is reveal content\n--v--           # used to annotate vertical slide\n--h--           # used to annotate horizontal slide\nreveal-note:     # used to annotate notes\n```\n\nA sample markdown content is given below\n\n```md\n---\nreveal: true\n---\n\n# StackCheats\n\nStackCheats is a personal blog created by Athiththan.\n\n--h--\n\n## Now Supports Reveal!!!\n\nStackCheats now supports `revealjs` slide decks to provide more feasible contents. Now you can move down to learn more\n\n--v--\n\n## Yay!!!\n\nNow you are watching a vertical slide content\n\nreveal-note:\n\nThis a side (speaker) note section presenting few additional points or notes relevant to this particular slide. \n\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackcheats%2Fsc-remark-reveal-mutate-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackcheats%2Fsc-remark-reveal-mutate-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackcheats%2Fsc-remark-reveal-mutate-plugin/lists"}