simpleNote, open-source, distraction-free writing application designed to help organize ideas. It's a lightweight, browser-based tool that focuses on simplicity and ease of use.
- Minimalist Design: Clean interface for distraction-free writing.
- Markdown-like Headers: Create markers by beginning lines with # or ##.
- Auto-saving: Your work is automatically saved as you type.
- Word and Character Count: Keep track of your writing progress.
- File Management: Easily download your notes as .txt files or upload existing ones.
- Responsive Layout: Works well on various screen sizes.
- Start Writing: Simply click on the main text area and start typing.
- Create Headers: Begin a line with # to create a header. It will automatically appear in the left sidebar.
- Navigate: Click on headers in the sidebar to quickly jump to different sections of your note.
- Save Your Work: Your writing is automatically saved in the browser's local storage.
- Download: Click the "download" link to save your note as a .txt file.
- Upload: Click the "upload" link to load an existing .txt file into the editor.
- Clone this repository:
git clone https://github.com/yourusername/left-note-app.git
- Navigate to the project directory:
cd left-note-app
- Open
index.html
in your web browser.
- HTML5
- CSS3
- Vanilla JavaScript
Left uses the DepartureMono-Regular.otf font. Make sure this font file is in the root directory of the project.
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is MIT licensed.
Inspired by minimal writing environments and the need for a simple, distraction-free note-taking application.