8000 GitHub - VenomPrince/Web_Note
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VenomPrince/Web_Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Note - Interactive Note-Taking Application

A modern, dark-themed note-taking application with rich text formatting and drawing capabilities.

Features

  • 🎨 Dark Theme Interface
  • 📝 Rich Text Formatting
  • ✏️ Drawing Mode
  • ✅ Checkbox Lists
  • 🎯 Command-Based Formatting
  • 💾 Auto-Save Functionality
  • 📱 Responsive Design

Command System

Type these commands in the editor:

  • /h1 to /h5 - Headings
  • /color - Text color (red, blue, green, yellow, purple, orange)
  • /bold - Bold text
  • /italic - Italic text
  • /underline - Underlined text
  • /checkbox - Create checkbox list
  • /bullet - Bullet point
  • /numbered - Numbered list
  • /quote - Quote block
  • /code - Code block
  • /end - End current formatting

Setup

  1. Clone the repository
  2. Open index.html in your browser
  3. Start taking notes!

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)
  • Font Awesome Icons
0