{"id":33390273,"url":"https://github.com/tttol/md-outline.nvim","last_synced_at":"2026-01-12T12:36:47.076Z","repository":{"id":321895869,"uuid":"1086774740","full_name":"tttol/md-outline.nvim","owner":"tttol","description":"This is a NeoVim plugin that displays the outline of markdown file neovim","archived":false,"fork":false,"pushed_at":"2025-11-10T21:45:25.000Z","size":115451,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T09:58:37.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tttol.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-30T22:15:36.000Z","updated_at":"2025-11-13T13:53:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tttol/md-outline.nvim","commit_stats":null,"previous_names":["tttol/md-outline.nvim"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tttol/md-outline.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttol%2Fmd-outline.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttol%2Fmd-outline.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttol%2Fmd-outline.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttol%2Fmd-outline.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tttol","download_url":"https://codeload.github.com/tttol/md-outline.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttol%2Fmd-outline.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-11-23T07:00:43.409Z","updated_at":"2026-01-12T12:36:47.066Z","avatar_url":"https://github.com/tttol.png","language":"Lua","funding_links":[],"categories":["Programming Languages Support"],"sub_categories":["Markdown and LaTeX"],"readme":"# md-outline.nvim\n\nA Neovim plugin that displays a live outline of your markdown files in a split window.\n\u003cbr/\u003e\n![image](static/md-outline-example.png)\n\n## Features\n- **Automatic outline management**: Opens automatically when entering markdown files, closes when leaving\n- **Real-time updates**: Outline content updates as you edit the file\n- **Current heading highlight**: Highlights the heading corresponding to your cursor position\n- **Auto-sync on buffer switch**: Automatically updates the outline when switching between markdown files\n![demo gif](static/demo5.gif)\n\n## Installation(example for [lazy.nvim](https://github.com/folke/lazy.nvim))\nSimple installation\n```lua:.~/.config/nvim/plugins/md-outline.lua\nreturn {\n  'tttol/md-outline.nvim',\n}\n\n```\n\nTo configure options\n```lua:.~/.config/nvim/plugins/md-outline.lua\nreturn {\n  'tttol/md-outline.nvim',\n  config = function()\n    require('md-outline').setup({\n      auto_open = false -- default: true\n    })\n  end\n}\n\n```\n\n## Usage\n\n### Basic Commands\n\n- `:MdoOpen` - Open the markdown outline in a split window\n- `:MdoClose` - Close the outline window\n\n### Configuration\n\n```lua\nrequire('md-outline').setup({\n  auto_open = true  -- Automatically open outline for markdown files (default: true)\n})\n```\n\n#### Options\n\n- `auto_open` (boolean, default: `true`): Enable/disable automatic outline opening when entering markdown files\n\n## How It Works\n\nWhen you open a markdown file:\n1. The outline window opens automatically on the right side (if `auto_open` is enabled)\n2. All headings (`#`, `##`, `###`, etc.) are extracted and displayed with proper indentation\n3. As you move your cursor, the current heading is highlighted in the outline\n4. When you edit the file, the outline updates in real-time\n5. When you switch to a non-markdown file, the outline closes automatically\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttol%2Fmd-outline.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftttol%2Fmd-outline.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttol%2Fmd-outline.nvim/lists"}