{"id":22780036,"url":"https://github.com/babab/vim-djazz","last_synced_at":"2026-02-01T23:32:44.432Z","repository":{"id":3907688,"uuid":"4996347","full_name":"babab/vim-djazz","owner":"babab","description":"A Vim plugin that helps you write (x)HTML and Django templates faster.","archived":false,"fork":false,"pushed_at":"2013-01-28T22:36:16.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T08:47:54.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","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/babab.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":"2012-07-11T22:57:51.000Z","updated_at":"2013-01-28T22:36:17.000Z","dependencies_parsed_at":"2022-08-26T07:40:28.723Z","dependency_job_id":null,"html_url":"https://github.com/babab/vim-djazz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/babab/vim-djazz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-djazz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-djazz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-djazz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-djazz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babab","download_url":"https://codeload.github.com/babab/vim-djazz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-djazz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28994918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: 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":"2024-12-11T20:12:06.633Z","updated_at":"2026-02-01T23:32:44.416Z","avatar_url":"https://github.com/babab.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-djazz\n\nA plugin that helps you write Django templates faster.\nAlso, my first attempt at writing a Vimscript.\n\n\n## Installing\n\nInstalling is really simple if you use pathogen.vim\n\n    $ cd ~/.vim/bundle\n    $ git clone git://github.com/babab/vim-djazz.git\n\nIf you don't (want to) use pathogen.vim or similar plugins you can source\nthe vim-djazz.vim file in your `.vimrc` after downloading it.\n\n    source /path/to/vim-djazz/plugin/vim-djazz.vim\n\n\n## Getting help while editing\n\nIf you use pathogen.vim make sure to run `:Helptags` at least once after\ninstalling to make sure the help file can be found.\n\nGet help in Vim by running `:help djazz`\n\n\n## Creating Django specific template entities\n\n### Django tag\n\nCreate django {% tag %} (from current line).\n\n    {% name %}\n\n* normal mode keybindig: `;de`\n* normal mode command: `:DjangoTag`\n* insert mode keysequence: `{{T`\n\n### Django 'variable' tag\n\nCreate Django {{ var }} (from current line).\n\n    {{ name }}\n\n* normal mode keybindig: `;dd`\n* normal mode command: `:DjangoVar`\n* insert mode keysequence: `{{V`\n\n\n### Django block\n\nCreate block tag (from current line) and add endblock tag on next line.\n\n    {% block name %}\n    {% endblock %}\n\n* normal mode keybindig: `;dc`\n* normal mode command: `:DjangoBlock`\n* insert mode keysequence: `{{B`\n\n\n### Django forloop\n\nCreate a forloop block, asking for name and iterator.\n\n    {% for iterator in name %}\n    {% endblock %}\n\n* insert mode keysequence: `{{F`\n\n\n## License\n\nCopyright (c) 2012-2013  Benjamin Althues \u003cbenjamin@babab.nl\u003e\n\nPermission to use, copy, modify, and distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabab%2Fvim-djazz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabab%2Fvim-djazz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabab%2Fvim-djazz/lists"}