{"id":21894289,"url":"https://github.com/mfazail/vue-quick-notes","last_synced_at":"2026-05-05T20:32:10.716Z","repository":{"id":65522814,"uuid":"486069829","full_name":"mfazail/vue-quick-notes","owner":"mfazail","description":"Quickly add notes to admin panel/dashboard or websites.","archived":false,"fork":false,"pushed_at":"2022-04-28T08:43:17.000Z","size":150,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T13:44:40.995Z","etag":null,"topics":["admin-notes","notes","vue","vue3"],"latest_commit_sha":null,"homepage":"https://mfazail.github.io/vue-quick-notes/","language":"Vue","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/mfazail.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":"2022-04-27T06:17:28.000Z","updated_at":"2024-01-10T15:25:01.000Z","dependencies_parsed_at":"2023-01-27T06:01:35.788Z","dependency_job_id":null,"html_url":"https://github.com/mfazail/vue-quick-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mfazail/vue-quick-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfazail%2Fvue-quick-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfazail%2Fvue-quick-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfazail%2Fvue-quick-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfazail%2Fvue-quick-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfazail","download_url":"https://codeload.github.com/mfazail/vue-quick-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfazail%2Fvue-quick-notes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260410119,"owners_count":23004801,"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":["admin-notes","notes","vue","vue3"],"created_at":"2024-11-28T13:21:33.762Z","updated_at":"2026-05-05T20:32:10.663Z","avatar_url":"https://github.com/mfazail.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eVue Quick Notes\u003c/h1\u003e\n\u003cp align=\"center\"\u003eQuickly take notes in your admin panel/dashboard or websites.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"300px\" src=\"https://raw.githubusercontent.com/mfazail/vue-quick-notes/main/light.png\" /\u003e\n  \u003cimg width=\"300px\" src=\"https://raw.githubusercontent.com/mfazail/vue-quick-notes/main/dark.png\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\n### npm\n\nUse npm to install.\n\n```bash\nnpm i vue-quick-notes\n```\n\n## Usage\n\n```js\nimport { VueQuickNotes } from \"vue-quick-notes\";\n\n// style import is needed to work propperly\nimport \"vue-quick-notes/dist/style.css\";\n```\n\n```html\n\u003cVueQuickNotes label=\"Quick notes\" v-model=\"text\" /\u003e\n```\n\n## Composable\n\n```js\n// Get the value of the text in any component\nimport { useQuickNotes } from \"vue-quick-notes\";\n\nlet { text, open } = useQuickNotes();\n\nconsole.log(text.value);\n\nconsole.log(open.value); // Use this value to show or hide quick-note\n```\n\n### Use `ctrl+alt+k` to show quick note\n\n## Props\n\n| Name         | Type   | Default            | Detail                      |\n| ------------ | ------ | ------------------ | --------------------------- |\n| x            | number | screenWidth - 350  | Initial x position of div   |\n| y            | number | screenHeight - 250 | Initial y position of div   |\n| label        | string | null               | Label for textarea          |\n| z-index      | string | 20                 | z index of div              |\n| lang         | string | en-US              | Speech recognition language |\n| parent-class | string | null               | class of div                |\n| button-class | string | null               | class of mic button         |\n\nAny other **attributes** will be passed to textarea\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfazail%2Fvue-quick-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfazail%2Fvue-quick-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfazail%2Fvue-quick-notes/lists"}