{"id":28739298,"url":"https://github.com/cih2001/pikchr.nvim","last_synced_at":"2025-06-16T06:02:39.216Z","repository":{"id":297991970,"uuid":"998508682","full_name":"Cih2001/pikchr.nvim","owner":"Cih2001","description":"Render Pikchr diagram in neovim","archived":false,"fork":false,"pushed_at":"2025-06-08T19:17:29.000Z","size":371,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T20:26:20.932Z","etag":null,"topics":["lua","neovim","neovim-plugin","pikchr","vim"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Cih2001.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}},"created_at":"2025-06-08T18:56:58.000Z","updated_at":"2025-06-08T19:33:28.000Z","dependencies_parsed_at":"2025-06-08T20:36:39.002Z","dependency_job_id":null,"html_url":"https://github.com/Cih2001/pikchr.nvim","commit_stats":null,"previous_names":["cih2001/pikchr.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cih2001/pikchr.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cih2001%2Fpikchr.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cih2001%2Fpikchr.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cih2001%2Fpikchr.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cih2001%2Fpikchr.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cih2001","download_url":"https://codeload.github.com/Cih2001/pikchr.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cih2001%2Fpikchr.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260109457,"owners_count":22960023,"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":["lua","neovim","neovim-plugin","pikchr","vim"],"created_at":"2025-06-16T06:00:38.736Z","updated_at":"2025-06-16T06:02:39.201Z","avatar_url":"https://github.com/Cih2001.png","language":"HTML","readme":"# 🖼️ pikchr.nvim\n\n**Live-render [Pikchr](https://pikchr.org/) (pronounced \"picture\") diagrams in your browser, directly from Neovim.**\n\n`pikchr.nvim` is a Neovim plugin that watches `.pikchr` files and renders them as SVG in your browser using WebAssembly. Every time you save or edit your file, the diagram is automatically updated in real-time.\n\n![demo](./doc/images/demo.gif)\n\n## ✨ Features\n\n- Live preview of `.pikchr` diagrams in your browser\n- Automatic reload on file changes\n- Uses WebAssembly for fast client-side SVG rendering\n- Zero external dependencies beyond a modern browser\n\n---\n\n## 🚀 Installation\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\n{\n    \"Cih2001/pikchr.nvim\",\n    lazy = false, -- or set true for lazy loading\n    cmd = \"Pikchr\",\n    config = function()\n        require(\"pikchr\").setup({\n            server_port = 1234,\n        })\n    end,\n},\n```\n\n## Usage\n\n- To start the local server run `:Pikchr start` and navigate to \"http://localhost:1234\"\n- To stop the local server run `:Pikchr stop`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcih2001%2Fpikchr.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcih2001%2Fpikchr.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcih2001%2Fpikchr.nvim/lists"}