Uedit
Universal Text Editor
This is a tiny attempt to develop a Universal Text Editor.
It doesn't require any special installation method. It resides on your browser. You just need to visit the page Go Edit and let the necessary files (~1MB) be downloaded just once. You will then be able to use it offline when all of it's requirements are cached in the browser.
The salient feature is the custom buttons. A custom button can be defined to do various types of text manipulation.
For example:
If the General button has a start
value <span class="quote">
and end
value of </span>
then by clicking it you can simply enter the whole string as start
end
or if you perform this action on
a selected text, it will replace the text with <span class="quote">text</span>
i.e start
textend
If you define the start
value with <!--
and end
value with -->
, you will get HTML Comment.
If you define the start
value with //
and leave end
empty, you will get single line comment which is the same for several languages.
If you define the start value with /*
and end value with */
, you get a multiline comment.
You can put your code snippet in the start
and end
boxes and insert them into editor by simply clicking on the corresponding button.
edit.
delete.
There are no mouse options for search/find/replace. You need to use keyboard shortcuts:
Windows/Linux | Mac | Action |
---|---|---|
Ctrl-F | Command-F | Find |
Ctrl-R | Command-Option-F | Replace |
Ctrl-K | Command-G | Find next |
Ctrl-Shift-K | Command-Shift-G | Find previous |
Use the
button or keyboard shortcut (Ctrl+S in Windows/Linux and command+S in Mac) to save content.Set feasible keyboard shortcuts for your busy buttons to gain speed and productivity.
If you are a developer, you can consider contributing to this project by forking this repository and making changes for better and do a pull request, or sharing ideas and suggestions or finding bugs, anything at all, what you think will be beneficial for this project.
If you aren't a developer, but still want to contribute, then you can support the contributing developers spiritually, by starring the repository and sharing ideas. If you want to be notified of the continuous development, you can add this in your watch list in Github.
If you see any problems or bugs please open an issue here
© 2015, Neurobin, All rights reserved.
Related Social Pages: