You can create a fresh document by selecting "New" in the File menu. This action clears the current content, so any unsaved changes will be lost, making it ideal for starting a new note or document from scratch.
You can save the notepad content to their computer in a plain text (.txt) format. This is helpful for archiving notes, keeping a personal backup, or easily accessing content offline. The feature prompts you to download the file, which includes all text from the editor area.
You can load an existing text, HTML, or PHP file from their computer directly into the editor. This option imports the file’s content, allowing you to view and edit it within the notepad environment, which is especially convenient for simple text-based files or code files like HTML and PHP.
You can print the current document content using this option. It opens the browser’s print dialog, where you can select a printer, adjust print settings, and preview the document before printing.
Allows to reverse recent actions using “Undo” or restore them with “Redo.” This is useful for quick corrections or reapplying removed text without having to retype it.
You can cut (remove), copy, or paste selected text within the document. “Cut” removes the selected text but saves it to the clipboard, while “Copy” leaves the text in place but also copies it. “Paste” inserts text from the clipboard, making it easy to rearrange or duplicate content within the document.
Selecting this option highlights all text within the editor, making it easier to copy, cut, or format the entire document.
This feature enables you to locate specific words or phrases within the document. Additionally, you can replace selected text instances with new content, which is especially useful for making consistent updates or corrections throughout the document.
You can insert the current date and time in various formats (e.g., “MM/DD/YYYY ,” “DD.MM.YYYY,” etc). This feature is useful for timestamping notes or marking when entries are made within the document.
You can add special characters (like symbols, accents, or currency signs) to the document. This is useful for adding elements that may not be available on a standard keyboard.
A non-breaking space keeps words together on the same line by preventing line breaks at the space. This is particularly useful in formatting, such as maintaining phrases or data (e.g., dates or names) on one line.
Allows to switch the editor’s theme to dark mode for a more comfortable reading and writing experience in low-light environments. Dark mode adjusts the background to a darker shade with contrasting text, reducing eye strain and improving focus.
You can adjust the text size by zooming in to increase it or zooming out to reduce it. This is helpful for people who need larger or smaller text for readability without altering the original document font size.
You can enter a full-screen mode, where the editor expands to cover the entire screen. This mode minimizes distractions by hiding other elements on the webpage and maximizing space for the notepad content.
These features combine to make the notepad a comprehensive tool for taking notes, managing text, and formatting content, all in an intuitive and user-friendly environment.
Example of code you can find at Github