{"id":31733320,"url":"https://github.com/ka10kenhq/dictionary.nvim","last_synced_at":"2025-10-09T08:24:12.464Z","repository":{"id":316918328,"uuid":"1065337302","full_name":"Ka10kenHQ/dictionary.nvim","owner":"Ka10kenHQ","description":"neovim plugin for dictionary | word explanation","archived":false,"fork":false,"pushed_at":"2025-09-27T14:44:42.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T17:02:44.691Z","etag":null,"topics":["dictionary","lua","notes","plugin"],"latest_commit_sha":null,"homepage":"","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/Ka10kenHQ.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-27T14:18:29.000Z","updated_at":"2025-10-01T02:38:29.000Z","dependencies_parsed_at":"2025-09-27T16:19:49.433Z","dependency_job_id":null,"html_url":"https://github.com/Ka10kenHQ/dictionary.nvim","commit_stats":null,"previous_names":["ka10kenhq/dictionary.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ka10kenHQ/dictionary.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ka10kenHQ%2Fdictionary.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ka10kenHQ%2Fdictionary.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ka10kenHQ%2Fdictionary.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ka10kenHQ%2Fdictionary.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ka10kenHQ","download_url":"https://codeload.github.com/Ka10kenHQ/dictionary.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ka10kenHQ%2Fdictionary.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001100,"owners_count":26082991,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dictionary","lua","notes","plugin"],"created_at":"2025-10-09T08:24:07.109Z","updated_at":"2025-10-09T08:24:12.455Z","avatar_url":"https://github.com/Ka10kenHQ.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dictionary.nvim\nA simple Neovim plugin to manage notes.\n\n---\n\u003e **Caution:** Use a `.md` file (Markdown) for your `save_path`. This ensures proper formatting and avoids parsing errors.\n---\n\n\nhttps://github.com/user-attachments/assets/7bd011df-f2fb-4cb0-b016-3232076997c3\n\n\n## Features\n\n- Store notes with `Name` and `Description`.\n- Floating window UI with customizable size and position.\n- Highlighting for names and descriptions.\n- Auto-save and auto-refresh on buffer write.\n- Configurable options for path, floating window size, and border style.\n\n---\n\n## Installation\n\n```lua\nreturn {\n\t\"Ka10kenHQ/dictionary.nvim\",\n\topts = {},\n\tconfig = function(_, opts)\n\t\trequire(\"dictionary\").setup(opts)\n\tend,\n}\n```\n\n## Customize\n\n```lua\nopts = {\n   save_path = \"$HOME/not_here.md\",\n   width_ratio = 0.7,\n   height_ratio = 0.5,\n   border = \"rounded\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fka10kenhq%2Fdictionary.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fka10kenhq%2Fdictionary.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fka10kenhq%2Fdictionary.nvim/lists"}