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.1 is under development, and would be released soon!
Meanwhile if you have feature requests suggestion please open up an issue NotePlus issue tracker!
NotePlus Version 4.0 is here!!!
-
New
Option is here: Now you can directly create a new blank document by clicking on theNew
option present in the file tab, or by pressingCtrl
+Alt
+J
on 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 atext
param to the url, NotePlus will automatically extract the text present in thetext
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.save
:NotePlus can also directly save the text to your device as an .txt file, but you need to havetext
andsave
search params for it to work. Thesave
param takes two inputtrue
andfalse
. 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 thetext
param ('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 Tab
Option is here: Now you can directly close current active NotePlus tab by clicking on theClose Tab
button present in the file tab, or by pressingCtrl
+Alt
+F
on your keyboard! -
New Tab
Option is here: Now you can directly create a new Untitled NotePlus document in another tab by clicking on theNew Tab
button present in the file tab, or by pressingCtrl
+Alt
+P
on your keyboard!
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 |
---|
This project was inspired by Notepad text editor which comes pre-installed on any Windows PC ! |
---|