Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blazeinferno64/noteplus

Free and open source browser based text editor
https://github.com/blazeinferno64/noteplus

blazeinferno64 client-side css html html-css-javascript javascript javascript-vanilla nodejs notepad text-editor vanilla-css vanilla-html vanilla-js

Last synced: about 1 month ago
JSON representation

Free and open source browser based text editor

Awesome Lists containing this project

README

        

# NotePlus
Free and open source browser based text editor
|-----|

# Test
Test NotePlus using vercel

```
https://note-plus-mu.vercel.app/
```

or with GitHub Pages (whichever you prefer)

```
https://blazeinferno64.github.io/NotePlus
```

# Status
NotePlus Version 4.1 is under development, and would be released soon!

Meanwhile if you have feature requests suggestion please open up an issue [NotePlus issue tracker](https://github.com/blazeinferno64/NotePlus/issues)!

# Patch Notes
NotePlus Version 4.0 is here!!!

1. `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!
2. Improved Features & Optimization: NotePlus has been more optimized for various platforms.
3. Optimized file reading: NotePlus can now read files more memory efficiently, which will help a lot in low-end devices.
4. 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` & `save`.

Let's see a brief example regarding this:-
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
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.
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
two input `true` and `false`. Your URL will look something like this https://note-plus-mu.vercel.app/?text=ok&save=true , here NotePlus will automatically extract
the text present inside the `text` param ('ok' in this case), and save it your device as an .txt file.
5. Bugs & Issues Fixes: Fixed some minor ui bugs and feature related issues.
6. `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!
7. `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!

# Info
Please read the following point carefully -

Since 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!
So if you spot any such issues then feel free to open up an issue here [NotePlus issue tracker](https://github.com/blazeinferno64/NotePlus/issues)
|-----|

# Fun fact
This project was inspired by Notepad text editor which comes pre-installed on any Windows PC !
|----|