{"id":25900870,"url":"https://github.com/pixelastic/markdown-preview","last_synced_at":"2026-03-06T02:10:00.395Z","repository":{"id":57137032,"uuid":"109404943","full_name":"pixelastic/markdown-preview","owner":"pixelastic","description":"Renders a preview of a markdown text in your browser.","archived":false,"fork":false,"pushed_at":"2017-11-03T17:27:09.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T15:52:29.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/pixelastic.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":"2017-11-03T14:26:42.000Z","updated_at":"2017-11-03T16:46:55.000Z","dependencies_parsed_at":"2022-09-01T03:01:09.855Z","dependency_job_id":null,"html_url":"https://github.com/pixelastic/markdown-preview","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Fmarkdown-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Fmarkdown-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Fmarkdown-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelastic%2Fmarkdown-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelastic","download_url":"https://codeload.github.com/pixelastic/markdown-preview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596338,"owners_count":19988064,"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":"2025-03-03T02:19:28.797Z","updated_at":"2026-03-06T02:09:55.356Z","avatar_url":"https://github.com/pixelastic.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markdown-preview\n\nRenders a preview of a markdown text in your browser.\n\n## Usage\n\n```sh\n$ markdown-preview ./readme.md\n```\n\n![Preview](./screenshot.png)\n\n## Installation\n\nInstall globally with `yarn global add @pixelastic/markdown-preview`\n\n## Integration with vim\n\nI've added the following mapping to my `after/ftplugin/markdown.vim` to see\na preview when I press `F5`.\n\n```vim\nnnoremap \u003csilent\u003e \u003cbuffer\u003e \u003cF5\u003e :call MarkdownPreview()\u003cCR\u003e\nfunction! MarkdownPreview()\n  silent execute ':!nohup markdown-preview % \u0026\u003e/dev/null \u0026'\n  redraw!\nendfunction\n```\n\n## Limitations\n\n- Uses a hard-coded `/tmp/` to store the HTML file\n- Uses a hard-coded `google-chrome` to open the file\n- Does not handle local images\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelastic%2Fmarkdown-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelastic%2Fmarkdown-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelastic%2Fmarkdown-preview/lists"}