{"id":13503352,"url":"https://github.com/shime/vim-livedown","last_synced_at":"2025-09-17T21:53:48.508Z","repository":{"id":23672375,"uuid":"27043579","full_name":"shime/vim-livedown","owner":"shime","description":"Vim plugin for Livedown.","archived":false,"fork":false,"pushed_at":"2020-03-19T16:10:31.000Z","size":10,"stargazers_count":490,"open_issues_count":10,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-13T14:41:01.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim script","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/shime.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":"2014-11-23T19:01:17.000Z","updated_at":"2025-01-12T10:58:31.000Z","dependencies_parsed_at":"2022-07-10T04:17:22.508Z","dependency_job_id":null,"html_url":"https://github.com/shime/vim-livedown","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shime/vim-livedown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fvim-livedown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fvim-livedown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fvim-livedown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fvim-livedown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shime","download_url":"https://codeload.github.com/shime/vim-livedown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fvim-livedown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275672829,"owners_count":25507467,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"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":[],"created_at":"2024-07-31T22:02:47.978Z","updated_at":"2025-09-17T21:53:48.470Z","avatar_url":"https://github.com/shime.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# livedown.vim\n\nA Vim plugin for [Livedown](https://github.com/shime/livedown).\n\n![](https://twobucks.co/assets/livedown.gif)\n\n## Installation\n\nFirst make sure you have [node](http://nodejs.org/) with [npm](https://www.npmjs.org/) installed.\n\nIf you have node do\n\n    $ npm install -g livedown\n\nThen install this plugin with your preferred installation method. I recommend installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and then simply copy and paste\n\n    $ git clone git://github.com/shime/vim-livedown.git ~/.vim/bundle/vim-livedown\n\n## Usage\n\nThe following commands are available\n\n```vimscript\n\" launch the Livedown server and preview your markdown file\n:LivedownPreview\n\n\" stop the Livedown server\n:LivedownKill\n\n\" launch/kill the Livedown server\n:LivedownToggle\n```\n\nBonus points for setting your own mapping\n\n```vimscript\nnmap gm :LivedownToggle\u003cCR\u003e\n```\n\n## Configuration\n\nThere are several configuration variables you can customize to suit your needs, with the following defaults.\n\n```vimscript\n\" should markdown preview get shown automatically upon opening markdown buffer\nlet g:livedown_autorun = 0\n\n\" should the browser window pop-up upon previewing\nlet g:livedown_open = 1\n\n\" the port on which Livedown server will run\nlet g:livedown_port = 1337\n\n\" the browser to use, can also be firefox, chrome or other, depending on your executable\nlet g:livedown_browser = \"safari\"\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fvim-livedown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshime%2Fvim-livedown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fvim-livedown/lists"}