{"id":13862613,"url":"https://github.com/shime/emacs-livedown","last_synced_at":"2026-01-24T03:37:31.373Z","repository":{"id":23749535,"uuid":"27123642","full_name":"shime/emacs-livedown","owner":"shime","description":"Emacs plugin for Livedown.","archived":false,"fork":false,"pushed_at":"2023-02-10T19:40:15.000Z","size":14,"stargazers_count":115,"open_issues_count":5,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-27T15:26:29.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-11-25T11:58:47.000Z","updated_at":"2024-10-22T16:19:21.000Z","dependencies_parsed_at":"2024-01-28T10:19:01.085Z","dependency_job_id":"a65d9b04-9aab-41ba-87da-18990e18d5a1","html_url":"https://github.com/shime/emacs-livedown","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Femacs-livedown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Femacs-livedown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Femacs-livedown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Femacs-livedown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shime","download_url":"https://codeload.github.com/shime/emacs-livedown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475962,"owners_count":19645041,"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-05T06:01:48.593Z","updated_at":"2025-11-05T23:30:32.271Z","avatar_url":"https://github.com/shime.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# livedown.el\n\nEmacs plugin for [Livedown](https://github.com/shime/livedown).\n\n![](https://twobucks.co/assets/emacs-livedown.gif)\n\n## Installation\n\nFirst make sure you have [node](http://nodejs.org/) with [npm](https://www.npmjs.org/) installed.\n\nThen install `livedown` with\n\n    $ npm install -g livedown\n\nThen install this plugin with\n\n```shell\ngit clone https://github.com/shime/emacs-livedown.git ~/.emacs.d/emacs-livedown\ncat \u003c\u003cEOF \u003e\u003e ~/.emacs.d/init.el\n(add-to-list 'load-path (expand-file-name \"~/.emacs.d/emacs-livedown\"))\n(require 'livedown)\nEOF\n```\n\n## Configuration\n\nThis plugin uses some configurable variables, with the following defaults\n\n```elisp\n(custom-set-variables\n '(livedown-autostart nil) ; automatically open preview when opening markdown files\n '(livedown-open t)        ; automatically open the browser window\n '(livedown-port 1337)     ; port for livedown server\n '(livedown-browser nil))  ; browser to use\n```\n\nMake sure to place them before the `require` line in your `init.el`.\n\nYou can also call the functions manually with\n\n```elisp\nM-x livedown-preview\nM-x livedown-kill\n```\n\nOr for bonus points, define a keybinding with\n\n```elisp\n(global-set-key (kbd \"C-M-m\") 'livedown-preview)\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Femacs-livedown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshime%2Femacs-livedown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Femacs-livedown/lists"}