Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.12 KB

Online Notepad

A simple online notepad. This notepad is also available as a Chrome extension.

Features

  • Bold, Italic, Underline
  • Text alignment: Left, Center, Right
  • Bullet lists and numbered lists
  • Checkboxes
  • Saves content automatically

Installation

To host it on your Github Pages

  1. Clone this repository to your local machine:

    git clone https://github.com/meghanakr7/Online-Notepad.git
  2. Push the files to your GitHub repository.

  3. Go to the repository settings on GitHub.

  4. Scroll down to the "GitHub Pages" section.

  5. Under "Source", select the main branch and the /root folder.

  6. Save the settings and wait for the site to be published.

Chrome Extension

  1. Clone this repository to your local machine:

    git clone https://github.com/meghanakr7/Online-Notepad.git
  2. Open Chrome and go to chrome://extensions/.

  3. Enable "Developer mode" using the toggle switch at the top right.

  4. Click on "Load unpacked" and select the directory where you have your extension files.

  5. The "Online Notepad" extension should now appear in your list of extensions.