{"id":19518127,"url":"https://github.com/blazeinferno64/noteplus","last_synced_at":"2025-06-20T11:08:45.465Z","repository":{"id":243485887,"uuid":"812567810","full_name":"BlazeInferno64/NotePlus","owner":"BlazeInferno64","description":"Free and open source browser based text editor","archived":false,"fork":false,"pushed_at":"2025-01-25T19:16:13.000Z","size":115,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T07:35:08.662Z","etag":null,"topics":["blazeinferno64","client-side","css","html","html-css-javascript","javascript","javascript-vanilla","nodejs","notepad","text-editor","vanilla-css","vanilla-html","vanilla-js"],"latest_commit_sha":null,"homepage":"https://note-plus-mu.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlazeInferno64.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-09T09:12:55.000Z","updated_at":"2025-01-20T02:51:11.000Z","dependencies_parsed_at":"2024-07-07T08:31:13.196Z","dependency_job_id":"85475df3-d89d-401a-a88d-e19c6bd43c2d","html_url":"https://github.com/BlazeInferno64/NotePlus","commit_stats":null,"previous_names":["blazeinferno64/noteplus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlazeInferno64/NotePlus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazeInferno64%2FNotePlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazeInferno64%2FNotePlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazeInferno64%2FNotePlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazeInferno64%2FNotePlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlazeInferno64","download_url":"https://codeload.github.com/BlazeInferno64/NotePlus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlazeInferno64%2FNotePlus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260933469,"owners_count":23084957,"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":["blazeinferno64","client-side","css","html","html-css-javascript","javascript","javascript-vanilla","nodejs","notepad","text-editor","vanilla-css","vanilla-html","vanilla-js"],"created_at":"2024-11-11T00:09:02.703Z","updated_at":"2025-06-20T11:08:40.452Z","avatar_url":"https://github.com/BlazeInferno64.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NotePlus\n\n\u003cimg src=\"https://img.shields.io/badge/NotePlus%20Text%20Editor-grey?style=for-the-badge\u0026logo=javascript\" /\u003e\n\nFree and open source browser based text editor\n|-----|\n\n# Test\nTest NotePlus using vercel \n\n\u003ca href=\"https://note-plus-mu.vercel.app/\"\u003e\n\n```\nhttps://note-plus-mu.vercel.app/\n```\n\u003c/a\u003e\n\nor with GitHub Pages (whichever you prefer)\n\n\u003ca href=\"https://blazeinferno64.github.io/NotePlus\"\u003e\n\n```\nhttps://blazeinferno64.github.io/NotePlus\n```\n\u003c/a\u003e\n\n# Status\nNotePlus Version 4.3 is under development, and would be released soon! \n\nMeanwhile if you have feature requests suggestion please open up an issue at the [NotePlus issue tracker](https://github.com/blazeinferno64/NotePlus/issues)!\n\n# Patch Notes\nNotePlus Version 4.2 is here!!!\n\n1. `New` Option is here: Now you can directly create a new blank document by clicking on the `New` option present in the file tab, or by pressing `Ctrl` + `Alt` + `J` on your keyboard!\n2. Improved Features \u0026 Optimization: NotePlus has been more optimized for various platforms.\n3. Optimized file reading: NotePlus can now read files more memory efficiently, which will help a lot in low-end devices.\n4. Added search query params: Now you can directly interact with NotePlus by providing search query params in the url, you have two search query params for this,i.e, `text` \u0026 `save`.\n\n   Let's see a brief example regarding this:-\n      1. `text`: Whenever you type: https://note-plus-mu.vercel.app/ and add a `text` param to the url, NotePlus will automatically extract the text present in the `text` param for \n                 you. Your URL will look something like this https://note-plus-mu.vercel.app/?text=hello+world , here hello world will get extracted and filled in the text editor.\n      2. `save`:NotePlus can also directly save the text to your device as an .txt  file, but you need to have `text` and `save` search params for it to work. The `save` param takes \n                two input `true` and `false`. Your URL will look something like this https://note-plus-mu.vercel.app/?text=ok\u0026save=true , here NotePlus will automatically extract \n                the text present inside the `text` param ('ok' in this case), and save it your device as an .txt file.\n5. Bugs \u0026 Issues Fixes: Fixed some minor ui bugs and feature related issues.\n6. `Close Tab` Option is here: Now you can directly close current active NotePlus tab by clicking on the `Close Tab` button present in the file tab, or by pressing `Ctrl` + `Alt` + `F` on your keyboard!\n7. `New Tab` Option is here: Now you can directly create a new Untitled NotePlus document in another tab by clicking on the `New Tab` button present in the file tab, or by pressing `Ctrl` + `Alt` + `P` on your keyboard!\n8. `File Info Viewer`: First open any local file by pressing `Ctrl` + `Alt` + `O` or clicking `Open` option present in the `File` tab. After that press `Ctrl` + `Alt` + `K` on your keyboard or select the `File Info` option present in the `File` tab to open up the `File Info Viewer` which will display some basic file details about the selected file!\n\n# Info\nPlease read the following point carefully -\n\nSince it is in the early stages of development so some features might not work as intended in mobile devices, but it would be improved upon future updates! \nSo if you spot any such issues then feel free to open up an issue at [NotePlus issue tracker](https://github.com/blazeinferno64/NotePlus/issues)\n|-----|\n\n# Fun fact\n This project was inspired by Notepad text editor which comes pre-installed on any Windows PC !\n |----|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazeinferno64%2Fnoteplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblazeinferno64%2Fnoteplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazeinferno64%2Fnoteplus/lists"}