{"id":17923725,"url":"https://github.com/deryeger/noted","last_synced_at":"2025-03-24T02:33:10.725Z","repository":{"id":37372264,"uuid":"406308231","full_name":"DerYeger/noted","owner":"DerYeger","description":"Markdown note-taking with syntax highlighting and real-time preview.","archived":false,"fork":false,"pushed_at":"2023-02-26T11:51:11.000Z","size":8669,"stargazers_count":27,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T06:23:05.566Z","etag":null,"topics":["hacktoberfest","markdown","markdown-editor","markdown-to-html","markdown-viewer","note-taking","notebook","nuxt","vue"],"latest_commit_sha":null,"homepage":"https://noted.yeger.eu","language":"Vue","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/DerYeger.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-09-14T09:40:51.000Z","updated_at":"2024-11-19T13:58:30.000Z","dependencies_parsed_at":"2024-10-28T20:45:38.171Z","dependency_job_id":"a06d3abc-2377-45d7-9e88-cc1e5a0abd7d","html_url":"https://github.com/DerYeger/noted","commit_stats":null,"previous_names":[],"tags_count":205,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerYeger%2Fnoted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerYeger%2Fnoted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerYeger%2Fnoted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerYeger%2Fnoted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerYeger","download_url":"https://codeload.github.com/DerYeger/noted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245198844,"owners_count":20576454,"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":["hacktoberfest","markdown","markdown-editor","markdown-to-html","markdown-viewer","note-taking","notebook","nuxt","vue"],"created_at":"2024-10-28T20:45:12.884Z","updated_at":"2025-03-24T02:33:10.711Z","avatar_url":"https://github.com/DerYeger.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"static/logo.png\" alt=\"Logo\" width=\"64px\" height=\"64px\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eNoted\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://noted.yeger.eu/\"\u003enoted.yeger.eu\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Markdown note-taking with syntax highlighting and real-time preview.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/DerYeger/noted/actions/workflows/ci.yml\"\u003e\n    \u003cimg alt=\"CI\" src=\"https://img.shields.io/github/workflow/status/DerYeger/noted/CI?label=ci\u0026logo=github\u0026color=#4DC71F\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/DerYeger/noted/actions/workflows/cd.yml\"\u003e\n    \u003cimg alt=\"CD\" src=\"https://img.shields.io/github/workflow/status/DerYeger/noted/CD?label=cd\u0026logo=github\u0026color=#4DC71F\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/DerYeger/noted/actions/workflows/maintenance.yml\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/github/workflow/status/DerYeger/noted/Maintenance?label=maintenance\u0026logo=github\u0026color=#4DC71F\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://lgtm.com/projects/g/DerYeger/noted\"\u003e\n    \u003cimg alt=\"LGTM Grade\" src=\"https://img.shields.io/lgtm/grade/javascript/github/DerYeger/noted?logo=lgtm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg alt=\"MIT\" src=\"https://img.shields.io/github/license/DerYeger/noted?color=%234DC71F\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- ✏️ **Note-taking** in Markdown format with **real-time** preview\n- 🖥 **Syntax highlighting** based on [PrismJS](https://github.com/PrismJS/prism)\n- 📚 Organize notes in **sections** and **notebooks**\n- 💾 **Download** entire notebooks as `zip` files\n- 📱 Supports all devices with **responsive** design\n- 🌓 Dark and light **themes**\n- ⚙️ Works offline as installable **PWA**\n\n## Development\n\n```bash\n# install dependencies\n$ yarn install\n\n# run development server\n$ yarn dev\n\n# build for production\n$ yarn generate\n\n# run production preview server\n$ yarn start\n\n# lint project files\n$ yarn lint\n\n# run tests\n$ yarn test\n\n# apply formatting\n$ yarn pretty\n\n# run storybook\n$ yarn storybook\n```\n## License\n\n[MIT](./LICENSE) - Copyright \u0026copy; Jan Müller\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderyeger%2Fnoted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderyeger%2Fnoted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderyeger%2Fnoted/lists"}