{"id":19788311,"url":"https://github.com/guuzzeji/noote","last_synced_at":"2025-05-01T00:30:56.373Z","repository":{"id":190541215,"uuid":"399588745","full_name":"Guuzzeji/Noote","owner":"Guuzzeji","description":"A Simple and No BS Notes App. (An Open Source Markdown Notes App)","archived":false,"fork":false,"pushed_at":"2021-09-02T20:45:24.000Z","size":203,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-08-25T05:44:01.968Z","etag":null,"topics":["js","markdown","note-taking","pwa-app","webapp"],"latest_commit_sha":null,"homepage":"https://guuzzeji.github.io/Noote/","language":"JavaScript","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/Guuzzeji.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}},"created_at":"2021-08-24T19:55:34.000Z","updated_at":"2023-08-25T05:44:03.639Z","dependencies_parsed_at":"2023-08-25T05:58:21.887Z","dependency_job_id":null,"html_url":"https://github.com/Guuzzeji/Noote","commit_stats":null,"previous_names":["guuzzeji/noote"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2FNoote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2FNoote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2FNoote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guuzzeji%2FNoote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guuzzeji","download_url":"https://codeload.github.com/Guuzzeji/Noote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224229063,"owners_count":17277121,"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":["js","markdown","note-taking","pwa-app","webapp"],"created_at":"2024-11-12T06:26:48.422Z","updated_at":"2024-11-12T06:26:49.997Z","avatar_url":"https://github.com/Guuzzeji.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./img/notes.png\" width=\"250\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e\u003cb\u003eNoote\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cp\u003e\u003cb\u003eTL;DR:\u003c/b\u003e An open source markdown notes app using PWA technology\u003c/p\u003e\n\n\u003cp\u003eNoote is a free and hackable notepad app made using PWA technology. Along with it gives a clean user experience and allows the user to quickly change how the app works. It uses Markdown to allow users to have a rich text experience.\u003c/p\u003e\n\n\u003cp\u003eThe main goal of Noote is to create a clean notes taking app that doesn't suck and is hackable for everyone.\u003c/p\u003e\n\n\n![2021-09-02 12-28-18](https://user-images.githubusercontent.com/46883697/131910474-15a5b503-1ec6-4cce-9d65-5f9f4bdbabc3.gif)\n\n\n## (◠﹏◠)  Features \n\n- Hot Keys\n- Moving around Html elements\n- Markdown text helper\n- Using Markdown to create rich text\n- Clean and simple UI\n- PWA technology\n- Hackable / Able to Modify \n\n\u003cbr\u003e\n\n\n## ヾ(-_- )ゞ  Download \n\n\u003e \u003cb\u003eNote:\u003c/b\u003e This App Only Works On Desktop!\n\u003cp\u003eDownload / Demo at \u003ca href=\"https://guuzzeji.github.io/Noote\"\u003ehttps://guuzzeji.github.io/Noote\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr\u003e\n\n\n## ʕᵔᴥᵔʔ  Hot Keys\n\n- Text Helper (the edit button): `ctrl+space`\n- Read (close all open edit text boxes): `shift+tab`\n- Save: `ctrl+s`\n- New Box: `shift+space`\n- `Arrow Keys` to move up and down Text Helper list\n- `Right Arrow Key` to select and place highlighted item from Text Helper list \n- `Tab` to close current edit text box\n\n\u003cbr\u003e\n\n\n## (ᵔᴥᵔ)  Adding Your Own Features / Modifying\n\n\u003cp\u003eTo start modding Noote, either fork it here on Github or download the source code. \u003c/p\u003e\n\n\u003e \u003cb\u003eNote:\u003c/b\u003e Forking it on Github allows you to host the app as a Github webpage for free. \n\n\u003cbr\u003e\n\n\n## Libraries Use To Create Noote\n\n- \u003ca href=\"https://watercss.kognise.dev/\"\u003eWater.Css\u003c/a\u003e for UI\n- \u003ca href=\"https://github.com/SortableJS/Sortable\"\u003eSortable JS\u003c/a\u003e for moving html elements\n- \u003ca href=\"https://github.com/cure53/DOMPurify\"\u003eDOMPurify JS\u003c/a\u003e for cleaning up markdown html and for security\n- \u003ca href=\"https://craig.is/killing/mice\"\u003eMousetrap JS\u003c/a\u003e for hot keys\n- \u003ca href=\"https://github.com/markedjs/marked\"\u003eMarked JS\u003c/a\u003e for converting markdown into html\n- \u003ca href=\"https://jquery.com/\"\u003eJquery 3.6.0\u003c/a\u003e for UI\n\n\u003cbr\u003e\n\n\n## Icon Credit\n\n\u003cdiv\u003eNotepad icon made by \u003ca href=\"https://icon54.com/\" title=\"Pixel perfect\"\u003ePixel perfect\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e\u003c/div\u003e\n  \n\u003cdiv\u003eGithub icon made by \u003ca href=\"https://www.flaticon.com/authors/dave-gandy\" title=\"Dave Gandy\"\u003eDave Gandy\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e\u003c/div\u003e\n\n\u003cbr\u003e\n\n\n## Support\n\nBTC: bc1qr03fk294qe6nmqau5en4e7slnrmfft6jajh7vq\n\nETH: 0x407dBd079edDa61f97AFa6Bc98887228435ea85C\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguuzzeji%2Fnoote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguuzzeji%2Fnoote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguuzzeji%2Fnoote/lists"}