| Free and open source browser based text editor |
|---|
Test NotePlus using vercel
https://note-plus-mu.vercel.app/
or with GitHub Pages (whichever you prefer)
https://blazeinferno64.github.io/NotePlus
NotePlus Version 4.3 is under development, and would be released soon!
Meanwhile if you have feature requests suggestion please open up an issue at the NotePlus issue tracker!
NotePlus Version 4.2 is here!!!
-
NewOption is here: Now you can directly create a new blank document by clicking on theNewoption present in the file tab, or by pressingCtrl+Alt+Jon your keyboard! -
Improved Features & Optimization: NotePlus has been more optimized for various platforms.
-
Optimized file reading: NotePlus can now read files more memory efficiently, which will help a lot in low-end devices.
-
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:-
text: Whenever you type: https://note-plus-mu.vercel.app/ and add atextparam to the url, NotePlus will automatically extract the text present in thetextparam 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.save:NotePlus can also directly save the text to your device as an .txt file, but you need to havetextandsavesearch params for it to work. Thesaveparam takes two inputtrueandfalse. 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 thetextparam ('ok' in this case), and save it your device as an .txt file.
-
Bugs & Issues Fixes: Fixed some minor ui bugs and feature related issues.
-
Close TabOption is here: Now you can directly close current active NotePlus tab by clicking on theClose Tabbutton present in the file tab, or by pressingCtrl+Alt+Fon your keyboard! -
New TabOption is here: Now you can directly create a new Untitled NotePlus document in another tab by clicking on theNew Tabbutton present in the file tab, or by pressingCtrl+Alt+Pon your keyboard! -
File Info Viewer: First open any local file by pressingCtrl+Alt+Oor clickingOpenoption present in theFiletab. After that pressCtrl+Alt+Kon your keyboard or select theFile Infooption present in theFiletab to open up theFile Info Viewerwhich will display some basic file details about the selected file!
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 at NotePlus issue tracker |
|---|
| This project was inspired by Notepad text editor which comes pre-installed on any Windows PC ! |
|---|