Skip to content

stihilus/simpleNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleNote - Minimalist Note-Taking App

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.

Features

  • 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.

How to Use

  1. Start Writing: Simply click on the main text area and start typing.
  2. Create Headers: Begin a line with # to create a header. It will automatically appear in the left sidebar.
  3. Navigate: Click on headers in the sidebar to quickly jump to different sections of your note.
  4. Save Your Work: Your writing is automatically saved in the browser's local storage.
  5. Download: Click the "download" link to save your note as a .txt file.
  6. Upload: Click the "upload" link to load an existing .txt file into the editor.

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/left-note-app.git
    
  2. Navigate to the project directory:
    cd left-note-app
    
  3. Open index.html in your web browser.

Technologies Used

  • HTML5
  • CSS3
  • Vanilla JavaScript

Font

Left uses the DepartureMono-Regular.otf font. Make sure this font file is in the root directory of the project.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

License

This project is MIT licensed.

Acknowledgements

Inspired by minimal writing environments and the need for a simple, distraction-free note-taking application.