{"id":19350807,"url":"https://github.com/terroo/vim-auto-markdown","last_synced_at":"2025-04-23T07:30:51.359Z","repository":{"id":96860350,"uuid":"252874906","full_name":"terroo/vim-auto-markdown","owner":"terroo","description":"Auto complete fo Vim","archived":false,"fork":false,"pushed_at":"2020-10-23T09:56:24.000Z","size":28,"stargazers_count":21,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T09:44:36.576Z","etag":null,"topics":["autocompletion","markdown","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terroo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-04-04T00:43:43.000Z","updated_at":"2023-09-20T00:01:58.000Z","dependencies_parsed_at":"2023-06-26T01:50:44.556Z","dependency_job_id":null,"html_url":"https://github.com/terroo/vim-auto-markdown","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/terroo%2Fvim-auto-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fvim-auto-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fvim-auto-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fvim-auto-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terroo","download_url":"https://codeload.github.com/terroo/vim-auto-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250390991,"owners_count":21422823,"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":["autocompletion","markdown","plugin","vim"],"created_at":"2024-11-10T04:33:52.711Z","updated_at":"2025-04-23T07:30:51.347Z","avatar_url":"https://github.com/terroo.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-auto-markdown\nAuto complete for Vim\n\n# Instalation\nUse Vundle:\n```sh\nPlugin 'terroo/vim-auto-markdown'\n\" :PluginInstall\n```\n\nUse vim-plug:\n\n```sh\nPlug 'terroo/vim-auto-markdown'\n\" :PlugInstall\"\n```\n\n# Use\n## The character `|` shows the position that the cursor will be after command followed by TAB.\n\u003e Works only on `.md`, `.markdown`, `.mdown`, `.mkdn`, `.md`, `.mkd`, `.mdwn`, `.mdtxt`, `.mdtext`, `.text `and `.Rmd ` files.\n\n+ Type: `code\u003cTab\u003e` and it will auto complete for:\n```sh\n```sh\n|\n`` `\n\n```\n+ Type `python\u003cTab\u003e` and it will auto complete for:\n```sh\n```python\nprint('|')\n`` `\n```\n+ Type `ruby\u003cTab\u003e` and it will auto complete for:\n```sh\n  ```ruby\n  puts '|'\n  `` `\n```\n+ Type `c++\u003cTab\u003e` and it will auto complete for:\n```sh\n  ```c++\n  |\n  `` `\n```\n+ Type `bash\u003cTab\u003e` and it will auto complete for:\n```sh\n  ```bash\n  |\n  `` `\n```\n+ Type `js\u003cTab\u003e` and it will auto complete for:\n```sh\n```js\nconsole.log('|')\n`` `\n```\n+ Type `json\u003cTab\u003e` and it will auto complete for:\n```sh\n```json\n{\n  |\n}\n`` `\n```\n+ Type `html\u003cTab\u003e` and it will auto complete for:\n```sh\n```html\n\u003chtml\u003e|\u003c/html\u003e\n`` `\n```\n+ Type: `img\u003cTab\u003e` and it will auto complete for:\n```sh\n![|alt](url)\n```\n+ Type: `href\u003cTab\u003e` and it will auto complete for:\n```sh\n[|name](url)\n```\n+ Type: `pre\u003cTab\u003e` and it will auto complete for:\n```sh\n`|`\n```\n+ Type: `hr\u003cTab\u003e` and it will auto complete for:\n```sh\n\n---\n\n|\n```\n+ Type: `h1\u003cTab\u003e` and it will auto complete for:\n```sh\n# |\n```\n+ Type: `h2\u003cTab\u003e` and it will auto complete for:\n```sh\n## |\n```\n+ Type: `h3\u003cTab\u003e` and it will auto complete for:\n```sh\n### |\n```\n+ Type: `h4\u003cTab\u003e` and it will auto complete for:\n```sh\n#### | ####\n```\n+ Type `h5\u003cTab\u003e` and it will auto complete for:\n```sh\n##### | #####\n```\n+ Type `h6\u003cTab\u003e` and it will auto complete for:\n```sh\n###### | ######\n```\n\u003e This README is still in development, but the plugin already works, but there are still improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterroo%2Fvim-auto-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterroo%2Fvim-auto-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterroo%2Fvim-auto-markdown/lists"}