{"id":13672594,"url":"https://github.com/fsword/markslide","last_synced_at":"2026-01-07T15:57:03.701Z","repository":{"id":4602602,"uuid":"5745728","full_name":"fsword/markslide","owner":"fsword","description":"build your slide by markdown text","archived":false,"fork":false,"pushed_at":"2013-06-08T11:12:54.000Z","size":159,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T10:42:36.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/fsword.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":"2012-09-10T06:32:06.000Z","updated_at":"2024-08-16T09:47:19.000Z","dependencies_parsed_at":"2022-08-27T16:00:49.182Z","dependency_job_id":null,"html_url":"https://github.com/fsword/markslide","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/fsword%2Fmarkslide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsword%2Fmarkslide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsword%2Fmarkslide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsword%2Fmarkslide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsword","download_url":"https://codeload.github.com/fsword/markslide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251219601,"owners_count":21554444,"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-02T09:01:40.858Z","updated_at":"2026-01-07T15:57:03.662Z","avatar_url":"https://github.com/fsword.png","language":"Ruby","readme":"Build your slides by markdown!\n------------------------------\n\n## Why markslide\nI'm very excited about [deck.js](https://github.com/imakewebthings/deck.js) project. But editing html directly isn't that handy. I tried zen-coding to save some time. Still, it's not intuitive enough. Then markdown came to me. So here's these two lovely things combined.\n\n## Compatible\nThe code is compatible with ruby 1.9/2.0.  \n\n## Usage\n* fork this project as your own\n* clone your project\n\n```\ngit clone git://github.com/fsword/markslide.git\ncd markslide\ngit submodule update --init --recursive\nbundle install\n```\n\n* create your slide named index.md ( on project )\n* generate index.html\n\n```\nrake generate #will be generated on the project folder\n```\n\n* Open it by your favourite browser\n\n## Special Usage\n* You can run this command to pkg your slide resource as \u003cgit branche name\u003e.zip\n\n```\nrake pkg\n```\n\n* If you want to modify the content continuously, you may run this command to `guard` the file's modification.\n\n```\nguard\n```\n* Presenter view. Markslide could use two window for both presenter and audience.\n    open index.html in your browser, it is called 'main view'\n    press 'q' on the keyboard, then browser will open presenter view\n    any slide change event of presenter view will be copy to main view\n\n## Markup\n* Encode: UTF-8 is the only supported encoding.\n* H1, H2 will be surrounded by section which class is slide, such as:\n\n```markdown\n# First Head\n## Second Head\n```\n\nwill become\n\n```html\n\u003csection class=\"slide\"\u003e\n\u003ch1\u003eFirst Head\u003c/h1\u003e\n\u003c/section\u003e\n\u003csection class=\"slide\"\u003e\n\u003ch2\u003eSecond Head\u003c/h2\u003e\n\u003c/section\u003e\n```\n\n* Every content that begin with ':' will be set slide class, such as:\n\n```markdown\n* :hello\n```\nwill become\n\n```html\n\u003cli class=\"slide\"\u003ehello\n\u003c/li\u003e\n```\n\n* Comment can be show/hide by press 'p'. You can put '!' on the front of code section to indicate comments, such as:\n\n```markdown\n`!comment`\n```\n\nwill become\n```html\n\u003ccode class=\"comment\"\u003ecomment\u003c/code\u003e\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsword%2Fmarkslide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsword%2Fmarkslide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsword%2Fmarkslide/lists"}