{"id":13819501,"url":"https://github.com/nakajima/slidedown","last_synced_at":"2025-04-13T00:47:16.622Z","repository":{"id":518988,"uuid":"147180","full_name":"nakajima/slidedown","owner":"nakajima","description":"Generate syntax-highlighted slides from Markdown","archived":false,"fork":false,"pushed_at":"2012-02-16T18:28:06.000Z","size":431,"stargazers_count":442,"open_issues_count":13,"forks_count":45,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-13T00:47:12.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nakajima.github.com/slidedown","language":"JavaScript","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/nakajima.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":"2009-03-10T07:26:13.000Z","updated_at":"2025-02-23T12:24:44.000Z","dependencies_parsed_at":"2022-07-14T18:30:44.311Z","dependency_job_id":null,"html_url":"https://github.com/nakajima/slidedown","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/nakajima%2Fslidedown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakajima%2Fslidedown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakajima%2Fslidedown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakajima%2Fslidedown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nakajima","download_url":"https://codeload.github.com/nakajima/slidedown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650433,"owners_count":21139672,"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-04T08:00:49.355Z","updated_at":"2025-04-13T00:47:16.602Z","avatar_url":"https://github.com/nakajima.png","language":"JavaScript","funding_links":[],"categories":["Happy Exploring 🤘"],"sub_categories":[],"readme":"# slidedown\n\nGenerate HTML slides with Markdown.\n\n*Spoiler Alert: It doesn't work so well with Internet Explorer. Other browsers should be fine.*\n\n## Usage\n\nWrite your talk.\n\n    !SLIDE\n    \n    # This is my talk\n    \n    !SLIDE\n    \n    ## I hope you enjoy it\n    \n    !SLIDE code\n    \n        def foo\n          :bar\n        end\n    \n    !SLIDE\n    \n    Google is [here](http://google.com)\n    \n    !SLIDE\n    \n    # Questions?\n\nGenerate the output:\n\n    $ slidedown my-talk.md\n\n### Custom Styles\n\nTo add custom styles to your slides, just create stylesheets in the same directory as your presentation markdown file:\n\n    | - presentation-directory\n      | - slides.md\n      | - styles.css\n\nThe additional styles will be added to your generated slides.\n\n## Navigation\n\nGive your presentation!\n\n* left, right arrows to navigate through slides\n* esc to go home\n\n## Syntax Highlighting\n\nFor Ruby:\n\n    @@@ ruby\n        def foo\n          :bar\n        end\n    @@@\n\nFor Javascript\n\n    @@@ js\n        function foo() {\n          return 'bar';\n        }\n    @@@\n\nFor ERb:\n\n    @@@ rhtml\n        \u003c%= @post.created_at.to_s(:fancy) %\u003e\n    @@@\n\n### Requirements\n\n* Nokogiri\n* makers-mark\n* pygments (for syntax highlighting)\n\n## Todo\n\n* Other means of navigation besides left/right keys\n* Vertical view of all slides in a row\n* Generate PDFs (maybe via cucumber)\n* Stop making Nokogiri sad when parsing out snippets\n\n## Contributors\n\n* Pat Nakajima\n* Dan Croak\n\n(c) Copyright 2009 Pat Nakajima\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n \nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakajima%2Fslidedown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnakajima%2Fslidedown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakajima%2Fslidedown/lists"}