{"id":18084976,"url":"https://github.com/coderofsalvation/google-keep-lab","last_synced_at":"2025-04-06T00:13:49.456Z","repository":{"id":146965268,"uuid":"183657428","full_name":"coderofsalvation/google-keep-lab","owner":"coderofsalvation","description":"codesnippets for the google keep lab chrome extension (brew our own features)","archived":false,"fork":false,"pushed_at":"2020-05-28T19:06:51.000Z","size":358,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T06:22:33.912Z","etag":null,"topics":["browser","chrome","extension","gkeep","google","googlekeep","javascript","keep"],"latest_commit_sha":null,"homepage":null,"language":null,"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/coderofsalvation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"https://gumroad.com/l/hGYGh"}},"created_at":"2019-04-26T16:00:26.000Z","updated_at":"2020-05-28T19:06:54.000Z","dependencies_parsed_at":"2023-05-05T22:30:55.935Z","dependency_job_id":null,"html_url":"https://github.com/coderofsalvation/google-keep-lab","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/coderofsalvation%2Fgoogle-keep-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fgoogle-keep-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fgoogle-keep-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fgoogle-keep-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderofsalvation","download_url":"https://codeload.github.com/coderofsalvation/google-keep-lab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415976,"owners_count":20935387,"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":["browser","chrome","extension","gkeep","google","googlekeep","javascript","keep"],"created_at":"2024-10-31T15:08:51.371Z","updated_at":"2025-04-06T00:13:49.449Z","avatar_url":"https://github.com/coderofsalvation.png","language":null,"readme":"[Google Keep Lab](https://chrome.google.com/webstore/detail/google-keep-lab-add-brew/jeeibcjiohghhohialnafmjhpjkiijbm) is a chrome extension for [Google Keep](https://keep.google.com) which allows you to brew your own features.\nFor example:\n\n\u003cimg src=\"screenshot.png\"/\u003e\n\n\u003e NOTE: for questions etc email to incoming+2wa-google-keep-lab-11618170-issue-@incoming.gitlab.com \n\n## JSON Export per list\n\n        var $export = document.createElement('div')\n        var $ta  = document.createElement('textarea')\n        $ta.style.marginLeft = '10px'\n        $ta.style.marginTop = '10px'\n\n        $ta.innerHTML = JSON.stringify({\n            title: noteTitle,\n            items: items.map( (i) =\u003e i.innerText ),\n            tags:tags\n        },null,2)\n        $ta.onclick = function(e){\n            e.stopPropagation();\n            e.preventDefault()\n            return false\n        }\n        //$ta.style.display = 'none'\n        $ta.style.height = '90px'\n        $ta.style.width = '300px'\n        $ta.style.position = 'absolute'\n        $ta.style.zIndex = '50000'\n        $ta.style.borderRadius = '5px'\n\n        $export.appendChild($ta)\n\n        // renders the badges\n        el.innerHTML = render() + $export.innerHTML \n\n\n\u003e TODO: copy/paste seems hard, any ideas welcome\n","funding_links":["https://gumroad.com/l/hGYGh"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fgoogle-keep-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderofsalvation%2Fgoogle-keep-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fgoogle-keep-lab/lists"}